sdss / lvmdrp

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

Moves reductions to a new tile id group sub-directory #43

Closed havok2063 closed 9 months ago

havok2063 commented 9 months ago

This PR updates the DRP to output reductions to a new tile ID group sub-directory. This is to make the SAS file structure more navigable. Tiles are now nested into integer groups, e.g. 1055XX, similar to other SDSS systems.

For those exposures with no tile id, I have also changed the default tile from 1111 to 11111. I've changed it in most places, except the notebook files.

Example structure will now look like, at $LVM_SPECTRO_REDUX:

This requires changes to the tree and sdss_access products. Marking this draft until PRs are in place for those. See https://github.com/sdss/tree/pull/77 and https://github.com/sdss/sdss_access/pull/49