Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-40322: Implement new connections hook for refcat lookups. #110

Merged
merged 1 commit into from Aug 8, 2023

Conversation

TallJimbo
Copy link
Member

This is part of a new, slightly-better fix for DM-40243.

@@ -135,6 +135,9 @@ def __init__(self, *, config=None):
if not config.fgcmOutputProducts.doZeropointOutput:
self.prerequisiteInputs.remove("fgcmZeropoints")

def getSpatialBoundsConnections(self):
return ("isolated_star_cats", "visit_summaries")

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no isolated_star_cats in the tract version.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍, the other also needs to be renamed to visitSummary.

@@ -149,6 +149,9 @@ def __init__(self, *, config=None):
if not config.doReferenceMatches:
self.outputs.remove("fgcmReferenceStars")

def getSpatialBoundsConnections(self):
return ("visit_summaries",)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be visitSummary?

python/lsst/fgcmcal/fgcmOutputProducts.py Outdated Show resolved Hide resolved
This is part of a new, slightly-better fix for DM-40243.
@TallJimbo TallJimbo merged commit 98cecbd into main Aug 8, 2023
2 checks passed
@TallJimbo TallJimbo deleted the tickets/DM-40322 branch August 8, 2023 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants