Skip to content

Commit

Permalink
copy all cols
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles committed Aug 15, 2024
1 parent 66a8be3 commit 4ebbe8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rail/pipelines/degradation/apply_phot_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def __init__(self, error_models=None):

self.reddener = Reddener.build(
dustmap_dir=dustmap_dir,
copy_all_cols=True,
)

previous_stage = self.reddener
Expand All @@ -68,4 +69,5 @@ def __init__(self, error_models=None):
self.dereddener_errors = Dereddener.build(
dustmap_dir=dustmap_dir,
connections=dict(input=previous_stage.io.output),
copy_all_cols=True,
)

0 comments on commit 4ebbe8f

Please sign in to comment.