-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue with enrico_lc #98
Comments
Hi did you try to put tmin = 251328324.953 and tmax = 296878068.914 you say when it is finished, the TS in each bin is very high, at least first few bins are ok but then I am no sure if this is a problem or not. the source ca be variable cheers |
hello, I am also an error at time of lightcurve plotting with the help of matplotlib. The error is given below: No Npred Plot produced During handling of the above exception, another exception occurred: Traceback (most recent call last): Help to solve this problem. |
Hi,
When I try to make the light curve with the time bins defined in a
.txt file it gives wrong results (very high TS and high flux).
I inserted the text file in the time section of config file
[time]
tmin = 0
tmax = 0
file = "/home/......"
type = 'MET'
and the text file contains time bins like this:
239557417.0 251328324.953
251328324.953 265886740.06
265886740.06 269919397.995
269919397.995 284028738.702
284028738.702 296878068.914
..........................
when it is finished, the TS in each bin is very high, at least first few bins are ok but then
the results are very high (even the flux).
Can you please help me to solve this problem.
Thank you in advance
The text was updated successfully, but these errors were encountered: