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-42725: Make ApPipe run with LSSTComCamSim #106

Merged
merged 1 commit into from
Feb 15, 2024
Merged
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
18 changes: 0 additions & 18 deletions pipelines/LSSTComCamSim/DRP-ops-rehearsal-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,6 @@ tasks:
wcs_provider: "input_summary"
photo_calib_provider: "input_summary"
background_provider: "input_summary"
isr:
class: lsst.ip.isr.IsrTask
config:
doDefect: false
# TODO: Evaluate doBrighterFatter after initial DRP
doBrighterFatter: false
doCrosstalk: false
doFringe: false
calibrate:
class: lsst.pipe.tasks.calibrate.CalibrateTask
config:
connections.astromRefCat: uw_stars_20240130
connections.photoRefCat: uw_stars_20240130
astromRefObjLoader.anyFilterMapsToThis: None
photoRefObjLoader.anyFilterMapsToThis: None
python: |
config.astromRefObjLoader.filterMap = parameters.filterMap
config.photoRefObjLoader.filterMap = parameters.filterMap
gbdesAstrometricFit:
class: lsst.drp.tasks.gbdesAstrometricFit.GbdesAstrometricFitTask
config:
Expand Down
Loading