]> Creatis software - gdcm.git/log
gdcm.git
18 years ago * Prepare the modifications for a new DocEntry structuration Version1.2.bp
regrain [Tue, 18 Oct 2005 07:52:44 +0000 (07:52 +0000)]
   * Prepare the modifications for a new DocEntry structuration
   * Update the version and do a CVS branch
   -- BeNours

18 years agoTo avoid warning about shadowed variables.
jpr [Mon, 17 Oct 2005 15:45:38 +0000 (15:45 +0000)]
To avoid warning about shadowed variables.

18 years agoCOMP: Fix compilation for gdcmPython... hopefully
malaterre [Mon, 17 Oct 2005 15:09:58 +0000 (15:09 +0000)]
COMP: Fix compilation for gdcmPython... hopefully

18 years agoCOMP: Fix comp on bcc55
malaterre [Mon, 17 Oct 2005 15:05:44 +0000 (15:05 +0000)]
COMP: Fix comp on bcc55

18 years ago"UN" is an actual VR!
jpr [Mon, 17 Oct 2005 14:55:01 +0000 (14:55 +0000)]
"UN" is an actual VR!
Thx to NA-MIC for providing data to fix the bug.

18 years agoFix bug in computing XSpacing.
jpr [Mon, 17 Oct 2005 14:26:44 +0000 (14:26 +0000)]
Fix bug in computing XSpacing.
(Fortunalely, manufacturers *don't* follow the norm, and
ImagerPixelSpacing (0x0018,0x1164) never exists !)

Thx to Benoit for reviewing code and reporting possible trouble.

18 years agoUpdate News
jpr [Mon, 17 Oct 2005 13:09:31 +0000 (13:09 +0000)]
Update News

18 years agoRemove useless Example/TestFromScratch.cxx (Example/TestCopyDicom does the same jpb)
jpr [Mon, 17 Oct 2005 10:41:59 +0000 (10:41 +0000)]
Remove useless Example/TestFromScratch.cxx (Example/TestCopyDicom does the same jpb)

18 years agoRemove TestWrite
jpr [Mon, 17 Oct 2005 10:31:08 +0000 (10:31 +0000)]
Remove TestWrite

18 years agoRemove now useless Example/TestWrite.cxx
jpr [Mon, 17 Oct 2005 10:30:16 +0000 (10:30 +0000)]
Remove now useless Example/TestWrite.cxx

18 years agoMerge Example/ReWrite.cxx and Example/TestWrite.cxx
jpr [Mon, 17 Oct 2005 10:29:32 +0000 (10:29 +0000)]
Merge Example/ReWrite.cxx and Example/TestWrite.cxx

18 years agoDon't use any longer deprecated method names
jpr [Mon, 17 Oct 2005 09:54:20 +0000 (09:54 +0000)]
Don't use any longer deprecated method names

