orchestrator.assets.mrpro_direct_reconstruction#
MRpro direct image reconstruction using.
Functions#
|
Reconstruct an image from acquisition results using the direct reconstruction method from mrpro. |
Module Contents#
- orchestrator.assets.mrpro_direct_reconstruction.mrpro_direct_reconstruction(context, data: orchestrator.assets.acquisition_data.AcquisitionData) mrpro.data.IData#
Reconstruct an image from acquisition results using the direct reconstruction method from mrpro.
- Args:
context: The execution context, typically used for logging and runtime information. data (AcquisitionData): The acquisition data containing the MRD file path and associated metadata.
- Returns:
IData: The reconstructed image data.
- Workflow:
Loads acquisition results using the DataLakeResource, providing the MRD path and metadata.
Loads an mrpro KData object from the MRD path.
Performs image reconstruction using mrpro’s direct reconstruction algorithm.
Returns the reconstructed IData object, which is passed to the idata_io_manager.