Skip to content

Commit

Permalink
lowercase c
Browse files Browse the repository at this point in the history
  • Loading branch information
rlopezcoto committed Nov 30, 2023
1 parent a760115 commit 10f8456
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions lstchain/scripts/lstchain_dl1ab.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@
from lstchain.io.io import (
dl1_images_lstcam_key,
dl1_params_lstcam_key,
dl1_mon_tel_CatB_cal_key,
dl1_mon_tel_CatB_ped_key,
dl1_mon_tel_CatB_flat_key,
global_metadata,
write_metadata,
dl1_mon_tel_catB_ped_key,
Expand Down Expand Up @@ -472,9 +469,9 @@ def main():

# write a cat-B calibrations in DL1b
if catB_calib:
write_table(catB_calib, outfile, dl1_mon_tel_CatB_cal_key)
write_table(catB_pedestal, outfile, dl1_mon_tel_CatB_ped_key)
write_table(catB_flatfield, outfile, dl1_mon_tel_CatB_flat_key)
write_table(catB_calib, outfile, dl1_mon_tel_catB_cal_key)
write_table(catB_pedestal, outfile, dl1_mon_tel_catB_ped_key)
write_table(catB_flatfield, outfile, dl1_mon_tel_catB_flat_key)

write_metadata(metadata, args.output_file)

Expand Down

0 comments on commit 10f8456

Please sign in to comment.