-
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
Problem with variability index #113
Comments
Hi it seems that the LC point 13 failed. did you check the corresponding log file? |
Dear David, Thank you for your answer! Yes, I checked there is no warning or error (below is the full output from enrico). Also I send the results in source_PowerLaw_444569076_460339203_2240_300000_NS_LC_13.results. Thanks in advance! [LightCurve]: Reading files produced by enrico [LightCurve]: Calculation of Fvar (Vaughan et al. 2003) Info in TCanvas::Print: eps file *************************************************************** Computing Variability index ***************************************************************Traceback (most recent call last): Results in source_PowerLaw_444569076_460339203_2240_300000_NS_LC_13.results dPrefactor- -5.85126099444e-12 |
looking at the output the code is trying to open the .results file and can't find it did you check on other binnings? |
Dear David, Thank you for your answer! Yes I tried 20 bins but again error in the last been. |
Hi did you ran the SED first? |
Dear All,
I am trying to calculate the variability index but it gives an error (below).
It fails to read the last config file (I tried for several different light curves and
always the problem is with the last bin) but that file exists.
LightCurve]: Write to Ascii file :
/home/Comp_2/LightCurve_14bins/source_results.dat
************************************************************
*** Computing Variability index ***
************************************************************
Traceback (most recent call last):
File "/opt/enrico/bin/enrico_plot_lc", line 30, in
lc.PlotLC()
File "/opt/enrico/enrico/lightcurve.py", line 197, in PlotLC
self._PlotLC()
File "/opt/enrico/enrico/lightcurve.py", line 395, in _PlotLC
self.VariabilityIndex()
File "/opt/enrico/enrico/lightcurve.py", line 449, in VariabilityIndex
ResultDicDC = utils.ReadResult(self.config)
File "/opt/enrico/enrico/utils.py", line 231, in ReadResult
lines = open(_dump_filename(config)).readlines()
IOError: [Errno 2] No such file or directory:
'/home/Comp_2/LightCurve_14bins//source_PowerLaw_444569076_460339203_2240_300000_NS_LC_13.results'
Can you please help to solve this problem?
Thank you
The text was updated successfully, but these errors were encountered: