sdss / lvmdrp

Local Volume Mapper (LVM) Data Reduction Pipeline
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Dropping DB #3

Closed ajmejia closed 1 year ago

ajmejia commented 1 year ago

Implementing metadata caching without DB

These changes are focused on keeping track of relevant metadata (mjd, imagetyp, camera, expnum, exptime, etc) to be able to match analog frames and master calibration frames quickly, and to keep track of the reduction stage, status and quality as the frames are being reduced.

The following changes are introduced:

Some bug fixes were also introduced to the runMethod module, but those were only meant for testing the metadata module.

ajmejia commented 1 year ago

The functionality of the metadata module is mostly the same after implementing these requests. In summary:

havok2063 commented 1 year ago

This branch this work was in should be deleted.