Skip to content

Commit

Permalink
Merge pull request #325 from lsst/tickets/DM-48019
Browse files Browse the repository at this point in the history
DM-48019: Add explicit input for sourceTable_visit in analyzeSourceTableCore
  • Loading branch information
enourbakhsh authored Dec 24, 2024
2 parents fa6e285 + e345613 commit 5ac0014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pipelines/visitQualityCore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ tasks:
analyzeSourceTableCore:
class: lsst.analysis.tools.tasks.SourceTableVisitAnalysisTask
config:
connections.inputName: sourceTable_visit
connections.outputName: sourceTableCore
atools.skyFluxVisitStatisticMetric: SkyFluxStatisticMetric
atools.skyFluxVisitStatisticMetric.applyContext: VisitContext
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class SourceTableVisitAnalysisConnections(
):
data = ct.Input(
doc="Visit based source table to load from the butler",
name="sourceTable_visit",
name="{inputName}",
storageClass="ArrowAstropy",
dimensions=("visit", "band"),
deferLoad=True,
Expand Down

0 comments on commit 5ac0014

Please sign in to comment.