laboratory-for-translational-medicine / SlicerCineTrack

Module for 3D Slicer providing tracking tools and displacement visualizations
Other
9 stars 1 forks source link

Remove restriction on filenames #83

Closed ElodieLug closed 6 months ago

ElodieLug commented 1 year ago

As a user, I don't want to be restricted on the image files names. Cine images: The images should be loaded using the lexicographic order. In addition, we don't want to restrict the extension to only mha files. Look into how ITK imports images (and which extensions) and enable these. DICOM images are likely to be imported differently than other types. Segmentation file: same, we want to be able to load segmentation files. Tracking results: can be csv, txt, xls etc.

haphantran commented 1 year ago

Should we combine this with issue 81 ? We will allow user to select all the files they want to load, then load them with lexicographic order.

haphantran commented 6 months ago

Done.