NaviNIBS.Navigator.Model.MRI module

Bases: object

Parameters:
  • _filepath

  • _clim2DMin

  • _clim2DMax

  • _clim3DMin

  • _clim3DMax

Includes label of which clim changed (‘2D’ or ‘3D’)

Includes label of which clim changed (‘2D’ or ‘3D’)

Note: this data is in the original image space (coordinate indices), without any transformations applied.

Transform from image array (coordinate indices) to native MRI space.

See https://nipy.org/nibabel/coordinate_systems.html for more info.

Return type:

Optional[ndarray]

Inverse of dataToScannerTransf

Return type:

Optional[ndarray]

Manually-set minimum of color axis for 2D plots, or None to autoset.

Manually-set maximum of color axis for 2D plots, or None to autoset.

Merged manually-set and auto-set clims depending on what is available.

Only returns tuple of Nones if data is not available.

Return type:

tuple[Optional[float], Optional[float]]

Manually-set minimum of color axis for 3D plots, or None to autoset.

Manually-set maximum of color axis for 3D plots, or None to autoset.

Merged manually-set and auto-set clims depending on what is available.

Only returns tuple of Nones if data is not available.

Return type:

Dict[str, Any]

Return type:

MRI

Return type:

None