Attribute | Description |
acq_mode | Single:default mode one frame per image
Concatenation : frames are concatenated in image Accumulation : powerful mode to avoid saturation of the pixel, the exposure is shared by multiple frames |
acq_nb_frames | Number of frames to be acquired, Default is 1 frame |
acq_trigger_mode | Internal_trigger : the software trigger,start the acquisition immediately after an acqStart() call, all the acq_nb_frames are acquired in an sequence
External_trigger : wait for an external trigger signal to start the an acquisition for the acq_nb_frames number of frames External_trigger_multi : as the previous mode except that each frames need a new trigger input (e.g. for 4 frames 4 pulses are waiting for) Internal_trigger_multi : as for internal_trigger except that for each frame the acqStart() has to called once External_gate : wait for a gate signal for each frame,the gate period is the exposure time External_start_stop |
acq_expo_time | The exposure time of the image, Default is 1 second |
saving_mode | Manual : This is not supported in current version
Auto_Frame : rames are automatically saved according the saving parameters Auto_header : Frames are only saved when the setImageHeader() is called in order to set header information with image data |
saving_directory | The directory where to save the image files |
saving_format | Raw : save in binary format
Edf : save in ESRF data format |
saving_prefix | The image file prefix |
saving_suffix | The image file suffix. Please configure the saving_format attribute, then this attribute will be automatically adjusted |
saving_overwrite_policy | In case of existing files an overwite policy is mandatory:
Abort : if the file exists, the saving is aborted Overwrite : if the file exists, it is overwritten Append : if the file exists, it is appended to the file |