18 years agoSerieHelper Normalization : stage 1
jpr [Mon, 17 Oct 2005 09:52:41 +0000 (09:52 +0000)]
SerieHelper Normalization : stage 1
-------------------------
- Put as 'deprecated' the confusing method names GetFirstCoherentFileList(),
                                                 GetNextCoherentFileList()
      (the only 'cohenrence' they have is that they all have the same "Series
      Instance UID")
- Add less confusing method names GetFirstSingleSerieUIDFileSet,
                                  GetNextSingleSerieUIDFileSet().
The 3 following are not seen by end user :
- Replace the private attribute CoherentFileListHT by SingleSerieUIDFileSetHT
- Replace private typedef CoherentFileListmap by SingleSerieUIDFileSetmap.
- Replace iterator ItListHt by iterator ItFileSetHt

- Keep the public 'FileList' typedef, in order not to break the API
  (this -little bit- confusing name should be changed to FileSet : it's not a
   std::list, it's a std::vector; user don't care about it, but it's better to
   use meaningfull names)

SerieHelper Extention : stage 1
---------------------
 In the following stuff,  'XCoherent' stands for 'Extra Coherent',
  (The name 'Coherent' would be enough but it was used before;
  I don't want to put a bomb in the code)
  Any 'better name' is welcome !

 Add some methods, to split a 'SingleSerieUID' Fileset into 'Extra Coherent'
   FileSets.
   They return a std::map of Filesets (actually : std::vector of gdcm::File*)
   The key is the 'Orientation', the 'Position' or the 'Tag value'

   XCoherentFileSetmap SplitOnOrientation(FileList *fileSet);
   XCoherentFileSetmap SplitOnPosition(FileList *fileSet);
   XCoherentFileSetmap SplitOnTagValue(FileList *fileSet,
                                            uint16_t group, uint16_t element);

 Theese methods must be called by user, depending on what he wants to do, at
 application time.
 - *he* only  knows what his Series contain !-

18 years agoCOMP: Fix problem with partly bracket
malaterre [Sun, 16 Oct 2005 17:07:05 +0000 (17:07 +0000)]
COMP: Fix problem with partly bracket

18 years agoSTYLE: Cleanup
malaterre [Fri, 14 Oct 2005 14:54:00 +0000 (14:54 +0000)]
STYLE: Cleanup

18 years agoDisplay some more usefull Orientation/Position info
jpr [Thu, 13 Oct 2005 09:18:34 +0000 (09:18 +0000)]
Display some more usefull Orientation/Position info

18 years agoAdd, as a 'Note to developpers' a very detailled post from David Clunie,
jpr [Thu, 13 Oct 2005 07:14:45 +0000 (07:14 +0000)]
Add, as a  'Note to developpers' a very detailled post from David Clunie,
 on the troubles caused 'non standard' LUT and LUT description
 We shall have to take it into accound in our code.
Some day ...

18 years agoCOMP: I am not joking gdcm wont compile otherwise on newest mingw32, for a trailing...
malaterre [Wed, 12 Oct 2005 22:01:01 +0000 (22:01 +0000)]
COMP: I am not joking gdcm wont compile otherwise on newest mingw32, for a trailing slash in the path...

18 years agoCOMP: I am not joking gdcm wont compile otherwise on newest mingw32, for a trailing...
malaterre [Wed, 12 Oct 2005 21:14:20 +0000 (21:14 +0000)]
COMP: I am not joking gdcm wont compile otherwise on newest mingw32, for a trailing slash in the path...

18 years agoENH: Remove duplicate file
malaterre [Wed, 12 Oct 2005 18:58:03 +0000 (18:58 +0000)]
ENH: Remove duplicate file

18 years ago* gdcmPython/CMakeList.txt : the previous patch was unix-specific
bellet [Tue, 11 Oct 2005 18:00:05 +0000 (18:00 +0000)]
* gdcmPython/CMakeList.txt : the previous patch was unix-specific

18 years agoENH: Update j2k status and openjpeg
malaterre [Tue, 11 Oct 2005 14:58:11 +0000 (14:58 +0000)]
ENH: Update j2k status and openjpeg

18 years agoRevert to initial code : TestWriteSimple hangs on Darwin
jpr [Tue, 11 Oct 2005 14:48:19 +0000 (14:48 +0000)]
Revert to initial code : TestWriteSimple hangs on Darwin
*extra* clever stuff is necessary !

18 years agoComment out strangr code nad replace by simpler one.
jpr [Tue, 11 Oct 2005 14:38:05 +0000 (14:38 +0000)]
Comment out strangr code nad replace by simpler one.
Does anybody remember its genesis?

18 years agoBUG: How in the world did it never show up before... Thanks to Benoit Regrain for...
malaterre [Tue, 11 Oct 2005 14:36:17 +0000 (14:36 +0000)]
BUG: How in the world did it never show up before... Thanks to Benoit Regrain for report

18 years agoComment out DebugOn(), in order not to trouble Benoit with too many messages ;-)
jpr [Tue, 11 Oct 2005 14:24:29 +0000 (14:24 +0000)]
Comment out DebugOn(), in order not to trouble Benoit with too many messages ;-)

18 years agoENH: Add description from previous revision
malaterre [Tue, 11 Oct 2005 13:29:14 +0000 (13:29 +0000)]
ENH: Add description from previous revision

