Caltech-IPAC / kete

Kete Solar System Survey tools
https://Caltech-IPAC.github.io/kete
BSD 3-Clause "New" or "Revised" License
12 stars 1 forks source link

Calculated v mags now NAN if phase>160 degrees #141

Closed dahlend closed 3 weeks ago

dahlend commented 3 weeks ago

When the phase angle was exceeding 160 degrees, the returned v-mag values were returning infinity. This breaks plotting, and is a bit more correct to say NAN instead, as the calculation itself is poorly defined.

Old behavior:

image

image

New behavior: image