From: frog Date: Thu, 16 Jan 2003 14:54:01 +0000 (+0000) Subject: Added a MANIFEST. Frog X-Git-Tag: April2003~51 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=c484020a4741207c212ce22e879273edb8c4f68a;p=gdcm.git Added a MANIFEST. Frog --- diff --git a/.cvsignore b/.cvsignore index 27ffc2f1..b00a4fab 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,4 @@ *.pyc build +dist +MANIFEST diff --git a/Dicts/README b/Dicts/README new file mode 100644 index 00000000..23fdf288 --- /dev/null +++ b/Dicts/README @@ -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 index 00000000..fb9a8c14 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include distutilsSwigCPlusPlus.py