|
Phenom Programming Interface
|
Parameters for the SEM scan pattern definition. More...
#include <PhenomTypes.h>
Public Member Functions | |
| ScanParams (const Size &size, int nFrames=1, DetectorMode detector=SEM_DETECTOR_MODE_ALL, bool hdr=false, double scale=1, const Position ¢er=CenterPosition) | |
| ScanParams (int width, int height, int nFrames=1, DetectorMode detector=SEM_DETECTOR_MODE_ALL, bool hdr=false, double scale=1, const Position ¢er=CenterPosition) | |
Public Attributes | |
| Size | size |
| Dimensions of the image to scan (max is 2048x2048) | |
| int | nFrames |
| Number of frames to average for signal to noise improvement. | |
| DetectorMode | detector |
| Detector configuration. | |
| bool | hdr |
| Use High Dynamic Range mode: return a 16-bit raw image without contrast/brightness applied. | |
| Position | center |
| Center of the acquisition within the field of view. | |
| double | scale |
| Scale of the acquisition within the field of view. | |
Parameters for the SEM scan pattern definition.
