You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I checked the FAQ and my question has not been addressed.
Instrument
Light curve fitting (Stages 4-6)
What happened?
The exponential model subtracts off the first time element, but if that is masked it results in a fully masked array and the exponential model doesn't "work". Just need to change the -time[0] to -time.data[0]. I'll open a PR shortly.
Error traceback output
No response
What operating system are you using?
No response
What version of Python are you running?
No response
What Python packages do you have installed?
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
FAQ check
Instrument
Light curve fitting (Stages 4-6)
What happened?
The exponential model subtracts off the first time element, but if that is masked it results in a fully masked array and the exponential model doesn't "work". Just need to change the
-time[0]
to-time.data[0]
. I'll open a PR shortly.Error traceback output
No response
What operating system are you using?
No response
What version of Python are you running?
No response
What Python packages do you have installed?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: