lsst-uk / lsst-adler

Apache License 2.0
0 stars 0 forks source link

142 colour functions #154

Open jrob93 opened 2 weeks ago

jrob93 commented 2 weeks ago

Adding science function to estimate colours. The function adler.science.Colour.col_obs_ref compares a new observation in filter filt_obs to the mean of the previous N observations in filt_ref, thus estimating the filt_obs - filt_ref colour at that time.

TODO:

N.B. there are also commits here that add extra fields to the AdlerPlanetoid class such as (heliocentricX, heliocentricY, heliocentricZ) which were being used to check ephemerides.

Review Checklist for Source Code Changes