pypulseq.SAR package¶
Submodules¶
pypulseq.SAR.SAR_calc module¶
-
pypulseq.SAR.SAR_calc.calc_SAR(file: Union[str, pathlib.Path, pypulseq.Sequence.sequence.Sequence]) → None¶ Compute Global SAR values on the .seq object for head and whole body over the specified time averages.
- Parameters
file (str, Path or Seuqence) – .seq file for which global SAR values will be computed. Can be path to .seq file as str or Path, or the Sequence object itself.
- Raises
ValueError – If file is a str or Path to the .seq file and this file does not exist on disk.