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
For this we need to fill the monitoring information (event.mon.tel[tel_id].pedestal.charge_std) and implement a new cleaning component that uses this to set tailcuts / other cleaning thresholds.
Pointing information in the DL1 files
Currently, the pointing information is not stored in a good way by the stage1 source. It uses a table structure that is suited for observed data (time / pointing combinations that then should be interpolated to the actual pointing of an event). But because of how the simulations are done, ctapipe tries to be clever and store the unique pointings of the events. For LST, it should just store the monitoring table, not the unique pointings, which are all the pointings, since each event has a slightly different time.
Opening this issue for discussion what needs to be done to be able to switch to the ctapipe stage1 tool for the r0 to dl1 processing of LST data.
Please comment with any other issues that need to be resolved before we can make the switch.
Things missing / unresolved issues in ctapipe
Muon analysis as part of stage 1 without having to do the R0 to R1 IO / calibration twice
Cleaning using thresholds based on pedestals
event.mon.tel[tel_id].pedestal.charge_std
) and implement a new cleaning component that uses this to set tailcuts / other cleaning thresholds.Pointing information in the DL1 files
Necessary steps in lstchain
The text was updated successfully, but these errors were encountered: