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
Furthermore, in the definition of df in the Logbook part, I think that in the files name should be 'v5' instead of 'v3'. Nonetheless, there is still the error ParserError: Error tokenizing data. C error: Expected 5 fields in line 1657, saw 6
for which I haven't found the solution.
In Spectractor tutorial.ipynb, the imports should be as shown below.
Also, it seems that spec.plot_spectrum(fit=True) should be replace by spec.plot_spectrum(live_fit=True) and the print are still in Python 2.
From these I also saw another problems in extractor.py. It should be def Spectractor(config='../config/ctio.ini') instead of def Spectractor(config='./config/ctio.ini').
I hope I didn't say anything stupid and that it helps !
The text was updated successfully, but these errors were encountered:
maxime-rey
changed the title
Notebook not up to date
Notebooks not up to date + minor errors
May 14, 2019
Hi, while trying to figure out how spectractor works, I noticed that the notebook weren't up to date.
If I'm not mistaken:
"../styles/custom.css"
doesn't seem to exist.Furthermore, in the definition of
df
in the Logbook part, I think that in the files name should be'v5'
instead of'v3'
. Nonetheless, there is still the errorParserError: Error tokenizing data. C error: Expected 5 fields in line 1657, saw 6
for which I haven't found the solution.
Also, it seems that
spec.plot_spectrum(fit=True)
should be replace byspec.plot_spectrum(live_fit=True)
and theprint
are still in Python 2.def Spectractor(config='../config/ctio.ini')
instead ofdef Spectractor(config='./config/ctio.ini')
.I hope I didn't say anything stupid and that it helps !
The text was updated successfully, but these errors were encountered: