CoBrALab / optimized_antsMultivariateTemplateConstruction

A re-implementation of antsMultivariateTemplateConstruction2.sh using optimized image pyramid scale-space and qbatch support
Other
22 stars 8 forks source link

Check for duplicate filenames #30

Closed gdevenyi closed 2 years ago

gdevenyi commented 2 years ago

Unlike the ants implementation, we don't modify the naming of the input files, so duplicate names will get clobbered. Detect and complain about duplicate filenames.

gdevenyi commented 2 years ago

Done.