-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
seg_suffix
Requires Explicit File Extension
#848
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, see above
Got it to ignore the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
If you haven't already, please read through our contributing guidelines before opening your PR
What is the purpose of this PR?
Closes #842. Using file extensions other than
.tiff
forseg_suffix
in the Notebooks: Pixel Clustering, Cell Clustering will not work due to hard-coded in extension types. It should be backwards compatible for now.How did you implement your changes
seg_suffix
used in Notebooks 2,3 will now work appropriately withpost_cluster_utils.create_mantis_project
andplot_utils.create_mantis_dir
.seg_suffix
now requires the file extension in addition to the suffix.EXTENSION_TYPES
toark.settings.py
which contains file extensions for images, archival formats, and data formats.Remaining issues
N/A.