Le Sat, Mar 17, 2007 at 01:36:56PM -0400, Michael Bonert a écrit : > Hi, > > Any particular reason why the UCLA PACS project (OpenSourcePACS -- > http://www.mii.ucla.edu/index.php/MainSite:OpenSourcePacsHome ) isn't > listed on the imaging page ( > http://www.debian.org/devel/debian-med/imaging )?
Dear all, here is a patch to the source of the imaging page. I took the opportunity to add also two other programs to the list, which are being packaged now. Have a nice day, -- Charles Plessy http://charles.plessy.org Wako, Saitama, Japan
? dental.patch ? imaging.wml.patch ? practice.wml.diff ? practice.wml.new Index: imaging.wml =================================================================== RCS file: /cvs/webwml/webwml/english/devel/debian-med/imaging.wml,v retrieving revision 1.34 diff -u -r1.34 imaging.wml --- imaging.wml 4 Oct 2006 17:19:22 -0000 1.34 +++ imaging.wml 18 Mar 2007 01:34:42 -0000 @@ -146,6 +146,15 @@ <title-debs-not-available /> </h2> +<project name="AFNI" + url="http://afni.nimh.nih.gov/" + license="GPL"> + AFNI is an environment for processing and displaying functional MRI data. It + provides a complete analysis toolchain, including 3D cortical surface models, + and mapping of volumetric data (SUMA). + In addition to its own format AFNI understands the NIfTI format and is + therefore easily usable in combination with FSL and Freesurfer. +</project> <project name="AMIDE" url="http://amide.sourceforge.net/" @@ -235,6 +244,14 @@ be a complete platform for medical imaging and image processing. </project> +<project name="openSourcePacs" + url="http://www.mii.ucla.edu/index.php/MainSite:OpenSourcePacsHome" + license="LGPL"> + OpenSourcePACS is a free, open source image referral, archiving, routing and + viewing system. It adds functionality beyond conventional PACS by integrating + wet read functions, implemented through DICOM Presentation State and + Structured Reporting standards. +</project> <project name="Piano" url="http://mbi.dkfz-heidelberg.de/mbi/software/" @@ -253,3 +270,11 @@ of DICOM objects, support for display of directories, images, reports and spectra, and DICOM object validation. </project> + +<project name="PyNIfTI" + url="http://apsy.gse.uni-magdeburg.de/main/index.psp?page=hanke/pynifti&lang=en" + license="LGPL"> + Using PyNIfTI one can easily read and write NIfTI and ANALYZE images from + within Python. The NiftiImage class provides Python-style access to the full + header information. Image data is made available via NumPy arrays. +</project>

