]> Creatis software - gdcm.git/commitdiff
Added a MANIFEST. Frog
authorfrog <frog>
Thu, 16 Jan 2003 14:54:01 +0000 (14:54 +0000)
committerfrog <frog>
Thu, 16 Jan 2003 14:54:01 +0000 (14:54 +0000)
.cvsignore
Dicts/README [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]

index 27ffc2f17fb6e4c4c082d942fe8fb9d2a676ff77..b00a4fab8a1fb026e5b00480bf4c0d051b40b212 100644 (file)
@@ -1,2 +1,4 @@
 *.pyc
 build
+dist
+MANIFEST
diff --git a/Dicts/README b/Dicts/README
new file mode 100644 (file)
index 0000000..23fdf28
--- /dev/null
@@ -0,0 +1,9 @@
+Sources for dicom public dictionaries:
+ * http://www.fpimage.com/Manuals/Imp/dicomdic.html
+   an html group based presentation.
+ * ftp://rsbweb.nih.gov/pub/nih-image/documents/dicom-dict.txt
+   a C syntax oriented version provided by NIH (Jim Nash)
+ * http://afni.nimh.nih.gov/afni/AFNI_Dist/afni_src.tgz
+   extract mri_dicom_hdr.c (tar zxvf afni_src.tgz afni_src/mri_dicom_hdr.c)
+   and look for the definitions of CMD_dictionary, META_dictionary,
+   ID_dictionary, PAT_dictionary...
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644 (file)
index 0000000..fb9a8c1
--- /dev/null
@@ -0,0 +1 @@
+include distutilsSwigCPlusPlus.py