External Email - Use Caution
Hi Douglas,
I checked dicom headers by using ‘dicom_hinfo’ command to get the information of the acquisition time that each frame was acquired.
dicom_hinfo -tag 0008,0032 *.dcm
Here is the information of the acquisition times:
16:40:08
16:45:08
16:50:08
16:55:08
17:00:08
17:05:08
The number of slices is 90 in each tau PET data, so each dicom file has been acquired at one of the acquisition times. (ex: ADNI3_tau_001.dcm 16:40:08, ADNI3_tau_002.dcm 16:50:08, ADNI3_tau_003.dcm 16:40:08, ... ADNI3_tau_90.dcm 17:00:08)
ADNI3 dyamic PET has made up with 6 frames, and each frames took 5 min.
So, I think that I can create ‘time.dat’ as below:
164008 164508 165008 165508 170008 170508
Do I use this information? Or should I change anything for making the ‘time.dat’?
Thank you,
Chan