Skip to content

v0.3.0

Choose a tag to compare

@kbarbary kbarbary released this 14 Dec 21:25
· 32 commits to main since this release
  • Make Fitzpatrick99 fully agree with IDL FM_UNRED (and original paper) by using natural boundary condition in cubic spline
  • Speed up Fitzpatrick99() initialization from about 500us to 1us
  • Speed up Fitzpatrick99 evaluation from about 50us to 6us (10 points)
  • Add keyword argument for r_v to fitzpatrick99 function so that extinction.fitzpatrick99(wave, a_v, r_v) works. This is consistent with calling conventions for ccm89, odonnell94, etc.