As it is now there are different ways to describe when each functional volume was acquired using the 5 following fields (AFAICT):
DelayTime
AcquisitionDuration
SliceTiming
RepetitionTime
VolumeTiming
Some are of those fields are mutually exclusive and some options are only available for sparse sequences.
I had started working on a table to add to the specs that would recapitulate all those possibilities and might be a bit quicker than parsing sentences like:
If the field is not present it is assumed to be set to zero. This field is REQUIRED for sparse sequences using the RepetitionTime field that do not have the SliceTiming field set to allowed for accurate calculation of "acquisition time". This field is mutually exclusive with VolumeTiming.
Should I give it a go and see if it helps?
As it is now there are different ways to describe when each functional volume was acquired using the 5 following fields (AFAICT):
DelayTimeAcquisitionDurationSliceTimingRepetitionTimeVolumeTimingSome are of those fields are mutually exclusive and some options are only available for sparse sequences.
I had started working on a table to add to the specs that would recapitulate all those possibilities and might be a bit quicker than parsing sentences like:
Should I give it a go and see if it helps?