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-12765: HSC-specific plugin for recording filter ratios. #99

Merged
merged 3 commits into from Nov 30, 2017

Conversation

TallJimbo
Copy link
Member

No description provided.

raise lsst.meas.base.FatalAlgorithmError(
"Unexpected filter combination found in coadd: %s" % counts.keys()
)
measRecord.set(self.key, counts.get("i2", 0.0)/len(overlapping))
Copy link
Contributor

Choose a reason for hiding this comment

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

Do the filter ratios need to take into account the CCD weights?

Copy link
Member Author

Choose a reason for hiding this comment

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

They do not. I had always planned to include that when actually adding the transmission curves, and for some reason I thought it was nonsensical to do it now. That's clearly not true, and I think I'll have the algorithm produce both a weighted and an unweighted fraction; the weights are already all there.

@TallJimbo TallJimbo merged commit 06150ca into master Nov 30, 2017
PaulPrice pushed a commit to HyperSuprime-Cam/obs_subaru that referenced this pull request Dec 9, 2017
DM-12765: HSC-specific plugin for recording filter ratios.
@ktlim ktlim deleted the tickets/DM-12765 branch August 25, 2018 06:45
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