finesse.detectors.camera.Pixel¶
Overview
- class finesse.detectors.camera.Pixel(x, y, dtype)[source]¶
- Bases: - object- Data structure representation of a pixel of an image. - Parameters:
- xscalar
- The x co-ordinate of the pixel. 
- yscalar
- The y co-ordinate of the pixel. 
- dtypestr or dtype
- Data type of the pixel. 
 
 
Properties
| The x coordinate of the pixel. | |
| Equivalent to  | |
| The y coordinate of the pixel. | |
| Equivalent to  |