-We will assume that for basic usage you already have some basic instrument control code. In our example, this is in the form of a ``PretendSpectrometer`` class, which will generate some data like your instrument control code might. Our ``PretendSpectrometer`` class has a ``data`` property which quickly returns a spectrum, an ``x_range`` property which determines the range of data we'll return, an ``integration_time`` property for cleaning up our signal, and a slow ``average_data(n)`` method to average ``n`` individual data measurements.
0 commit comments