plot_mean_and_stddev
- lstchain.datachecks.dl1_checker.plot_mean_and_stddev(table, camgeom, columns, labels, pagesize, batch=False, norm='lin')
The subrun-wise mean and std dev values are used to calculate the run-wise (i.e. for all processed subruns which appear in the table) counterparts of the same, which are then plotted.
- Parameters:
- batch: bool
run in batch mode
- table:
python table containing pixel-wise information to be displayed
- camgeom:
camera geometry
- columns:
list of 2 strings, columns of ‘table’, first one is the mean and
- the second the std deviation to be plotted
- labels: str
plot titles
- pagesize: float, float
[width, height] in cm
- norm: str
lin or log, z-scale of camera displays
- Returns:
- None