Open genghisken opened 9 months ago
Forced photometry appears in the API response to /api/objects/ (though without an associated counter) but not /api/lightcurves/. Modify serializers.py to pull out the forced photometry with a new forcedphot key in addition to the existing ones.
/api/objects/
/api/lightcurves/
serializers.py
forcedphot
Forced photometry appears in the API response to
/api/objects/
(though without an associated counter) but not/api/lightcurves/
. Modifyserializers.py
to pull out the forced photometry with a newforcedphot
key in addition to the existing ones.