Update to use new lstchain release
-
New lstchain version
-
New ctapipe_io_lst version
-
Changed in the nightsummary reader: High priority. See new run summary (in ECSV format) in lstchain https://github.com/cta-observatory/cta-lstchain/pull/614. Use astropy
Table.read
-
Datacheck, r0 to dl1 and dl1ab:
Now the r0_to_dl1 script will not automatically produce the DL1 data check file. @morcuended: the reason is that we want to run the data check for the DL1 files that we will produce with the dl1ab script, which will use in the cleaning the info about the pixel-wise pedestal fluctuations (from stars etc). LSTOSA will have to launch lstchain_check_dl1.py with the option --omit-pdf for each subrun after running dl1ab. Then the datacheck*h5 file is created for that subrun - and the rest is the same as it was until now: running again lstchain_check_dl1.py over all the subrun-wise datacheck files.
The steps are to following:
- Calibration sequence
for each subrun:
- run r0_to_dl1 as usual, default config
- run dl1ab, default config, keeping the images. Remove the original dl1 file from r0_to_dl1 (but keep the muon fits file!)
- take the new dl1 file & the muon fits file and run lstchain_check dl1 with the --omit-pdf option
The above brings us to the same situation as we had before running r0_to_dl1
The following steps do not change, i.e. run dl1check over all the subrun wise dl1 datacheck hdf5 files & muon files, etc.
- DL2 to DL3? -> Not high priority