MantisBT - ITK
View Issue Details
0008651ITKpublic2009-03-02 10:522010-10-21 12:32
Mathieu Coursolle 
Don Bigler 
normalmajoralways
closedfixed 
ITK-3-10 
ITK-3-12 
0008651: PAR/REC files with lower case extension can not be opened.
The itkPhilipsRECImageIO does not currently handle files with lower case extension. It only supports the following extensions:
- PAR
- REC
- REC.gz

A patch is attached to make the file extension case insensitive.
No tags attached.
txt patch_PARREC_case.txt (1,514) 2009-03-02 10:52
https://public.kitware.com/Bug/file/2084/patch_PARREC_case.txt
txt patch_updated.txt (2,046) 2009-03-04 08:54
https://public.kitware.com/Bug/file/2095/patch_updated.txt
Issue History
2009-03-02 10:52Mathieu CoursolleNew Issue
2009-03-02 10:52Mathieu CoursolleFile Added: patch_PARREC_case.txt
2009-03-02 10:53Mathieu CoursolleStatusnew => assigned
2009-03-02 10:53Mathieu CoursolleAssigned To => Don Bigler
2009-03-04 08:54Mathieu CoursolleNote Added: 0015530
2009-03-04 08:54Mathieu CoursolleFile Added: patch_updated.txt
2009-03-18 11:18Don BiglerNote Added: 0015724
2009-03-18 11:18Don BiglerStatusassigned => resolved
2009-03-18 11:18Don BiglerFixed in Version => ITK-3-12
2009-03-18 11:18Don BiglerResolutionopen => fixed
2010-10-21 12:32Gabe HartStatusresolved => closed

Notes
(0015530)
Mathieu Coursolle   
2009-03-04 08:54   
Previous recommended patch add issues with some files:
See new patch: patch_updated.txt instead.
(0015724)
Don Bigler   
2009-03-18 11:18   
The Philips Workstation exports PAR/REC files with all capital extensions, so itkPhilipsImageIO was originally designed to support this scenario. However, individuals may change the extensions to lowercase as in the case of this bug report. The modifications to itkPhilipsImageIO just committed to CVS will now support either all caps or all lowercase extensions. This bug should not effect OS's without case-sensitive file systems.