Skip to content

Commit

Permalink
Disable YPerp for ComCamSim
Browse files Browse the repository at this point in the history
  • Loading branch information
taranu committed Feb 28, 2024
1 parent 48ffc4c commit 0d42b52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pipelines/LSSTComCamSim/DRP-ops-rehearsal-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ tasks:
wcs_provider: "input_summary"
photo_calib_provider: "input_summary"
background_provider: "input_summary"
analyzeObjectTableCore:
class: lsst.analysis.tools.tasks.ObjectTableTractAnalysisTask
config:
python: |
# no z-band in comCamSim
del config.atools.yPerpPSF

Check failure on line 34 in pipelines/LSSTComCamSim/DRP-ops-rehearsal-3.yaml

View workflow job for this annotation

GitHub Actions / call-workflow / yamllint

34:9 syntax error: expected <block end>, but found '<scalar>' (syntax)
del config.atools.yPerpCModel
subsets:
step1:
subset:
Expand Down

0 comments on commit 0d42b52

Please sign in to comment.