dirac-institute / sorcha

An open-source community LSST Solar System Simulator
Other
18 stars 17 forks source link

Check what happens when the colors aren't specified for an object #1001

Closed mjuric closed 1 month ago

mjuric commented 2 months ago

Verify what happens if one runs Sorcha with a catalog of objects, not all of which have entries in the physical characteristics file (the one specified with -p).

The version presently on conda-forge doesn't fail in this case, but it's unclear how it computes the magnitudes it outputs.

astronomerritt commented 1 month ago

Ran the test set with one of the objects (2011_OB60) removed from the physical parameters file.

Sorcha ran without complaint, but 2011_OB60 did not appear at all in the results.

This is because of how the files are read in. I will try to be brief and probably fail.

We should discuss in the next meeting what should be done about this.