Add a basic PhotoPipe selection v1 (_ppv1) to the calibration masking, including the z-band: a new mask config (mask_v1.X.6_ppv1.yaml) with GAAP multi-band photometry cuts (u/g/r/i measured; z measured in either of the two z-band columns) and a Z_B range, plus a new not_equal_2bands mask kind implementing the two-column OR.
Implemented in the linked PR by @elvinpoole. Currently conflicting with develop: the Mask class moved to src/sp_validation/masks.py in the restructuring (#199), so the code hunks need re-applying there (mechanical — see review on the PR).
Add a basic PhotoPipe selection v1 (
_ppv1) to the calibration masking, including the z-band: a new mask config (mask_v1.X.6_ppv1.yaml) with GAAP multi-band photometry cuts (u/g/r/i measured; z measured in either of the two z-band columns) and a Z_B range, plus a newnot_equal_2bandsmask kind implementing the two-column OR.Implemented in the linked PR by @elvinpoole. Currently conflicting with
develop: theMaskclass moved tosrc/sp_validation/masks.pyin the restructuring (#199), so the code hunks need re-applying there (mechanical — see review on the PR).