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-26085: Fix fgcmcal zeropoint offset due to background offset. #42

Merged
merged 1 commit into from Aug 13, 2020

Conversation

erykoff
Copy link
Contributor

@erykoff erykoff commented Aug 5, 2020

The local background subtraction code has been refactored to move the
computations into the fgcm code. This allows fgcm to compute background offset
statistics and account for any net offsets in the zeropoints. The chromatic
correction code has been updated to report the average chromatic correction per
ccd. This yields better repeatability when the full pipeline does not include
chromatic terms (as is the case currently). Additional tests have been added
to check for remaining net offsets and ensure they are small (<2 mmag).

python/lsst/fgcmcal/fgcmBuildStars.py Show resolved Hide resolved
python/lsst/fgcmcal/fgcmBuildStars.py Show resolved Hide resolved
python/lsst/fgcmcal/fgcmBuildStarsBase.py Show resolved Hide resolved
python/lsst/fgcmcal/fgcmBuildStarsTable.py Outdated Show resolved Hide resolved
python/lsst/fgcmcal/fgcmOutputProducts.py Outdated Show resolved Hide resolved
python/lsst/fgcmcal/utilities.py Outdated Show resolved Hide resolved
python/lsst/fgcmcal/utilities.py Outdated Show resolved Hide resolved
tests/fgcmcalTestBase.py Show resolved Hide resolved
tests/fgcmcalTestBase.py Outdated Show resolved Hide resolved
tests/fgcmcalTestBase.py Show resolved Hide resolved
The local background subtraction code has been refactored to move the
computations into the fgcm code.  This allows fgcm to compute background offset
statistics and account for any net offsets in the zeropoints.  The chromatic
correction code has been updated to report the average chromatic correction per
ccd.  This yields better repeatability when the full pipeline does not include
chromatic terms (as is the case currently).  Additional tests have been added
to check for remaining net offsets and ensure they are small (<2 mmag).
@erykoff erykoff merged commit fcebe35 into master Aug 13, 2020
@erykoff erykoff deleted the tickets/DM-26085 branch August 13, 2020 17:54
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