LSSTDESC / skyCatalogs

Create sky catalogs and provide access via API
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

fix call to SnanaObject.get_LSST_flux #72

Closed jchiang87 closed 9 months ago

jchiang87 commented 9 months ago

This fixes the call of BaseObject.get_LSST_flux(...) by the SnanaObject subclass version. This fix enables one to set cache=False in client code so that different values of mjd can be passed for making light curve plots.