# HG changeset patch # User Sebastien Jodogne # Date 1368804736 -7200 # Node ID 7816aaa5db17b54a5273766eb7a6e1943110ca5b # Parent de660d1fd8f2513968749f39d3c129186e03b2b5# Parent 9d876ea52df4a00300692f138a3f48237581825e merge diff -r de660d1fd8f2 -r 7816aaa5db17 Core/DicomFormat/DicomTag.h --- a/Core/DicomFormat/DicomTag.h Fri May 17 17:31:51 2013 +0200 +++ b/Core/DicomFormat/DicomTag.h Fri May 17 17:32:16 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 de660d1fd8f2 -r 7816aaa5db17 THANKS --- a/THANKS Fri May 17 17:31:51 2013 +0200 +++ b/THANKS Fri May 17 17:32:16 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