Skip to content

Commit

Permalink
Move SkyCorrectionTask from pipe_drivers to pipe_tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jul 29, 2022
1 parent a8e62d5 commit 74c3b6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ingredients/DRP-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ imports:
- writeSourceTable # cannot reconfigure because different dimensions.
tasks:
skyCorr:
class: lsst.pipe.drivers.skyCorrection.SkyCorrectionTask
class: lsst.pipe.tasks.skyCorrection.SkyCorrectionTask
isolatedStarAssociation:
class: lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationTask
config:
Expand Down
1 change: 0 additions & 1 deletion ups/drp_pipe.table
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ setupRequired(pipe_tasks)
setupRequired(meas_base)
setupRequired(jointcal)
setupRequired(fgcmcal)
setupRequired(pipe_drivers)
setupRequired(faro)
setupRequired(analysis_drp)

Expand Down

0 comments on commit 74c3b6c

Please sign in to comment.