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-40853: Implement new source injection for AP #225

Merged
merged 3 commits into from
Jul 24, 2024
Merged

Conversation

BrunoSanchez
Copy link
Member

@BrunoSanchez BrunoSanchez commented May 15, 2024

We added the new source injection AP implementation in ap_pipe and these changes in ap_verify make use of them.
The specific changes so far work for DECam.


  • Do unit tests pass (scons and/or stack-os-matrix)?
  • Did you run ap_verify.py on at least one of the standard datasets?
    For changes to metrics, the print_metricvalues script from lsst.verify will be useful.
  • Is the Sphinx documentation up-to-date?

Copy link
Contributor

@isullivan isullivan left a comment

Choose a reason for hiding this comment

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

Please also remove all of the old *Calibrate.yaml pipelines from pipelines/ingredients, pipelines/DECam, pipelines/HSC, and pipelines/LSSTCam-imSim.

# Creation of fakes_visitSummary
consolidateVisitSummary:
class: lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryTask
config:
connections.calexpType: parameters.fakesType
connections.calexp: "{calexpType}calexp"
connections.calexp: "{calexpType}initial_pvi"
Copy link
Contributor

Choose a reason for hiding this comment

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

Here and below, should this be {fakesType} instead of {calexpType}?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think so. As the parameter template inside the task is named calexpType and we point to the fakesType value already.
Bear in mind that this consolidation task is a very general task and not-ap specific, nor fakes-specific.

@BrunoSanchez BrunoSanchez merged commit 0ff9b6e into main Jul 24, 2024
2 checks passed
@BrunoSanchez BrunoSanchez deleted the tickets/DM-40853 branch July 24, 2024 00:09
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.

3 participants