Skip to content

Commit a6f8a66

Browse files
committed
:
Removed duplicate 'hdr' extension in the Image Data Message Handler. Signed-off-by: Andres Ayala-Lagunas <[email protected]>
1 parent eb1cb6b commit a6f8a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swat/cas/datamsghandlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ def __init__(self, data, nrecs=1000, subdirs=True):
12451245
if isinstance(data, str):
12461246
files = []
12471247
extensions = ['bmp', 'dib', 'jpg', 'jpeg', 'jpe', 'jp2', 'png', 'pbm', 'pmg',
1248-
'ppm', 'tif', 'tiff', 'webp', 'hdr', 'pic', 'dcm', 'dicom',
1248+
'ppm', 'tif', 'tiff', 'webp', 'pic', 'dcm', 'dicom',
12491249
'nrrd', 'nhdr', 'raw', 'nii', 'img', 'hdr', 'mha', 'mhd',
12501250
'saswimg', 'sastimg']
12511251

0 commit comments

Comments
 (0)