mantidimaging.core.data.images module¶
- class mantidimaging.core.data.images.Images(data: ndarray, filenames: List[str] | None = None, indices: List[int] | Indices | None = None, metadata: Dict[str, Any] | None = None, sinograms: bool = False, name: str | None = None)[source]¶
Bases:
object
- NO_FILENAME_IMAGE_TITLE_STRING = 'Image: {}'¶
- copy_roi(roi: SensibleROI)[source]¶
- property data: ndarray¶
- property dtype¶
- property height¶
- property log_file¶
- property pixel_size¶
- projection_angles(max_angle: float = 360.0) ProjectionAngles [source]¶
Return projection angles, in priority order: - From a log - From the manually loaded file with a list of angles - Automatically generated with equidistant step
- Parameters:
max_angle – The maximum angle up to which the angles will be generated. Only used when the angles are generated, if they are provided via a log or a file the argument will be ignored.
- property projections¶
- set_projection_angles(angles: ProjectionAngles)[source]¶
- property sinograms¶
- property width¶