Open muellerflorian opened 3 years ago
When saving the spot detection results, the settings file contains the regular expression used to identify files.
(at least) in Windows a backslash is doubled in this expression.
"(?P<channel>.*)-(?P<file_ident>.*)-(?P<fov>.*)\\.(?P<img_ext>.*)"
When saving the spot detection results, the settings file contains the regular expression used to identify files.
(at least) in Windows a backslash is doubled in this expression.