Skip to content
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

Allow overwriting FITS images and fixing bright pixels in output #154

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

smeingast
Copy link

Let the writeto method for FITS images check for existing files and allow overwriting. Only check for existing file if image is to be saved via PIL.

@smeingast
Copy link
Author

OK, I accidentally added another modification to this branch where I modified the output of the draw_all_tiles method to avoid having bright pixels from summing. This is done by first creating an empty image (NaNs instead of 0s) and then iteratively stacking them with all individual tiles

@smeingast smeingast changed the title Allow overwriting FITS images Allow overwriting FITS images and fixing bright pixels in output Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant