-
+2005-01-13 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
+ * FIX : First entry following group 0002 was lost for
+ Explicit Big Endian Transfer Syntax files
+ (group and elem not swaped)
+
2005-01-12 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
* FIX : Old quick and dirty 'optimistic' heuristic to deal with
Big Endian Transfer Syntax supposed the group following 0002
2004-09-13 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
* Preparation of writing a gdcmHeader iterator: generalisation of gdcmTagKey
- The following is the doxygen comment of the typedef declaration
- of gdcmagKey in src/gdcmCommon.h:
+ of gdcmTagKey in src/gdcmCommon.h:
gdcmTagKey is made to old an "universal" (as in URL, Universal
Ressource Locator) key to a gdcmDocEntry i.e. a dicom tag.
- A dicom tag allways has a group and an element, but a set of tags
+ A dicom tag always has a group and an element, but a set of tags
embeded in various (optionally nested) sequences and sharing
the same group and element all share the same (group, element)
"identifier". Hence the (group, element) cannot be used as an
* TODO updated
* gdcmPython/testSuite.py checks on CR-MONO1-10-chest.dcm moved to
gdcmData/TestAllEntryVerifyReference.txt
- * Test/TestAllEntryVerify.cxx is now effective (used allways return true)
+ * Test/TestAllEntryVerify.cxx is now effective (used always return true)
* src/gdcmDocument.[cxx|h]: constructors no longer use the bool
exception_on_error parameter.
- src/gdcmFile.[cxx|h], src/gdcmHeader.[cxx|h] changed accordingly,
image.
* Test/CmakeList.txt: 8BitsRunLengthColor.dcm is now blacklisted
(because TestWriteRead breaks on it, after a non conformal commit?).
- ctest now runs properly, except for MakeDicomDir (which was allways
+ ctest now runs properly, except for MakeDicomDir (which was always
broken) and the Python related stuff (still not fixed).
2004-06-24 Jean-Pierre Roux
that we can import de shadow classes without errors].
2002-10-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
- * hashtest.cxx removed (since allready in Test)
+ * hashtest.cxx removed (since already in Test)
* src/gdcmlib.h renamed to src/gdcm.h
* src/dcm.i renamed to src/gdcm.i
* src/Makefile prepared for python wrapping
#SET_SOURCE_FILES_PROPERTIES(gdcm.i PROPERTIES PYTHON ON)
SET_SOURCE_FILES_PROPERTIES(gdcm.i PROPERTIES CPLUSPLUS ON)
# Setting SWIG_FLAGS to "-includeall" at the following line looks like
- # a bad idea since swig tries to reculsively include all the referenced
+ # a bad idea since swig tries to recursively include all the referenced
# files, "including" the C++ <sstream>, <list>, <map>... Of course swig
# has no way of finding the path to those files (unless it is told by
# cmake) since they are related to the compiler installation layout.
Program: gdcm
Module: $RCSfile: gdcmPixelReadConvert.cxx,v $
Language: C++
- Date: $Date: 2005/01/12 15:22:23 $
- Version: $Revision: 1.25 $
+ Date: $Date: 2005/01/13 09:24:08 $
+ Version: $Revision: 1.26 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
// formated Dicom) files (e.g. gdcmData/US-PAL-8-10x-echo.dcm) we encounter:
// - "Planar Configuration" = 0,
// - "Photometric Interpretation" = "PALETTE COLOR".
- // Hence gdcm shall use the folowing "heuristic" in order to be tolerant
+ // Hence gdcm will use the folowing "heuristic" in order to be tolerant
// towards Dicom-non-conformance files:
// << whatever the "Planar Configuration" value might be, a
// "Photometric Interpretation" set to "PALETTE COLOR" forces