# HG changeset patch # User Sebastien Jodogne # Date 1368711938 -7200 # Node ID 9d876ea52df4a00300692f138a3f48237581825e # Parent 23e5b35e3c5ca0ad68168fb7a24d080b6978e77d thanks diff -r 23e5b35e3c5c -r 9d876ea52df4 Core/DicomFormat/DicomTag.h --- a/Core/DicomFormat/DicomTag.h Wed May 15 17:44:15 2013 +0200 +++ b/Core/DicomFormat/DicomTag.h Thu May 16 15:45:38 2013 +0200 @@ -107,7 +107,7 @@ static const DicomTag DICOM_TAG_MEDIA_STORAGE_SOP_CLASS_UID(0x0002, 0x0002); static const DicomTag DICOM_TAG_MEDIA_STORAGE_SOP_INSTANCE_UID(0x0002, 0x0003); - // DICOM tags used for MRI (thanks to Will Ryder) + // DICOM tags used for fMRI (thanks to Will Ryder) static const DicomTag DICOM_TAG_NUMBER_OF_TEMPORAL_POSITIONS(0x0020, 0x0105); static const DicomTag DICOM_TAG_TEMPORAL_POSITION_IDENTIFIER(0x0020, 0x0100); } diff -r 23e5b35e3c5c -r 9d876ea52df4 THANKS --- a/THANKS Wed May 15 17:44:15 2013 +0200 +++ b/THANKS Thu May 16 15:45:38 2013 +0200 @@ -14,7 +14,7 @@ * Cyril Paulus (cyril.paulus@student.ulg.ac.be), for the build process and suggestions about the REST API. * Will Ryder (will.ryder@sydney.edu.au), for improvements with the - handling of series with temporal positions (fMRI). + handling of series with temporal positions (fMRI and dynamic PET). Artwork