Skip to content

DM-50031: Add support for per-detector filter transmission files for LSSTCam #140

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

erykoff
Copy link
Contributor

@erykoff erykoff commented Apr 30, 2025

No description provided.

Copy link

@cmsaunders cmsaunders left a comment

Choose a reason for hiding this comment

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

Looks good. I have a few small comments about the docs.

doc="Filter transmission curve per detector",
name="transmission_filter_detector",
storageClass="TransmissionCurve",
dimensions=("instrument", "physical_filter", "detector",),

Choose a reason for hiding this comment

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

Should this also have "band" in the dimensions, like transmission_filter?

@@ -291,6 +311,11 @@ class FgcmMakeLutConfig(pipeBase.PipelineTaskConfig,
dtype=bool,
default=True,
)
doFilterDetectorTransmission = pexConfig.Field(
doc="Use per-detector filter transmissions?",

Choose a reason for hiding this comment

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

Without context, it's not clear that "per-detector" is the important distinction here. Maybe add "If false, the same filter transmission is used for all detectors".

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