18 years ago* Builder/gdcm.spec.in : this spec file works on Fedora Core 4.
bellet [Tue, 11 Oct 2005 13:07:42 +0000 (13:07 +0000)]
* Builder/gdcm.spec.in : this spec file works on Fedora Core 4.

18 years ago* CMakeLists.txt : install the pth file in the right place.
bellet [Tue, 11 Oct 2005 13:06:32 +0000 (13:06 +0000)]
* CMakeLists.txt : install the pth file in the right place.

18 years ago * Fix cmakelists bug when the GDCM_DATA_ROOT isn't specified
regrain [Tue, 11 Oct 2005 11:06:02 +0000 (11:06 +0000)]
   * Fix cmakelists bug when the GDCM_DATA_ROOT isn't specified
   -- BeNours

18 years ago The way we dealt with 16 bits 'Pixel Data' on Big Endian processors
jpr [Tue, 11 Oct 2005 08:55:58 +0000 (08:55 +0000)]
  The way we dealt with 16 bits 'Pixel Data' on Big Endian processors
  *looked* us very clever.
  but it does exactly the opposite of what we expected.
  (i.e. we get the the result we were affraid to obtain
  *without* our clever stuff :-( )
  Since I've no access for the moment to a big endian proc
  I comment it out, to see the result on the dash board

18 years agoAdd GDCM_PIXELDATA const
jpr [Tue, 11 Oct 2005 08:24:56 +0000 (08:24 +0000)]
Add GDCM_PIXELDATA const

18 years agoWithin Print method, change the 'warning value' for Pixel Data,
jpr [Tue, 11 Oct 2005 08:24:10 +0000 (08:24 +0000)]
Within Print method, change the 'warning value' for Pixel Data,
       to avoid reader to be confused by 'gdcm::NotLoaded'

18 years agoBUG: When reading 32bits data on BigEndian system you have to swap...
malaterre [Mon, 10 Oct 2005 22:25:05 +0000 (22:25 +0000)]
BUG: When reading 32bits data on BigEndian system you have to swap...

18 years agoENH: Adding it to the list
malaterre [Mon, 10 Oct 2005 21:58:18 +0000 (21:58 +0000)]
ENH: Adding it to the list

18 years agoENH: Adding a small ex to quickly extract a binary field
malaterre [Mon, 10 Oct 2005 21:57:57 +0000 (21:57 +0000)]
ENH: Adding a small ex to quickly extract a binary field

18 years agoENH: Adding a conversion from acronym data type to the full desc
malaterre [Mon, 10 Oct 2005 20:42:33 +0000 (20:42 +0000)]
ENH: Adding a conversion from acronym data type to the full desc

18 years agoSTYLE: Typo
malaterre [Mon, 10 Oct 2005 20:03:56 +0000 (20:03 +0000)]
STYLE: Typo

18 years agoENH: Adding the ex to the list
malaterre [Mon, 10 Oct 2005 20:03:31 +0000 (20:03 +0000)]
ENH: Adding the ex to the list

18 years agoENH: Adding an example for reading and playing with Curve Data (500x,3000)
malaterre [Mon, 10 Oct 2005 20:02:09 +0000 (20:02 +0000)]
ENH: Adding an example for reading and playing with Curve Data (500x,3000)

18 years ago * fix GDCM_NOASCII bug... please report your modif in the python part !!!
regrain [Mon, 10 Oct 2005 17:23:21 +0000 (17:23 +0000)]
   * fix GDCM_NOASCII bug... please report your modif in the python part !!!
   -- BeNours

18 years agoDoxygenation
jpr [Mon, 10 Oct 2005 10:49:24 +0000 (10:49 +0000)]
Doxygenation

18 years agoDefault Pixel Spacing to 1.0\1.0 when writing an image ex nihilo
jpr [Fri, 7 Oct 2005 09:54:53 +0000 (09:54 +0000)]
Default Pixel Spacing to 1.0\1.0 when writing an image ex nihilo

18 years agoENH: Using http://www.gehealthcare.com/usen/xr/dicom/docs/2153427_100r02.pdf, I could...
malaterre [Thu, 6 Oct 2005 20:34:43 +0000 (20:34 +0000)]
ENH: Using http://www.gehealthcare.com/usen/xr/dicom/docs/2153427_100r02.pdf, I could find all missing tags for GE_DLX-8-MONO2-PrivateSyntax.dcm

18 years agoBUG: Have to remove assert since 00191113.dcm is off by one byte... also remove cerr
malaterre [Thu, 6 Oct 2005 19:26:00 +0000 (19:26 +0000)]
BUG: Have to remove assert since 00191113.dcm is off by one byte... also remove cerr

18 years agoENH: ReadAndSkip became ReadAndNotSkip, the basic offset from the table are now store...
malaterre [Thu, 6 Oct 2005 18:54:49 +0000 (18:54 +0000)]
ENH: ReadAndSkip became ReadAndNotSkip, the basic offset from the table are now stored and compared when reading individual fragments/frames

18 years agoSTYLE: Remove old comments
malaterre [Thu, 6 Oct 2005 18:49:30 +0000 (18:49 +0000)]
STYLE: Remove old comments

18 years agoSome more precisions in the comments
jpr [Mon, 3 Oct 2005 16:09:27 +0000 (16:09 +0000)]
Some more precisions in the comments

18 years agoAdd some verbosity, to help tracking the trouble, when bugged header image...
jpr [Mon, 3 Oct 2005 16:08:07 +0000 (16:08 +0000)]
Add some verbosity, to help tracking the trouble, when bugged header image...

18 years agoCOMP: Try to fix compilation on VS7
malaterre [Mon, 3 Oct 2005 14:54:16 +0000 (14:54 +0000)]
COMP: Try to fix compilation on VS7

18 years agoENH: Refactorize code, from PrintFile into the class, to allow user to reuse the...
malaterre [Sat, 1 Oct 2005 19:39:14 +0000 (19:39 +0000)]
ENH: Refactorize code, from PrintFile into the class, to allow user to reuse the code.

18 years agoDOC: Adding comment by JPR, for non-medical user (=me)
malaterre [Sat, 1 Oct 2005 15:51:42 +0000 (15:51 +0000)]
DOC: Adding comment by JPR, for non-medical user (=me)

18 years agoAdd the commented out XMedcon-like code.
jpr [Fri, 30 Sep 2005 17:45:01 +0000 (17:45 +0000)]
Add the commented out XMedcon-like code.

18 years agoDont print Orientations when they're empty ...
jpr [Fri, 30 Sep 2005 17:42:17 +0000 (17:42 +0000)]
Dont print Orientations when they're empty ...

18 years agoAdd the printing od 'Orientaion' information
jpr [Fri, 30 Sep 2005 10:27:22 +0000 (10:27 +0000)]
Add the printing od 'Orientaion' information
(Read in the header, or 'user friendly' computed values)

18 years agoFix bug in Orientation::VerfCriterion
jpr [Thu, 29 Sep 2005 14:23:58 +0000 (14:23 +0000)]
Fix bug in Orientation::VerfCriterion
Thx to Eduardo Davila.

18 years agoAdd a small example on how to extract Dicom tags
jpr [Thu, 29 Sep 2005 08:49:27 +0000 (08:49 +0000)]
Add a small example on how to extract Dicom tags
(as requiered by people of DataGrid)
May be usefull as an example for others (hope so)

18 years agoAdd verbosity
jpr [Thu, 22 Sep 2005 14:45:11 +0000 (14:45 +0000)]
Add verbosity

18 years agoAvoid Warning
jpr [Thu, 22 Sep 2005 14:42:37 +0000 (14:42 +0000)]
Avoid Warning

18 years agoComments
jpr [Thu, 22 Sep 2005 14:41:24 +0000 (14:41 +0000)]
Comments

18 years agoAdd TestLoadAllDocumentsNoPrivNoSeq, to improve test coverage
jpr [Thu, 22 Sep 2005 08:41:27 +0000 (08:41 +0000)]
Add TestLoadAllDocumentsNoPrivNoSeq, to improve test coverage

18 years agoSTYLE: Minor typo
malaterre [Wed, 21 Sep 2005 17:16:15 +0000 (17:16 +0000)]
STYLE: Minor typo

18 years agoComments
jpr [Wed, 21 Sep 2005 16:53:59 +0000 (16:53 +0000)]
Comments

18 years agoadd std::string Orientation::GetOrientation ( File *f ) method, that
jpr [Wed, 21 Sep 2005 16:39:53 +0000 (16:39 +0000)]
add std::string Orientation::GetOrientation ( File *f ) method, that
computes the Patient Orientation relative to the image plane
from the 'Image Orientation (Patient)' :

           The first entry is the direction of the rows, given by the
           direction of the last pixel in the first row from the first
           pixel in that row.
           The second entry is the direction of the columns, given by
           the direction of the last pixel in the first column from the
           first pixel in that column.
           Anatomical direction is designated by the capital
           letters: A (anterior), P (posterior), R (right),L (left),
           H (head), F (foot).
           Refinements in the orientation descriptions are designated
           by one or two additional letters in each value.

18 years agoRemove useless extern declaration.
jpr [Wed, 21 Sep 2005 13:51:42 +0000 (13:51 +0000)]
Remove useless extern declaration.

18 years agoFix typo
jpr [Wed, 21 Sep 2005 13:23:28 +0000 (13:23 +0000)]
Fix typo

18 years agoRemove TestWriteSimple from CMakeLists, as well.
jpr [Wed, 21 Sep 2005 13:21:48 +0000 (13:21 +0000)]
Remove TestWriteSimple from CMakeLists, as well.

18 years agoRemove useless program (already in Testing)
jpr [Wed, 21 Sep 2005 13:09:47 +0000 (13:09 +0000)]
Remove useless program (already in Testing)

18 years agoShould avoid warnings
jpr [Wed, 21 Sep 2005 13:05:40 +0000 (13:05 +0000)]
Should avoid warnings

18 years agoAdd some comments
jpr [Wed, 21 Sep 2005 09:44:59 +0000 (09:44 +0000)]
Add some comments

18 years agoLO generated VR for odd groups will be displayed at Print() time
jpr [Wed, 21 Sep 2005 09:42:19 +0000 (09:42 +0000)]
LO generated VR for odd groups will be displayed at Print() time

18 years ago //DICOM PS 3-5 7.8.1 a) states that those
jpr [Tue, 20 Sep 2005 15:11:19 +0000 (15:11 +0000)]
  //DICOM PS 3-5 7.8.1 a) states that those
      //(gggg-0010->00FF where gggg is odd) attributes have to be LO

--> Take it into account!

18 years agoTwo ;; at end of line can cause troubles
jpr [Tue, 20 Sep 2005 14:13:41 +0000 (14:13 +0000)]
Two ;; at end of line can cause troubles

18 years agoremove useless extern declaration
jpr [Tue, 20 Sep 2005 11:02:49 +0000 (11:02 +0000)]
remove useless extern declaration

18 years ago%d vs %i in fprintf for unsigned int, to avoid warnings (hope so)
jpr [Tue, 20 Sep 2005 10:01:49 +0000 (10:01 +0000)]
%d vs %i in fprintf for unsigned int, to avoid warnings (hope so)

18 years agoremove useless assignation, to avoid warning
jpr [Tue, 20 Sep 2005 09:24:10 +0000 (09:24 +0000)]
remove useless assignation, to avoid warning

18 years agoREmove useless variable assignation
jpr [Tue, 20 Sep 2005 09:21:35 +0000 (09:21 +0000)]
REmove useless variable assignation

18 years agoDoxygen
jpr [Tue, 20 Sep 2005 09:09:43 +0000 (09:09 +0000)]
Doxygen

18 years agoTo avoid warnings around 'catch'
jpr [Tue, 20 Sep 2005 09:07:56 +0000 (09:07 +0000)]
To avoid warnings around 'catch'

18 years agoRemove useless variable, to avoid warning
jpr [Tue, 20 Sep 2005 08:50:57 +0000 (08:50 +0000)]
Remove useless variable, to avoid warning

18 years agoENH: Need to access those var from c++
malaterre [Mon, 19 Sep 2005 18:55:12 +0000 (18:55 +0000)]
ENH: Need to access those var from c++

18 years agoENH: Adding an exe that seg fault on AMD64/gcc.
malaterre [Mon, 19 Sep 2005 18:54:10 +0000 (18:54 +0000)]
ENH: Adding an exe that seg fault on AMD64/gcc.

18 years agocomment out TestAllEntryVerify
jpr [Mon, 19 Sep 2005 10:45:38 +0000 (10:45 +0000)]
comment out TestAllEntryVerify

18 years agotypo
jpr [Mon, 19 Sep 2005 09:48:27 +0000 (09:48 +0000)]
typo

18 years agoTo avoid bcc 5.5 warnings
jpr [Fri, 16 Sep 2005 17:19:24 +0000 (17:19 +0000)]
To avoid bcc 5.5 warnings

18 years agoInsert the original Python code, as a comment, to help debug stage
jpr [Fri, 16 Sep 2005 16:47:56 +0000 (16:47 +0000)]
Insert the original Python code, as a comment, to help debug stage

18 years agoTo display image 'orientation type'
jpr [Fri, 16 Sep 2005 16:45:33 +0000 (16:45 +0000)]
To display image 'orientation type'
When it works :-(

18 years agoBlack list some recently added images
jpr [Fri, 16 Sep 2005 10:44:26 +0000 (10:44 +0000)]
Black list some recently added images
(untill I fix the probable mess with the .png, .tst images)

18 years agoENH: Adding mention to current problem on ITK ML, and dlclose gdcm
malaterre [Wed, 14 Sep 2005 20:27:20 +0000 (20:27 +0000)]
ENH: Adding mention to current problem on ITK ML, and dlclose gdcm

18 years agoFix misstyping.
jpr [Tue, 13 Sep 2005 18:32:54 +0000 (18:32 +0000)]
Fix misstyping.
(still not works properly :-( )
Thx to Luca Picello for reporting it.

18 years agoTry downcast to please MSVC
jpr [Fri, 9 Sep 2005 07:18:02 +0000 (07:18 +0000)]
Try downcast to please MSVC

18 years agoavoid bcc5.5 warnings
jpr [Thu, 8 Sep 2005 15:10:46 +0000 (15:10 +0000)]
avoid bcc5.5 warnings

18 years agoTo avoid bcc5.5 warnings
jpr [Thu, 8 Sep 2005 15:09:08 +0000 (15:09 +0000)]
To avoid bcc5.5 warnings

18 years agoENH: Support space in the path
malaterre [Thu, 8 Sep 2005 14:45:51 +0000 (14:45 +0000)]
ENH: Support space in the path

18 years agoRemove useless affectation, to avoid bcc5.5 warnings
jpr [Thu, 8 Sep 2005 14:40:15 +0000 (14:40 +0000)]
Remove useless affectation, to avoid bcc5.5 warnings

18 years agoRemove useless affectation to avoid bcc5.5 warning
jpr [Thu, 8 Sep 2005 14:33:50 +0000 (14:33 +0000)]
Remove useless affectation to avoid bcc5.5 warning

18 years agoHope bcc5.5 will have no longer objections
jpr [Thu, 8 Sep 2005 14:00:39 +0000 (14:00 +0000)]
Hope bcc5.5 will have no longer objections

18 years agoFix typo
jpr [Wed, 7 Sep 2005 15:19:37 +0000 (15:19 +0000)]
Fix typo

18 years agoCosmetics for making ProntFile more clear when forceLoad was asked
jpr [Wed, 7 Sep 2005 14:12:23 +0000 (14:12 +0000)]
Cosmetics for making ProntFile more clear when forceLoad was asked

18 years agoAdd some verbosity when something wrong occurs
jpr [Wed, 7 Sep 2005 10:42:30 +0000 (10:42 +0000)]
Add some verbosity when something wrong occurs