Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-47595: Add 4x binned calexps to ComCam quickLook pipeline. #180

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions pipelines/LSSTComCam/quickLook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,20 @@ tasks:
config.astrometry.sourceSelector["science"].doRequirePrimary = False
config.astrometry.sourceSelector["science"].doIsolated = False
# TO DO: DM-41189 Get pipeline that will attach an atool here from lauren
binVisitImage4:
class: lsst.ip.isr.BinExposureTask
config:
connections.inputExposure: calexp
connections.binnedExposure: calexp_binned_4x
exposureDimensions: ["visit", "detector"]
binFactor: 4
subsets:
step1:
subset:
- isr
- characterizeImage
- calibrate
- binVisitImage4
# TO DO: configure and add writePreSourceTable, transformPreSourceTable
description: |
Per-detector tasks that can be run together
Expand Down
Loading