Skip to content

Commit

Permalink
Merge pull request #104 from cta-observatory/pedestal
Browse files Browse the repository at this point in the history
Remove pedestal cleaning option in provenance tracking
  • Loading branch information
morcuended authored Feb 3, 2022
2 parents c00365b + 381b6a3 commit d817a94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions osa/provenance/config/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ activities:
description:
"Create DL1AB files for an observation run"
parameters:
- name: PedestalCleaning
description: "Perform Pedestal Cleaning"
value: PedestalCleaning
- name: StoreImage
description: "Store DL1 Image"
value: StoreImage
Expand Down
1 change: 0 additions & 1 deletion osa/provenance/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def parse_variables(class_instance):

class_instance.Analysisconfigfile_dl1 = os.path.realpath(configfile_dl1)
class_instance.ObservationRun = class_instance.args[0].split(".")[0]
class_instance.PedestalCleaning = "True"
class_instance.StoreImage = cfg.getboolean("lstchain", "store_image_dl1ab")
class_instance.DL1SubrunDataset = os.path.realpath(
f"{outdir_dl1}/dl1_LST-1.Run{class_instance.args[0]}.h5"
Expand Down

0 comments on commit d817a94

Please sign in to comment.