-
When running `lstchain_post_dl2.py` I get the error `ValueError: No objects to concatenate`. This is raised by `/cta-lstchain/lstchain/io/io.py", line 1121, in merge_dl2_runs`.
https://github.com/cta…
-
https://github.com/cta-observatory/cta-lstchain/blob/2d2d93e4d9c49f6f5d6f48e9de8d0316191cea89/lstchain/reco/r0_to_dl1.py#L601
By adding columns to the existing table, the whole dl1 parameters data …
-
Hi,
List of files:
```
/fefs/aswg/data/mc/DL0/LSTProd2/TrainingDataset/Protons/dec_931/sim_telarray/node_corsika_theta_31.589_az_122.714_/output_v1.4/simtel_corsika_theta_31.589_az_122.714_run192…
-
Stemming from the discussion in the issue #44, at some point we may try to process data using ctapipe-process tools and use the standard ctapipe DL1 and DL2 data format for the combined analysis pipel…
-
- See with @devine73 (Pierre aubert)
- Make RTA version (r0_dl1) purely lstchain independent --> see how it can be parsed the lstchain version before launching the full pipeline
-
In Feb 2021 module 155 was disable and data were taken with this configuration for the whole month until the beginning of March when all modules were operative again.
Command:
```
lstchain_data_c…
-
Probably to be implemented in the `MuonParametersContainer`
https://github.com/cta-observatory/ctapipe/blob/262b6aa887a33907901d7b0cd948b9c937ec60b9/ctapipe/containers.py#L728
the `intensity` of t…
-
No problems were reported in the ELOG
```
lstchain_dl1ab --input-file=/fefs/aswg/data/real/running_analysis/20220311/v0.9/dl1_LST-1.Run07409.0038.h5 \
--output-file=/fefs/aswg/data/real/running_…
-
The try...except block in the dl1_to_dl2 script is broken:
https://github.com/cta-observatory/cta-lstchain/blob/089f641dc1614e3ae5cd6358ff2aab7f0da58b48/lstchain/scripts/lstchain_dl1_to_dl2.py#L80
…
-
Instead of storing the `first_caps` array in the `LSTR0Corrections`, we can just put the correct array of shape `(N_GAIN, N_PIXELS)` into the event.
This will make it accessible also to the scripts…