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-41442: Add focal plane mosaic construction to cp_pipe/cp_verify #935

Merged
merged 3 commits into from
May 23, 2024

Conversation

czwa
Copy link
Contributor

@czwa czwa commented May 21, 2024

Add variety of subclasses of task/config to support different input dimensions.

@czwa czwa requested a review from erykoff May 21, 2024 22:48
Copy link
Contributor

@erykoff erykoff left a comment

Choose a reason for hiding this comment

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

I think I see what's going on, but would greatly appreciate (a) more fully fleshed out comments; (b) more appropriate default connection names.

python/lsst/pipe/tasks/visualizeVisit.py Show resolved Hide resolved
)

outputExp = cT.Output(
name="calexpBin",
Copy link
Contributor

Choose a reason for hiding this comment

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

Should the default name be biasBin to go with bias?


class VisualizeMosaicCalibConnections(pipeBase.PipelineTaskConnections, dimensions=("instrument",)):
inputExps = cT.Input(
name="calexpBin",
Copy link
Contributor

Choose a reason for hiding this comment

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

And I think this should be biasBin to match.

python/lsst/pipe/tasks/visualizeVisit.py Show resolved Hide resolved
)

outputExp = cT.Output(
name="calexpBin",
Copy link
Contributor

Choose a reason for hiding this comment

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

Name here.

Copy link
Contributor

Choose a reason for hiding this comment

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

In fact the default should probably be flat to signify that this is something over the flat (per filter) (all related connections).

@czwa czwa merged commit b363559 into main May 23, 2024
2 checks passed
@czwa czwa deleted the tickets/DM-41442 branch May 23, 2024 05:21
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.

2 participants