tomoscan.esrf.scan.nxtomoscan.TomoFrame#
- class tomoscan.esrf.scan.nxtomoscan.TomoFrame(index, sequence_number, url=None, image_key=None, rotation_angle=None, is_control_proj=False, x_translation=None, y_translation=None, z_translation=None, intensity_monitor=None)#
Bases:
objectclass to store all metadata information of a NXTomo frame
- __init__(index, sequence_number, url=None, image_key=None, rotation_angle=None, is_control_proj=False, x_translation=None, y_translation=None, z_translation=None, intensity_monitor=None)#
Methods
__init__(index, sequence_number[, url, ...])Attributes
image_key- rtype:
ImageKey
Index of the frame in the .nx file
intensity_monitoris_control- rtype:
bool
rotation_angle- rtype:
float
Sequence number of the frame in the acquisition !!! can be different from the index
url- rtype:
DataUrl
x_translationy_translationz_translation- property index: int#
Index of the frame in the .nx file
- Return type:
int
- property sequence_number: int#
Sequence number of the frame in the acquisition !!! can be different from the index
- Return type:
int