plot_trigger_types

lstchain.datachecks.dl1_checker.plot_trigger_types(dchecktables, trigger_name, axes)

Plot trigger types

Parameters:
dchecktables: array of python tables created with DL1DataCheckContainer
containers (each row is one subrun).

The plotted trigger type statistics will be the global ones, adding up the numbers from all the tables and all the rows in each table. Inside the table the trigger type columns have shape (n,10,2). n is the number of rows (one per subrun). 10 is the number of possible trigger types (just fixed to a safely large value). The remaining 2 are the pairs (trigger_id, number of entries with that id)

trigger_name:

name of the trigger type column in the tables

axes:

where to place the plots

Returns:
None