Issue #9: Now the LightCurve will save the last complete model considering the fitted immersion and emersion times, even when they were fitted separately.
Issue #19: LightCurve.set_flux() now reads correctly files with three columns, where the 3rd is the flux uncertainty.
Issue #23: An RaiseError was added when the exptime is negative or zero.
Added parameters at print(Occultation) and Occultation.to_log() as demanded on Issue #17.
S-G-T angle;
M-G-T angle;
Polar radius;
Equivalent radius.
After the pull request's revision and its approval, I will include the related modifications at the Releases.rst.
Fixed issues on LightCurve Class
Issue #9: Now the LightCurve will save the last complete model considering the fitted immersion and emersion times, even when they were fitted separately.
Issue #19:
LightCurve.set_flux()
now reads correctly files with three columns, where the 3rd is the flux uncertainty.Issue #23: An
RaiseError
was added when theexptime
is negative or zero.Added parameters at
print(Occultation)
andOccultation.to_log()
as demanded on Issue #17.After the pull request's revision and its approval, I will include the related modifications at the Releases.rst.