Skip to content

v3.0.4

Compare
Choose a tag to compare
@dsavransky dsavransky released this 07 Mar 17:44
· 316 commits to master since this release
de2a968

EXOSIMS v3.0.4

Bugfix rollup release addressing the following issues:

  • In the TargetList prototype the calc_saturation_dMag function always assumed that the denominator of the integration time used the model from Nemati. But the calc_intTime function treats occulters differently from coronagraphs. This logic was added to the calc_saturation_dMag function so that the values returned are infinite instead when ignoring speckle noise.
  • In GarrettCompleteness there was an error in the handling of infinite smax values, which are valid for occulters. Added a check that changes infinite smax values to the max float value.
  • In HIPfromSimbad fixed a bug that was caused by the distance line being commented out (and fixed the distance units).