check_dl1

lstchain.datachecks.dl1_checker.check_dl1(filenames, output_path, max_cores=4, create_pdf=False, batch=False)

Check DL1 files

Parameters:
batch: bool

run in batch mode

create_pdf: bool

create PDF file

filenames: str, Path, or a list of them, _sorted_ (by growing subrun
index).

Name(s) of the input DL1 .h5 file(s)

output_path:

directory where output will be written

max_cores: int

maximum number of processes that the function will spawn (each

processing a different subrun)
Returns:
None