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

Preprocessing not doing steps in the right order #313

Open rknop opened 1 week ago

rknop commented 1 week ago

Working on conductor, trying to debug problems. Poking at preprocessing, and setting breaks. For DECam, noticed that it tried to do "fringe" before "flat", which is the wrong order. Look into whether this is just a decam list problem, or a deeper problem. (I think the latter, because "needed steps" is a set, which isn't ordered.)