-
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
CleanBadPixels not working #78
Comments
Thanks for the thorough analysis @mathvdd. This block was developed and tested for a single instrument and I am even surprised it is useful at all on TRAPPIST data. Could you create a new block with your preferred way of dealing with bad pixels? This way we could come up with a more general and useful option :) |
Hello @lgrcia , this is a block based on your CleanBadPixel block. The only thing I changed is that it compiles a master dark using the Calibration block to base the BPM on rather than comparing min and max of each individual darks. This works better for me but there is probably room for improvement as I don't have much experience in this. I did not try with flats yet. I am not sure to understand this part of the code (lines 499 to 503):
Is that just the normal way to add the 2 BPM made from the dark and flats? |
The text was updated successfully, but these errors were encountered: