-
Notifications
You must be signed in to change notification settings - Fork 12
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
Setting saturated pixels to NaN
fails if image is integer
#157
Comments
Do you want to do this (cast image to float) or do you want me to do this? |
Either works, but if you are interested in trying out pydantic then maybe try making a Not directly relevant to |
… flagging with NaN.
Submitted PR #158 to address this. Can you test your integer image against it? |
… flagging with NaN.
While testing some of the changes with the new photometry settings I was using an uncalibrated image.
single_image_photometetry
failed on this line withI think the fix can be just converting the data to
float
.The text was updated successfully, but these errors were encountered: