]>
Creatis software - gdcm.git/log
malaterre [Tue, 20 May 2008 09:22:03 +0000 (09:22 +0000)]
BUG: backport from gdcm 1.2. Should not crash when jpeg was not instanciated
malaterre [Tue, 20 May 2008 09:21:22 +0000 (09:21 +0000)]
COMP: fix warning
malaterre [Mon, 19 May 2008 12:09:16 +0000 (12:09 +0000)]
ENH: do not run dashbaord on that
malaterre [Mon, 19 May 2008 09:25:42 +0000 (09:25 +0000)]
COMP: do not ask...
jpr [Fri, 16 May 2008 10:40:23 +0000 (10:40 +0000)]
Be less ambiguous!
malaterre [Fri, 16 May 2008 09:57:30 +0000 (09:57 +0000)]
ENH: do not run dashboard on that
malaterre [Thu, 15 May 2008 09:08:02 +0000 (09:08 +0000)]
ENH: bye bye Dart, welcome CDash
jpr [Wed, 14 May 2008 10:45:11 +0000 (10:45 +0000)]
Backport from itk
jpr [Wed, 14 May 2008 07:48:52 +0000 (07:48 +0000)]
Fix previous commit :-(
jpr [Tue, 13 May 2008 08:02:59 +0000 (08:02 +0000)]
Apply David Feng's patch for reverse sorting
malaterre [Fri, 25 Apr 2008 13:38:46 +0000 (13:38 +0000)]
ENH: for now disable it
malaterre [Thu, 24 Apr 2008 17:01:11 +0000 (17:01 +0000)]
ENH: do not try to process this file for now
malaterre [Thu, 10 Apr 2008 12:15:34 +0000 (12:15 +0000)]
COMP: fix comp on gcc 4.3
malaterre [Thu, 10 Apr 2008 12:03:46 +0000 (12:03 +0000)]
COMP: fix compilation warnings
jpr [Thu, 3 Apr 2008 17:00:24 +0000 (17:00 +0000)]
Display some more usefull tags
malaterre [Wed, 2 Apr 2008 11:15:07 +0000 (11:15 +0000)]
BUG: do not access random memory
jpr [Mon, 31 Mar 2008 15:05:07 +0000 (15:05 +0000)]
Avoid poluating 'Series Descr" with full path name
jpr [Mon, 31 Mar 2008 14:44:02 +0000 (14:44 +0000)]
Fix bug on creating E11 + E22 Peak Strain
jpr [Fri, 28 Mar 2008 15:36:57 +0000 (15:36 +0000)]
Allow user to create mutiframes
jpr [Tue, 18 Mar 2008 13:37:54 +0000 (13:37 +0000)]
add blank space
jpr [Mon, 17 Mar 2008 13:16:10 +0000 (13:16 +0000)]
Seems that ArgMgrWant... doesn't work on MacOS.
Protect prgram against user with ArgMgrDefined
malaterre [Mon, 10 Mar 2008 14:30:08 +0000 (14:30 +0000)]
ENH: better support for curve data
malaterre [Mon, 10 Mar 2008 13:12:09 +0000 (13:12 +0000)]
BUG: fix wrong sizeof
malaterre [Mon, 10 Mar 2008 13:10:48 +0000 (13:10 +0000)]
ENH: improve Curve data example
jpr [Thu, 14 Feb 2008 21:24:01 +0000 (21:24 +0000)]
Add David Feng
jpr [Thu, 14 Feb 2008 21:21:58 +0000 (21:21 +0000)]
Fix bug on ImagePositionPatientOrdering.
// the upper_bound function increments the iterator to the next non-duplicate entry
// The for loop iteration also increments the iterator, which causes the code to skip every other image
// --> decrement the iterator after the upper_bound function call
Thx to David Feng for providing fix
jpr [Wed, 13 Feb 2008 19:08:34 +0000 (19:08 +0000)]
cosmetics
jpr [Wed, 13 Feb 2008 19:07:13 +0000 (19:07 +0000)]
Avoid 'deprecated' warnings with Doxygen 1.5
jpr [Wed, 13 Feb 2008 19:05:32 +0000 (19:05 +0000)]
Add contributors
jpr [Wed, 13 Feb 2008 19:02:39 +0000 (19:02 +0000)]
Remove trailing spaces
jpr [Wed, 13 Feb 2008 18:55:28 +0000 (18:55 +0000)]
Data Elements of any length are now rewritten
jpr [Wed, 13 Feb 2008 18:53:33 +0000 (18:53 +0000)]
remove spurious trailing spaces
jpr [Wed, 13 Feb 2008 15:41:26 +0000 (15:41 +0000)]
Hexa value of FL and FD is now correctly displayed
jpr [Wed, 13 Feb 2008 13:58:40 +0000 (13:58 +0000)]
User may now ask for pixels loading, for checking purpose
jpr [Wed, 13 Feb 2008 11:44:09 +0000 (11:44 +0000)]
Avoid memory leaks.
Thx to Parikshit Prasad for reporting bug
jpr [Wed, 13 Feb 2008 11:42:13 +0000 (11:42 +0000)]
DT *is* String Representable.
Thx to Parikshit Prasad for reporting bug
malaterre [Tue, 29 Jan 2008 08:23:07 +0000 (08:23 +0000)]
BUG: Apparently python2.5 do not like extension to have a .dll extension, we need to rename them to .pyd (dont ask why)
malaterre [Mon, 28 Jan 2008 12:49:24 +0000 (12:49 +0000)]
COMP: Make log of compilation on vs 2005 a little more readable
malaterre [Mon, 28 Jan 2008 12:47:07 +0000 (12:47 +0000)]
ENH: apply dos2unix
jpr [Mon, 28 Jan 2008 09:31:48 +0000 (09:31 +0000)]
Add Paulo Henrique Junqueira Amorim in contributors list
jpr [Mon, 28 Jan 2008 09:26:24 +0000 (09:26 +0000)]
Add Date and Version.
malaterre [Sun, 27 Jan 2008 20:51:03 +0000 (20:51 +0000)]
COMP: Fix compilation on Win32 thanks to Paulo for report
jpr [Mon, 7 Jan 2008 18:12:02 +0000 (18:12 +0000)]
The bad hack I made to bypass illegal images where undefined length UN data
element stands for OB hangs on images where indianess swaps inside a Sequence.
I revert to the previous version untill the bug is fixed.
Current version works correctly on illegal images where undefined length UN data
element stands for SQ.
jpr [Mon, 7 Jan 2008 17:16:06 +0000 (17:16 +0000)]
Fix error message
jpr [Fri, 4 Jan 2008 13:32:01 +0000 (13:32 +0000)]
Add BackTrackSQtoOB() method, to be able to parse illegal Dicom images where
undefined length + UN stands for OB.
malaterre [Wed, 2 Jan 2008 14:58:00 +0000 (14:58 +0000)]
ENH: avoid writing illegal images with a double dots.
jpr [Wed, 2 Jan 2008 10:48:52 +0000 (10:48 +0000)]
Illegal 'undefined length UN DataElement' :
when UN stands for SQ : now we can read them correctly.
when UN stands for OB : no more infinite loop.
(a clever backtrack is still missing ...)
jpr [Thu, 20 Dec 2007 17:34:58 +0000 (17:34 +0000)]
follow
jpr [Thu, 20 Dec 2007 17:27:27 +0000 (17:27 +0000)]
Google indexes first something else than the site root.
Avois confusing users!
jpr [Thu, 13 Dec 2007 16:18:13 +0000 (16:18 +0000)]
Pàrt Mathieu's fix for vtk 4.2
( Gdcm ensures backward compatibility ( on vtk, NOT on gdcm :-( )
jpr [Thu, 13 Dec 2007 15:50:13 +0000 (15:50 +0000)]
add
malaterre [Thu, 13 Dec 2007 15:16:19 +0000 (15:16 +0000)]
BUG: GDCM is still writing crappy DICOM...
jpr [Wed, 5 Dec 2007 16:36:21 +0000 (16:36 +0000)]
Port Mathieu's commit from gdcm1.2
malaterre [Mon, 3 Dec 2007 17:16:25 +0000 (17:16 +0000)]
ENH: add comments
malaterre [Mon, 3 Dec 2007 16:43:56 +0000 (16:43 +0000)]
ENH: Add a simple example when user want to take a template DICOM file and a raw (decompressed by private software) to forge a new DICOM file
jpr [Mon, 3 Dec 2007 11:47:40 +0000 (11:47 +0000)]
remove spurious white spaces
jpr [Mon, 3 Dec 2007 11:46:38 +0000 (11:46 +0000)]
Now we can read ACRNEMA_LIBIDO_1.0 as well.
jpr [Wed, 21 Nov 2007 16:25:26 +0000 (16:25 +0000)]
Fix trouble in Anonymize
jpr [Wed, 21 Nov 2007 16:24:08 +0000 (16:24 +0000)]
Should be OK
jpr [Wed, 21 Nov 2007 12:53:59 +0000 (12:53 +0000)]
fix
jpr [Wed, 21 Nov 2007 11:52:22 +0000 (11:52 +0000)]
Add patient seq nb
malaterre [Wed, 14 Nov 2007 10:56:11 +0000 (10:56 +0000)]
ENH: for now do not support our own bugs
malaterre [Tue, 13 Nov 2007 13:05:51 +0000 (13:05 +0000)]
ENH: blacklist ELSCINT
jpr [Tue, 13 Nov 2007 11:49:09 +0000 (11:49 +0000)]
Rewrite an *anonymized* Dicomdir !
malaterre [Tue, 13 Nov 2007 09:37:22 +0000 (09:37 +0000)]
ENH: line length=80
malaterre [Fri, 9 Nov 2007 17:53:19 +0000 (17:53 +0000)]
BUG: It is official I really need a brain
malaterre [Fri, 9 Nov 2007 17:52:59 +0000 (17:52 +0000)]
BUG: I need a brain
jpr [Fri, 9 Nov 2007 17:35:16 +0000 (17:35 +0000)]
Fix.
Thx to Neerav Patel for reporting typo.
jpr [Fri, 9 Nov 2007 17:23:48 +0000 (17:23 +0000)]
Now user can ask for making a DICOMDIR after anonymization.
malaterre [Fri, 9 Nov 2007 16:11:18 +0000 (16:11 +0000)]
COMP: shot in the dark to try to shut-up sun compiler
jpr [Fri, 9 Nov 2007 10:18:21 +0000 (10:18 +0000)]
typo
jpr [Fri, 9 Nov 2007 08:49:00 +0000 (08:49 +0000)]
Keep old version, for antiques lovers
jpr [Fri, 9 Nov 2007 08:48:04 +0000 (08:48 +0000)]
Hide useless (wrong) info
jpr [Fri, 9 Nov 2007 08:33:19 +0000 (08:33 +0000)]
avoid warnings
malaterre [Thu, 8 Nov 2007 18:14:55 +0000 (18:14 +0000)]
BUG: When lib is throwing exception application are supposed to catch them
jpr [Thu, 8 Nov 2007 10:40:39 +0000 (10:40 +0000)]
Anonymization more effcient when single patient Dicomdir
jpr [Tue, 30 Oct 2007 16:42:58 +0000 (16:42 +0000)]
Typo
jpr [Tue, 30 Oct 2007 14:55:20 +0000 (14:55 +0000)]
Add verbosity, on demand
jpr [Tue, 30 Oct 2007 14:51:00 +0000 (14:51 +0000)]
Initializing DropDuplicatePositions to false should help!
malaterre [Tue, 30 Oct 2007 13:35:08 +0000 (13:35 +0000)]
COMP: seriously please SunOS compiler...sigh
malaterre [Tue, 30 Oct 2007 13:34:42 +0000 (13:34 +0000)]
COMP: when using initializers list, one need to respect order in declaration
malaterre [Tue, 30 Oct 2007 13:31:54 +0000 (13:31 +0000)]
COMP: ooops while fixing comp with borland I broke VS6 compilation
jpr [Tue, 30 Oct 2007 11:56:52 +0000 (11:56 +0000)]
Show better the troubles
jpr [Tue, 30 Oct 2007 11:45:01 +0000 (11:45 +0000)]
Add some verbosity to show the troubles with SerieHelper
jpr [Tue, 30 Oct 2007 11:37:16 +0000 (11:37 +0000)]
Fix some troubles when non gdcm-readable files are found
jpr [Tue, 30 Oct 2007 11:11:04 +0000 (11:11 +0000)]
SerieHelper::CreateUserDefinedFileIdentifier() :
Avoid troubles when empty string is found
jpr [Tue, 30 Oct 2007 09:19:53 +0000 (09:19 +0000)]
Fix mistyping
jpr [Tue, 30 Oct 2007 09:15:57 +0000 (09:15 +0000)]
Unify both codes
jpr [Tue, 30 Oct 2007 09:14:41 +0000 (09:14 +0000)]
Fix Comments
jpr [Tue, 30 Oct 2007 09:13:45 +0000 (09:13 +0000)]
coding style
jpr [Tue, 30 Oct 2007 09:13:03 +0000 (09:13 +0000)]
Coding style
jpr [Tue, 30 Oct 2007 09:07:46 +0000 (09:07 +0000)]
Commit the right one, now :-(
jpr [Mon, 29 Oct 2007 17:18:37 +0000 (17:18 +0000)]
Add Gianni Lazzaretto in contributors list
jpr [Mon, 29 Oct 2007 17:13:23 +0000 (17:13 +0000)]
Allow Borland compilng
(Thx to Dr Gianni Lazzaretto for providing fix)
malaterre [Sat, 27 Oct 2007 17:34:16 +0000 (17:34 +0000)]
COMP: getting borland to compile templated code
jpr [Fri, 26 Oct 2007 16:06:57 +0000 (16:06 +0000)]
Avoid Borland warnings (?)
malaterre [Fri, 26 Oct 2007 09:00:31 +0000 (09:00 +0000)]
FIX: Make it compiler on st***d Sun compiler
malaterre [Fri, 26 Oct 2007 08:14:18 +0000 (08:14 +0000)]
BUG: map<>::mapped_type is not part of the STL. Should fix issue on VS* compiler
jpr [Thu, 25 Oct 2007 08:02:38 +0000 (08:02 +0000)]
Avoid warnings
jpr [Thu, 25 Oct 2007 07:57:33 +0000 (07:57 +0000)]
avoid warnings