Skip to content

Commit

Permalink
Fix ComCamSim pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkalmbach committed Jan 15, 2025
1 parent 492f997 commit c281c8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pipelines/_ingredients/donutVizGroupPipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ description: donut viz pipeline tasks
tasks:
aggregateZernikeTablesTask:
class: lsst.donut.viz.AggregateZernikeTablesTask
aggregateDonutTablesTask:
class: lsst.donut.viz.AggregateDonutTablesTask
aggregateDonutTablesGroupTask:
class: lsst.donut.viz.AggregateDonutTablesTask
config:
Expand Down
3 changes: 3 additions & 0 deletions pipelines/production/comCamSimRapidAnalysisPipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ instrument: lsst.obs.lsst.LsstComCamSim
imports:
- $TS_WEP_DIR/pipelines/_ingredients/wepDirectDetectScienceGroupPipeline.yaml
- $TS_WEP_DIR/pipelines/_ingredients/donutVizGroupPipeline.yaml
tasks:
aggregateDonutTablesTask:
class: lsst.donut.viz.AggregateDonutTablesTask

# Define pipeline steps
subsets:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.

import unittest
from pathlib import Path
from glob import glob
from pathlib import Path

from lsst.pipe.base import Pipeline
from lsst.utils import getPackageDir
Expand Down

0 comments on commit c281c8f

Please sign in to comment.