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

Conductor #303

Open rknop opened 4 weeks ago

rknop commented 4 weeks ago

A server that polls a place where exposures come from and loads up a known_exposures table with information about those exposures.

A client-side thing that is able to connect the server, get an exposure to run, load the exposure into the database, and launch a bunch of pipelines to process the images in that exposure.

First implementation will be for NOIRLab/Decam (because the server exists, and I've done it before). Obviously eventually we need to do this server-side for LS4, but we don't yet know enough to be able to do it.