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

Fix object naming #347

Open rknop opened 3 months ago

rknop commented 3 months ago

The database refactor removed numeric ids, which the naming scheme for Object depended on.

Right now, the pipeline assigns a placeholder name that is the last 12 characters of the string representation of its id.

Reimplement something (perhaps using a database sequence) that makes more user-friendly names, or decide that we don't care.