umbc-research / data-redux

Code base of routines and the entire reduction pipeline for UMBC Observatory equipment
1 stars 0 forks source link

Syncing of calibiration frame stacking routines #5

Closed outyprouty closed 9 months ago

outyprouty commented 10 months ago

Two different top-of-telescope calibration routines return different instrument magnitude results. We expect that this is due to different stacking/accumulation functions being used to create master Darks and Flats. Please investigate the differences in the two code bases. Averaging is not the same as medianing which is not the same as moding. We should pick one and run with it. Report which code base is using what and which accumulation function we run with.

chiariniolivia commented 9 months ago

this ended up being because of a difference in what variables meant within our scripts. we now have two different scripts that give the same number. moving forward, all code will be put into this repo.