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

Make SeeChange installable #301

Open rknop opened 4 weeks ago

rknop commented 4 weeks ago

Right now we run everything out of the git checkout. That works, so this is not an urgent issue. But, it would be cleaner to have something like a "make install" that would let us copy all the necessary code for actually running SeeChange to an install directory somewhere.

(For that to work, we'd also have to make sure that SeeChange doesn't write to its own directories anywhere, but only to the data/temp/etc directories defined in the configuration.)