Open kjkoeller opened 1 year ago
So it actually seems that this line is the real issue:
new_ccd = ccdp.cosmicray_lacosmic(ccd, gain_apply=False, readnoise=rdnoise, gain=gain, sigclip=sigclip)
I must be entering something weird or applying a variable wrong.
Thanks for submitting this report @kjkoeller -- do you have a data file I could try running this on to see what the problem is?
I can give an email address to send it to if you want to keep the data private.
The data is located here:
Using these versions
ccdproc 2.4.0
,astropy 5.1.1
, andnumpy 1.22.3
. I go through the whole process of overscan, trimming, bias, dark, and flat field correction. However, after the flats are combined to their respective filters and I run the following code:It runs through the code no problem but the output for the science image is completely blank and the values that are given are NaN's across the whole image. However, when I don't do flat correction the science image is produced. I have also tried doing things more manually like as follows:
However, the same issue arises where the final science image is all NaN values and without flat correcting is a fine image without flat correction though. I have tested to make the sure the program is pulling the correct flat and only the master flats, and from the looks of things it is using the correct master flat image and only the master flat.