Skip to content

ENH: New `--autoName` option

Paul McCarthy requested to merge paulmc/fsleyes:enh/unique-names into main

New --autoName / -an option which automatically renames overlays that would otherwise have the same name. For example two images a/T1.nii.gz and b/T1.nii.gz would both be given the name T1. With the --autoName option they would be respectively named a/T1 and b/T1. Only on-disk overlays are renamed - in-memory overlays (e.g. masks created in the image editor) are not renamed.

Note that the names of manually renamed overlays may be overwritten when this setting is enabled.

Merge request reports