]>
Creatis software - gdcm.git/log
jpr [Wed, 1 Sep 2010 14:40:00 +0000 (14:40 +0000)]
Small exe, for unaware users
jpr [Wed, 1 Sep 2010 13:33:36 +0000 (13:33 +0000)]
minor re-indent
jpr [Wed, 1 Sep 2010 11:17:32 +0000 (11:17 +0000)]
copies and renames the files within a directory as ima-SeriesNumber-ImageNumber.dcm (usefull for unaware users!
jpr [Mon, 30 Aug 2010 15:23:23 +0000 (15:23 +0000)]
Make it compile again.
?
jpr [Thu, 26 Aug 2010 12:46:12 +0000 (12:46 +0000)]
add seriedescription to created images
jpr [Fri, 9 Jul 2010 09:20:17 +0000 (09:20 +0000)]
Thx to Jean-Michel Rouet for reporting compile error.
jpr [Thu, 1 Jul 2010 11:13:09 +0000 (11:13 +0000)]
Comment out spurious code (avctually : remove previous patch)
Thx, Mathieu
jpr [Thu, 24 Jun 2010 04:34:20 +0000 (04:34 +0000)]
Integrate patch from: http://www.itk.org/Bug/view.php?id=10833
Thank you, Matthieu
jpr [Fri, 9 Apr 2010 15:38:18 +0000 (15:38 +0000)]
avoid further troubles when wild anonymization was performed
jpr [Fri, 9 Apr 2010 15:32:39 +0000 (15:32 +0000)]
Brute hack to allow reading DICOM RT files
jpr [Fri, 9 Apr 2010 15:23:40 +0000 (15:23 +0000)]
prevent trouble during anon.
davila [Fri, 26 Mar 2010 14:37:53 +0000 (14:37 +0000)]
BUG: vtk not found
davila [Mon, 8 Mar 2010 19:08:06 +0000 (19:08 +0000)]
BUG: compiler conflict with vtk compilation
jpr [Fri, 12 Feb 2010 11:20:18 +0000 (11:20 +0000)]
Fix typo
jpr [Fri, 12 Feb 2010 09:09:49 +0000 (09:09 +0000)]
Add some missing TS
(found in http://www.dclunie.com/pixelmed/software/javadoc/constant-values.html)
jpr [Tue, 1 Dec 2009 13:22:40 +0000 (13:22 +0000)]
add 1.2.392.200036.9125.1.1.2 Private Fuji CR Image Storage
jpr [Thu, 12 Nov 2009 11:32:28 +0000 (11:32 +0000)]
Add
1.2.392.200036.9116.7.8.1.1.1 PrivateToshiba Raw Data Storage
davila [Wed, 4 Nov 2009 14:40:29 +0000 (14:40 +0000)]
*** empty log message ***
jpr [Tue, 3 Nov 2009 14:07:00 +0000 (14:07 +0000)]
Fix comments
jpr [Tue, 3 Nov 2009 14:05:23 +0000 (14:05 +0000)]
Temporary modif for vtk reading of illegal 'DICOM FD' (64 bits 'double' pixels)
davila [Wed, 16 Sep 2009 12:28:44 +0000 (12:28 +0000)]
*** empty log message ***
jpr [Tue, 23 Jun 2009 09:01:43 +0000 (09:01 +0000)]
#include <stdio.h> // for sprintf
jpr [Thu, 28 May 2009 15:44:34 +0000 (15:44 +0000)]
minor improvements
jpr [Tue, 26 May 2009 10:27:38 +0000 (10:27 +0000)]
fix mistyping
jpr [Mon, 25 May 2009 14:29:16 +0000 (14:29 +0000)]
comments
jpr [Wed, 20 May 2009 09:45:30 +0000 (09:45 +0000)]
First try
jpr [Tue, 19 May 2009 15:08:36 +0000 (15:08 +0000)]
Comments
jpr [Tue, 19 May 2009 15:07:58 +0000 (15:07 +0000)]
We allow now to deal with 'non standard' 64 bits 'real' values
(1 line hack!)
jpr [Tue, 19 May 2009 15:04:15 +0000 (15:04 +0000)]
Fix bug in windows part
jpr [Sat, 18 Apr 2009 14:42:51 +0000 (14:42 +0000)]
Add vtkGdcmReader::SetFlipY(bool) (default : true, to keep old behaviour)
false DOESN'T flip the image.
To be used by aware people only!
jpr [Wed, 4 Mar 2009 08:57:40 +0000 (08:57 +0000)]
fix mistyping
jpr [Thu, 5 Feb 2009 09:50:09 +0000 (09:50 +0000)]
add
bool DataEntry::IsNumerical();
bool DataEntry::GetNumerical(std::vector <double> &valueVector);
to avoid people to re-progrm them each time
jpr [Thu, 5 Feb 2009 09:03:26 +0000 (09:03 +0000)]
change
DirList::DirList(std::string const &dirName, bool recursive);
to
DirList::DirList(std::string const &dirName, bool recursive, bool all);
@param all whether we want all (i.e; File names + Directory names) default=false
(usefull for people who want to explore Bruker raw data directories)
jpr [Thu, 22 Jan 2009 16:30:39 +0000 (16:30 +0000)]
Try to write MR-like image
jpr [Mon, 19 Jan 2009 17:05:13 +0000 (17:05 +0000)]
Deal with any type on input + cosmetics
jpr [Mon, 19 Jan 2009 17:03:38 +0000 (17:03 +0000)]
Converts a Raw file into an old style Bruker Dicom File, InTag compliant
jpr [Wed, 14 Jan 2009 14:07:40 +0000 (14:07 +0000)]
Deal with 'float' and 'double' Raw files.
jpr [Wed, 14 Jan 2009 12:32:35 +0000 (12:32 +0000)]
Fix troubles when pixeltype != pixeltypeOut
malaterre [Thu, 18 Dec 2008 14:04:06 +0000 (14:04 +0000)]
ENH: minor cleanup
malaterre [Fri, 5 Dec 2008 11:43:01 +0000 (11:43 +0000)]
ENH: fix link + update info
malaterre [Fri, 14 Nov 2008 12:48:26 +0000 (12:48 +0000)]
ENH: do not run dash
malaterre [Thu, 13 Nov 2008 21:18:33 +0000 (21:18 +0000)]
ENH: do not run dash
malaterre [Thu, 2 Oct 2008 09:11:29 +0000 (09:11 +0000)]
ENH: do not run dash
malaterre [Tue, 23 Sep 2008 15:48:25 +0000 (15:48 +0000)]
ENH: do not run dash
jpr [Fri, 19 Sep 2008 09:33:16 +0000 (09:33 +0000)]
To please gcc 4.3
jpr [Mon, 15 Sep 2008 15:49:19 +0000 (15:49 +0000)]
use GDCM_NAME_SPACE:: instead of gdcm::, even in Examples ...
jpr [Mon, 8 Sep 2008 08:10:33 +0000 (08:10 +0000)]
Fix P vs p :-(
jpr [Mon, 8 Sep 2008 08:05:57 +0000 (08:05 +0000)]
forget to commit
jpr [Thu, 4 Sep 2008 14:10:44 +0000 (14:10 +0000)]
Transform 'pcpdense' format files into Dicomfile (single or multiframes,
depending on users's choice)
malaterre [Mon, 18 Aug 2008 15:36:10 +0000 (15:36 +0000)]
ENH:: do not run dash
malaterre [Mon, 18 Aug 2008 12:27:10 +0000 (12:27 +0000)]
ENH: sagital -> sagittal
malaterre [Mon, 11 Aug 2008 15:26:49 +0000 (15:26 +0000)]
ENH: do not run dash
malaterre [Mon, 11 Aug 2008 14:56:42 +0000 (14:56 +0000)]
ENH: do not run dash
malaterre [Fri, 8 Aug 2008 18:32:53 +0000 (18:32 +0000)]
ENH: do not run dash
malaterre [Sat, 2 Aug 2008 22:36:01 +0000 (22:36 +0000)]
ENH: do not run dash on it
malaterre [Thu, 31 Jul 2008 19:48:42 +0000 (19:48 +0000)]
ENH: do not run dash on that
malaterre [Wed, 23 Jul 2008 09:31:49 +0000 (09:31 +0000)]
ENH: remove for now
malaterre [Tue, 22 Jul 2008 15:31:57 +0000 (15:31 +0000)]
ENH: do not run dashboard on that one
jpr [Mon, 21 Jul 2008 09:12:21 +0000 (09:12 +0000)]
Add a note about gdcm2
(http://gdcm.sourceforge.net/wiki/index.php/GDCM_Release_2.0)
jpr [Thu, 12 Jun 2008 13:26:39 +0000 (13:26 +0000)]
Add RawToDicomStack, to convert multiframe to a stack of single frames
jpr [Thu, 12 Jun 2008 13:21:20 +0000 (13:21 +0000)]
cosmetics
jpr [Thu, 12 Jun 2008 13:18:15 +0000 (13:18 +0000)]
More verbosity when troubles
jpr [Tue, 3 Jun 2008 10:01:14 +0000 (10:01 +0000)]
Avoid segfault when Patient Name is missing
malaterre [Mon, 26 May 2008 09:27:27 +0000 (09:27 +0000)]
ENH: do not run dashboard on this one
malaterre [Sat, 24 May 2008 12:24:04 +0000 (12:24 +0000)]
COMP: backport from ITK
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