plot_datacheck
- lstchain.datachecks.dl1_checker.plot_datacheck(datacheck_filename, out_path=None, batch=False, muons_dir=None, create_pdf=True, tel_id=1)
Plot datacheck
- Parameters:
- datacheck_filename: list of strings, or pathlib.Path
name(s) of .h5 files produced by the function check_dl1, starting from DL1 event files. If it is a list of file names, we expect each of the files to correspond to one subrun of the same run.
- out_path: str
optional; if not given, it will be the same of file filename
- batch: bool
run in batch mode
- muons_dir: str
directory for muon fits files
- tel_id: int
Telescope ID (default=1)
- Returns:
- None