get_smaps#

mrinufft.extras.get_smaps(method_name, *args, **kwargs)[source]#

Get the smaps function from its name.

Available methods are:

Parameters:
  • method_name (str) – The name of the method to retrieve.

  • *args – Arguments to pass to the method if it is callable.

  • **kwargs – Arguments to pass to the method if it is callable.

Returns:

  • The method corresponding to the given name, or the result of calling it with the

  • provided arguments.

Raises:

ValueError – If the method name is not found in the registry.

Example using get_smaps:#

Learn Sampling pattern for multi-coil MRI

Learn Sampling pattern for multi-coil MRI

Sensitivity maps estimation

Sensitivity maps estimation