Skip to content

Commit

Permalink
Run matchVisitQuality tasks on outputs of isolatedStarSourceAssociation.
Browse files Browse the repository at this point in the history
After the calibration refactoer PreSources and Sources
are based on two separate rounds of detection.
isolatedStarAssociation is run on both separately and
yields two sets of match catalogs.

analyzeMatchedVisitCore is based on: isolated_star_sources
analyzeMatchedPreVisitCore is based on:  isolated_star_presources
  • Loading branch information
yalsayyad committed Oct 14, 2024
1 parent a32ea48 commit 7616f00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/matchedVisitQualityCore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ tasks:
config:
connections.sourceCatalogs: preSourceTable_visit
connections.outputName: matchedPreVisitCore
connections.associatedSources: isolated_star_presources
connections.associatedSourcesInputName: isolated_star_presources
# Proper motion catalogs are not available for `preSourceTables`
applyAstrometricCorrections: false
atools.stellarAstrometricSelfRepeatabilityRA: AstrometricRepeatability
Expand Down

0 comments on commit 7616f00

Please sign in to comment.