-
Notifications
You must be signed in to change notification settings - Fork 77
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
Time calibration file not being produced by onsite calibration scripts #260
Comments
Hi @morcuended, yes, you should have the master of cta-lstchain and install it like you indicate. The script is in |
In my case, I produced drs4 pedestal file with r1785 with no problems. Afterward tried to use this pedestal file to produce either the calibration and time_calibration files with r1786 but only the first one was produced. My guess is that the executable script is somehow not built or linked to the bin directory when creating the environment or installing lstchain whit pip. The only executable scripts that appear after the installation are:
|
Apparently this line was added in #248:
but the script was not... could you please have a look @FrancaCassol? thanks |
@morcuended, |
No. In lstchain/scripts/ there are:
|
in this case you need to fetch and merge the master of cta-lstchain |
@FrancaCassol: we do not have that script in lstchain master: |
What puzzle me now is that there is no |
ops, perhaps I forgot to add it in the PR? I will add it soon (tI must leave now) |
Solved by #261 |
Hi @FrancaCassol
I'm trying to generate the
time_calibration.Run{run}.0000.hdf5
file withonsite_create_calibration_file.py
. However, the last command is not executed since in my installation there is nolstchain_data_create_time_calibration_file
executable script. Is this executable generated when installing lstchain withpip install -e .
?Edit: I tried it with a fresh lstchain installation.
The text was updated successfully, but these errors were encountered: