LSSTDESC / rail_pipelines

Collection of RAIL-based data analysis pipelines
MIT License
0 stars 0 forks source link

Use DNF for specifying selection filters #34

Open sidneymau opened 3 months ago

sidneymau commented 3 months ago

Problem & Solution Description (including issue #)

This allows us to specify the selection filters using disjunctive normal form; e.g.,

Selections:
    gold: [[[LSST_obs_i, <, 25.5]]]
    blend: [[[LSST_obs_i, <, 26.0]]]
    everything: null

Code Quality