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
At the moment, you can only pass 'flux' and 'flux_err' to 'FlareLightCurve'.
What needs to be created or improved?
We also want to pass 'detrended_flux' and 'detrended_flux_err' to 'FlareLightCurve' directly, too.
Can you provide an example?
This is how it works now:
lc=FlareLightCurve(data['TIME'])
lc["detrended_flux"] =data['detrended_flux']
lc["detrended_flux_err"] =data['detrended_flux_err']
# ORlc=FlareLightCurve(data, targetid=999)
# data can be a simple dict or an astropy Table
At the moment, you can only pass 'flux' and 'flux_err' to 'FlareLightCurve'.
What needs to be created or improved?
We also want to pass 'detrended_flux' and 'detrended_flux_err' to 'FlareLightCurve' directly, too.
Can you provide an example?
This is how it works now:
This is how we may want it to work, too:
What is the goal / expected behaviour?
The text was updated successfully, but these errors were encountered: