c3-time-domain / SeeChange

A time-domain data reduction pipeline (e.g., for handling images->lightcurves) for surveys like DECam and LS4
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

Measuring parameters can remove analytical_cuts parameter #319

Open guynir42 opened 1 week ago

guynir42 commented 1 week ago

There's a parameter analytical_cuts on the measuring parameters object, which contains a list of the cuts we want to apply.

I think this is used to define which cuts to use, in general, and those not on the list just never get calculated.

This information already exists in the thresholds parameter, which is a dictionary of cut -> threshold. If we just set any of of the thresholds to None, we can get the same effect as calculating the cut, without using it to make decisions on whether a measurement is bad.