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-24738: Add background offset tracking to fgcmcal #27

Merged
merged 32 commits into from Feb 11, 2022

Conversation

erykoff
Copy link
Collaborator

@erykoff erykoff commented Jan 28, 2022

This adds the ability to delta-aperture-magnitude to track background offsets. Also some deprecation warnings have been fixed.

self.fgcmLog.info("Cannot compute background x/y correlations without x/y information")
return

from .fgcmUtilities import plotCCDMapBinned2d
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason why the import is happening here, and not at the top of the file?

@@ -63,7 +63,7 @@ def __init__(self, fgcmConfig, fgcmPars, fgcmStars):
self.fgcmLog.warn('No aperture radii set. Epsilon is unnormalized.')
self.epsilonNormalized = False

self.njyZp = 48.6 - 9*2.5
self.njyZp = 8.9 + 9*2.5
Copy link
Member

Choose a reason for hiding this comment

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

I know I'm not technically required to review this PR, but woah, that's a huge drop. What happened here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I got my units confused completely on cgs vs janskys.

@erykoff erykoff merged commit 3737db6 into lsst-dev Feb 11, 2022
@erykoff erykoff deleted the tickets/DM-24738 branch February 11, 2022 19:13
erykoff added a commit that referenced this pull request Feb 16, 2022
Add option to force htm matching when making stars.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants