finesse.detectors.camera.Image¶
Overview
- class finesse.detectors.camera.Image(xlim, ylim, npts, dtype)[source]¶
 Bases:
objectData structure representation of an image.
- Parameters:
 - xlimsequence or scalar
 Limits of the x-dimension of the image. If a single number is given then this will be computed as \(x_{\mathrm{lim}} = [-|x|, +|x|]\).
- ylimsequence or scalar
 Limits of the y-dimension of the image. If a single number is given then this will be computed as \(y_{\mathrm{lim}} = [-|y|, +|y|]\).
- nptsint
 Number of points for both the x and y axes.
- dtypestr or dtype
 Data type of the image to pass to NumPy for array creation.
Properties
Number of pixels in each axis.  | 
|
The resolution of the image.  | 
|
The array of data points for the x-axis.  | 
|
The limits of the x coordinate data.  | 
|
The array of data points for the y-axis.  | 
|
The limits of the y coordinate data.  | 
Methods
  | 
|
  | 
Retrieves a slice or single pixel of the output image.  |