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-25115 Implement zogy subtraction with non-spatial PSF #160

Merged
merged 2 commits into from Aug 3, 2020

Conversation

kgabor
Copy link
Member

@kgabor kgabor commented Jun 10, 2020

No description provided.

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.

Because there were so many changes, I reviewed this as if it was brand-new code.

Most of my comments are relatively minor, or are requests for more clarification. My main remaining confusion is about the name "score" that occurs throughout. I thought this was a typo for "Scorr", but it shows up in so many places it seems intentional. Please add an explanation about what is being "scored" and what that means in the docstrings of the methods where it shows up.

python/lsst/ip/diffim/zogy.py Show resolved Hide resolved
python/lsst/ip/diffim/zogy.py Show resolved Hide resolved
python/lsst/ip/diffim/zogy.py Outdated Show resolved Hide resolved
python/lsst/ip/diffim/zogy.py Outdated Show resolved Hide resolved
python/lsst/ip/diffim/zogy.py Outdated Show resolved Hide resolved
tests/test_zogy.py Outdated Show resolved Hide resolved
tests/test_zogy.py Outdated Show resolved Hide resolved
tests/test_zogy.py Outdated Show resolved Hide resolved
tests/test_zogy.py Outdated Show resolved Hide resolved
tests/test_zogy.py Outdated Show resolved Hide resolved
python/lsst/ip/diffim/zogy.py Outdated Show resolved Hide resolved
 * Add image calibration and preparation steps.
 * Separate full and sub exposure preparation for future grid processing.
 * Add zogy difference image calculation.
 * Add making an exposure of the difference image array.
 * Task entry point is now run().
 * Unit test: DFT normalization convention, sourceless and with source fake images.
 * Minor fix in uni test image generation regarding PSF centroid pixel.
 * Add variance plane and S score image calculation.
 * Add avoid division by zero handling when both psf are zero.
 * Update docstrings.
 * Use numpy random number generator framework in fake image generation.
 * Add ImagePsfMatchTask wrapper around new zogy implementation.
@kgabor kgabor merged commit 25c5319 into master Aug 3, 2020
@kgabor kgabor deleted the tickets/DM-25115 branch April 3, 2021 23:19
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