BIC-MNI / minc-tools

Basic minc-tools from former minc repository
Other
29 stars 25 forks source link

ACR_Trigger_time takes precedence over ACR_Frame_reference_time #84

Closed Abelian-grape closed 5 years ago

Abelian-grape commented 5 years ago

I have encountered a 4D PET (series type : DYNAMIC) that have zeros in the trigger time tag but with valid frame reference time values. The result of the conversion was a MINC volume with 4 time frames that has 0 time width.

https://github.com/BIC-MNI/minc-tools/blob/346ce29b9c9fe4edb5466ba4ce57f3653db6b7c8/conversion/dcm2mnc/dicom_read.c#L1854

I was wondering if there is a specific reason for favoring trigger time over frame reference time?

Thanks