Skip to content

Commit

Permalink
Merge pull request #142 from winter-telescope/summer
Browse files Browse the repository at this point in the history
Add log configuration for summer
  • Loading branch information
robertdstein authored Sep 13, 2022
2 parents c2c1c92 + 027babb commit 2933a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions winterdrp/pipelines/summer/summer_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class SummerPipeline(Pipeline):
'imsub': load_processed + imsub,
"full": load_raw + standard_summer_reduction + imsub,
"realtime": standard_summer_reduction,
"log": load_raw + build_log,
}

@staticmethod
Expand Down

0 comments on commit 2933a23

Please sign in to comment.