-
Right now (summer 2024), R0V creation is done manually by the people at UAH, demanding a large amount of human work and introducing a bottleneck in the processing. We should consider the possibility o…
-
This is the current code in the master for updating the drs4 read out times for the extra readout of the first capacitors:
https://github.com/cta-observatory/cta-lstchain/blob/4da8e3a55bd3f80d8b285…
-
This is a continuation of #1091
I propose that all authors go through their notebook and see:
- if it can run - and if not update it
- if it can run with the test data available in the CI rathe…
-
If no tel_id is given for `PedestalCalculator` and `FlatFieldCalculator`, the script fails because the default `tel_id` is 0.
It should not be necessary to give a tel_id, since it is known from the…
-
For the LST1, we are using the same delta T function for all of the pixels:
- 32.99 * timediff**(-0.22) - 11.9
https://github.com/cta-observatory/ctapipe_io_lst/blob/master/ctapipe_io_lst/calibrat…
-
The default energy bins here:
https://github.com/cta-observatory/cta-lstchain/blob/main/lstchain/io/event_selection.py#L346
do not match what I would expect:
- Its not 5 (or any n) bins per decad…
-
-
I am trying to use merged dl1 files from LST data and the following method fails :
`subarray.camera_types[0].geometry.neighbor_matrix_sparse`
where `subarray = SubarrayDescription.from_hdf(input_…
-
In order to properly handle the data workflow. There are several options: (Sci)Luigi, Snakemake, Airflow, etc.
In SciLuigi the workflow can be defined through classes with `requires`, `run` and `ou…
-
Using `lstchain_data_r0_to_dl1` yields timestamps off by 45 seconds even for the first subrun with correct ucts information if the counter values are not set.
This is exactly the difference between…