-
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
Example Dataset - Cropped FOV 0 #859
Conversation
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.
How similar were the individual pixie clusters? Was it pretty easy to match them up to the previous ones, or was there some tweaking needed?
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.
kk, 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 #817. Converts FOV 0 from a$1024 \times 1024$ image to $512 \times 512$ .
How did you implement your changes
check_contrast=False
inskimage.io.imsave
.settings.py
forEXAMPLE_DATASET_REVISION
, defaults to"main"
, change it to the commit ID to test a different branch.Remaining issues
Will merge in after HF PR 7, HF PR 9 get merged.
Need to address the
pkl
formats from Spatial LDA.pkl
is unsafe and can allow for arbitrary code to execute when unpacked. Better to use a CSV or ZARR file for later.