yerkesobservatory / atlas

A web interface for remote operation of telescopes
GNU General Public License v3.0
0 stars 2 forks source link

Creating master frames #13

Closed rprechelt closed 7 years ago

rprechelt commented 7 years ago

We need a Luigi task to create/find master frames i.e.

1) Coadd all dark frames taken in the session and produce a master dark 2) Coadd all bias frames taken in the session and produce a master bias 3) Find the current master flat

mcnowinski commented 7 years ago

Don't know where you are with the calibration pipeline, but just in case here are a couple of Python scripts which use astropy::ccdproc. I use mastercal to create the SEO master cal frames that I have published on Slack.

https://github.com/mcnowinski/various-and-sundry/blob/master/lightcurve/calibrate.py https://github.com/mcnowinski/various-and-sundry/blob/master/lightcurve/mastercal.py

Once again, all just ideas and perhaps just starting points...