You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on improving the aperture correction step of the odi_phot_process.py script. The aperture correction function lives in full_calibrate.py. The current issue is that the standard deviation of the correction is still too large, even with filtering by peak counts from a fwhm measurement. I am going to see if I can implement a sigma clipping step to improve the standard deviation without throwing out too many stars.
The text was updated successfully, but these errors were encountered:
I am currently working on improving the aperture correction step of the odi_phot_process.py script. The aperture correction function lives in full_calibrate.py. The current issue is that the standard deviation of the correction is still too large, even with filtering by peak counts from a fwhm measurement. I am going to see if I can implement a sigma clipping step to improve the standard deviation without throwing out too many stars.
The text was updated successfully, but these errors were encountered: