log

age author description
Tue, 05 Apr 2005 21:56:47 +0000 bert Add some conversion functions, remove some more proprietary junk, and improve range-checking on some functions
Tue, 05 Apr 2005 21:55:33 +0000 bert Update handling of Siemens ASCCONV to reflect value of uc2DInterpolation field for mosaic images. Additional cleanup of mosaic code and minor tweak to suppress GEMS warning message for PET data.
Tue, 05 Apr 2005 21:52:24 +0000 bert Add -minmax option to enable use of explicit DICOM pixel min/max information, and updated version number
Tue, 05 Apr 2005 21:50:11 +0000 bert Add comment
Tue, 05 Apr 2005 21:49:52 +0000 bert Use rescale slope and intercept to determine the proper slice minimum and maximum
Tue, 05 Apr 2005 21:49:10 +0000 bert Remove more Siemens proprietary stuff
Tue, 05 Apr 2005 21:48:44 +0000 bert Remove more of the Siemens proprietary stuff
Tue, 05 Apr 2005 21:46:22 +0000 bert Add ACR_Rescale_intercept and ACR_Rescale_slope
Mon, 04 Apr 2005 21:59:56 +0000 rotor * added check for interpolation
Thu, 31 Mar 2005 17:39:48 +0000 bert Change MINC_PLAY_NICE to VIO_PREFIX_NAMES
Thu, 31 Mar 2005 17:23:34 +0000 bert Replace all occurrences of ':' in a temporary filename with a '-' to accomodate Windows(tm)
Tue, 29 Mar 2005 20:21:44 +0000 bert Fix use of slice spacing; fully check for position information if possible, otherwise create a reasonable position from the slice index
Tue, 29 Mar 2005 20:20:42 +0000 bert Add checks for GE Medical Systems proprietary files
Fri, 18 Mar 2005 20:54:09 +0000 bert GE Medical Systems element definitions
Fri, 18 Mar 2005 19:10:31 +0000 bert Scan coordinate and location information for validity before relying on it
Fri, 18 Mar 2005 13:03:41 +0000 rotor * modified email address
Thu, 17 Mar 2005 14:13:47 +0000 rotor * removed ':' from temporary filenames for windows compatibility
Tue, 15 Mar 2005 17:03:34 +0000 bert Yet another directory expansion fix (sigh)
Mon, 14 Mar 2005 23:29:35 +0000 bert Support basic dynamic PET fields. Also allocate indices and coordinates arrays for all dimensions, even those we won't use.
Mon, 14 Mar 2005 22:51:33 +0000 bert Actually get the directory expansion working properly...
Mon, 14 Mar 2005 22:26:40 +0000 bert Dump the entire coordinate array for each MRI dimension after sorting. Also detect GE scans.
Mon, 14 Mar 2005 22:25:41 +0000 bert If a directory is specified on the file list, expand it internally. This gets around shell limitations.
Mon, 14 Mar 2005 22:23:03 +0000 bert Add some elements that are used by PET scans
Sun, 13 Mar 2005 19:37:42 +0000 bert Try to use slice location for coordinate when all else fails, also added one debugging message and a check for PET modality
Sun, 13 Mar 2005 19:36:55 +0000 bert Add ACR_MODALITY_PT for PET
Sun, 13 Mar 2005 19:35:11 +0000 bert Lots of changes for dealing with some proprietary Philips stuff
Sun, 13 Mar 2005 19:34:41 +0000 bert Add pms_element_defs.h to the header
Sun, 13 Mar 2005 19:34:21 +0000 bert Minor change to avoid core dump with strange files
Sun, 13 Mar 2005 00:57:38 +0000 bert Definitions for Philips private elements
Fri, 11 Mar 2005 22:27:00 +0000 bert Initial checkin, man page for minctoecat
Fri, 11 Mar 2005 22:25:45 +0000 bert Initial checkin, man page for ecattominc
Fri, 11 Mar 2005 22:20:06 +0000 bert Latest changes
Fri, 11 Mar 2005 22:19:59 +0000 bert add '-t' option to parse files which contain lists of field names with corresponding group and element id's.
Fri, 11 Mar 2005 22:05:29 +0000 bert Implement _acr_name_proc to allow printing of field names in dump_acr_nema
Fri, 11 Mar 2005 21:59:28 +0000 bert Basic dicom field definition list
Fri, 11 Mar 2005 17:22:58 +0000 bert Latest changes
Fri, 11 Mar 2005 17:20:54 +0000 bert Updated handling of time dimension and units, support use of q-form if present
Fri, 11 Mar 2005 17:09:20 +0000 bert Added more information on MINC tools
Wed, 09 Mar 2005 19:10:12 +0000 baghdadi *** empty log message ***
Wed, 09 Mar 2005 18:52:28 +0000 baghdadi *** empty log message ***
Tue, 08 Mar 2005 18:35:15 +0000 baghdadi *** empty log message ***
Fri, 04 Mar 2005 17:09:33 +0000 bert Latest changes
Fri, 04 Mar 2005 17:09:11 +0000 bert Change several functions to return Acr_Status instead of void; lose public and private; Make insert_element() check the return value of acr_get_element_total_length()
Fri, 04 Mar 2005 00:25:54 +0000 bert Avoid memory leak by freeing unused elements in a sequence. Fix order of initialization in acr_create_element() to set variable length property correctly. Don't change VR encoding when parsing a sequence, rely on the new handling of 0xfffe group items by the acr_io functions
Fri, 04 Mar 2005 00:15:14 +0000 bert Lose public and private keywords; change acr_read_one_element to assume implicit VR format for special sequence delimiters (group 0xfffe)
Fri, 04 Mar 2005 00:08:37 +0000 bert Lose private and public
Fri, 04 Mar 2005 00:08:08 +0000 bert Cleanup headers, mostly by getting rid of the infernal 'public' and using extern instead
Fri, 04 Mar 2005 00:06:56 +0000 bert Move most of the headers into an acr_nema subdirectory to avoid naming conflicts
Thu, 03 Mar 2005 20:11:00 +0000 bert Consider patient_id and patient_name when sorting into series. Fix handling of missing direction cosines
Thu, 03 Mar 2005 20:10:14 +0000 bert Consider patient_id and patient_name when sorting into series
Thu, 03 Mar 2005 18:59:15 +0000 bert Fix handling of image position so that we work with the older field (0020, 0030) as well as the new (0020, 0032)
Wed, 02 Mar 2005 20:18:09 +0000 bert Latest fixes and tweaks
Wed, 02 Mar 2005 20:16:24 +0000 bert Latest changes and cleanup
Wed, 02 Mar 2005 20:06:23 +0000 bert Update conversions to reflect simplified header structures and types
Wed, 02 Mar 2005 18:25:13 +0000 bert Add Mri_Names and Volume_Names
Wed, 02 Mar 2005 18:24:50 +0000 bert Rework to reflect new header definitions
Wed, 02 Mar 2005 18:24:16 +0000 bert Rework substantially
Wed, 02 Mar 2005 18:23:49 +0000 bert Added some new element definitions
Wed, 02 Mar 2005 18:23:32 +0000 bert Added mosaic sequence and bitwise options
Wed, 02 Mar 2005 17:18:22 +0000 bert Some useful field definitions for Siemens Numaris fields