We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a71cbe commit c0f99d3Copy full SHA for c0f99d3
petprep/workflows/pet/outputs.py
@@ -59,7 +59,7 @@ def prepare_timing_parameters(metadata: dict):
59
if frame_duration is not None:
60
timing_parameters['FrameDuration'] = frame_duration
61
62
- for key in ('InjectedRadioactivity', 'InjectedRadioactivityUnits'):
+ for key in ('InjectedRadioactivity', 'InjectedRadioactivityUnits', 'Units'):
63
if key in metadata:
64
timing_parameters[key] = metadata[key]
65
0 commit comments