Skip to main content
Ctrl+K

MantidImaging 2.9.0a1 documentation

  • Overview
  • Installation
  • User Guide
  • Developer Guide
  • API Reference
    • Release Notes
    • Troubleshooting
    • Code Repository
    • Anaconda Package
    • GitHub
  • GitHub
  • Overview
  • Installation
  • User Guide
  • Developer Guide
  • API Reference
  • Release Notes
  • Troubleshooting
  • Code Repository
  • Anaconda Package
  • GitHub
  • GitHub

Section Navigation

Contents:

  • Tutorials
    • Quick start: Example Reconstruction
  • How-To Guides
  • Explanations
    • Graphical User Interface (GUI)
      • Loading and Saving
      • Image view
      • Operations Window
      • Reconstruction Window
      • Spectrum Viewer
    • Operations
    • Reconstruction Help page
      • Center of Rotation and Tilt
      • Reconstruction Algorithms
      • Reconstruction Filters
  • Reference
    • Support
    • API Reference
      • mantidimaging package
        • mantidimaging.core package
        • mantidimaging.gui package
        • mantidimaging.helper module
        • mantidimaging.ipython module
        • mantidimaging.main module
    • Mantid Imaging next release
  • User Guide
  • mantidimaging.core.utility package
  • mantidimagin...

mantidimaging.core.utility.sensible_roi module#

class mantidimaging.core.utility.sensible_roi.SensibleROI(left=0, top=0, right=0, bottom=0)[source]#

Bases: Iterable

bottom: int#
static from_list(roi: list[int] | list[float]) → SensibleROI[source]#
static from_points(position: CloseEnoughPoint, size: CloseEnoughPoint) → SensibleROI[source]#
property height: int#
left: int#
right: int#
to_list_string() → str[source]#
top: int#
property width: int#

previous

mantidimaging.core.utility.projection_angles module

next

mantidimaging.core.utility.size_calculator module

On this page
  • SensibleROI
    • SensibleROI.bottom
    • SensibleROI.from_list()
    • SensibleROI.from_points()
    • SensibleROI.height
    • SensibleROI.left
    • SensibleROI.right
    • SensibleROI.to_list_string()
    • SensibleROI.top
    • SensibleROI.width
Show Source

© Copyright 2017-2024, Mantid Project.

Created using Sphinx 7.2.6.

Built with the PyData Sphinx Theme 0.15.4.