regrain [Wed, 30 Mar 2005 15:30:32 +0000 (15:30 +0000)]
* Testing/TestAllReadCompareDicom.cxx : now use test files (invented file
format) to replace 'at-run' dicom files generated by the
TestAllReadCompareDicom test
-- BeNours
jpr [Wed, 23 Mar 2005 16:54:40 +0000 (16:54 +0000)]
Temporary black lis of LibIDO rectangular images ...
Probabely no human beeing in the world cares about LibIDO rectangular images
but Creatis users -that still don't use gdcm ?-
(It's too sad to see failed tests
I'll fix the bug tomorow)
JPRx
jpr [Tue, 22 Mar 2005 11:29:37 +0000 (11:29 +0000)]
* FIX : element 0x0000 of shadow groups is now force to a ValEntry, and it's VR
is forced to UL
* ENH : user id now allowed to tell he doesn't want to deal with Sequences
and/or with Shadow groups
use SetLoadMode (NO_SEQ | NO-SHADOW);
jpr [Wed, 9 Mar 2005 19:15:04 +0000 (19:15 +0000)]
Add an executable (not yet fully checked) to anonymize a DICOMDIR
without loading it as a gdcmDicomDir (just as a ggdcm::Document),
yet gdcm::DicomDir contructor only retains the SQItems *we* use
(more may be present inside the Sequence, and they would desappeared using
standard Anonymize method)
jpr [Mon, 21 Feb 2005 17:45:41 +0000 (17:45 +0000)]
* Replace method CheckMetaElements by CheckManadatoryElements
To deal with the pb of UID's, and with Type 1 an Type 2 Entries
(probably some stuff still missing)
* We shall have to decide the way we proceed to allow user 'freeze' Serie UID
between a given call and the next one (to add images to a Serie he just
created)
* We shall have to decide the way we proceed to allow user 'freeze' Study UID
between a given call and the next one, or to reuse an already existing
Study UID (i he wants to add his own Series to an already existing Study)
jpr [Thu, 17 Feb 2005 16:18:33 +0000 (16:18 +0000)]
To avoid further pb, Initialize defaults now Photochromatic Interpretation tp
MONOCHROME2 (low values = dark), better than MONOCHRONE1.
Thx to Benoit for reporting bug
jpr [Wed, 16 Feb 2005 16:41:00 +0000 (16:41 +0000)]
Fix wrong comment (-> wrong Doxygenation) about the meaning of
SetWriteModeToRaw() :
Tells the writer we want to keep 'Grey pixels + Palettes color'
when possible (as opposed to convert 'Palettes color' to RGB)
NOT
Tells the writer we want to write only the pixels (no header)
malaterre [Mon, 14 Feb 2005 16:20:30 +0000 (16:20 +0000)]
BUG: This should solve the last Seg Fault. In a loop you need to reinitalizaze your pointer if you are incrementing it. Also style change buffer to a char* type this clean up the code a little.
malaterre [Mon, 14 Feb 2005 15:52:39 +0000 (15:52 +0000)]
BUG: Solve JP feature, and at the same time avoid allocating a billion time the very same buffer which we know the size at compile time, should save some time.
malaterre [Fri, 11 Feb 2005 20:04:07 +0000 (20:04 +0000)]
ENH: Adding new option in CMake: GDCM_FORCE_BIGENDIAN_EMULATION. You are now able to change this option in cmake to turn your little endian machine into a big endian one. This is extremly alpha for now, but should allow much easier debugging...hopefully