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 #391

Merged
merged 1 commit into from
Aug 3, 2020

Conversation

kgabor
Copy link
Member

@kgabor kgabor commented Jun 10, 2020

No description provided.

subtractedExposure = subtractRes.subtractedExposure
subtractRes = self.subtract.run(exposure, templateExposure, doWarping=True)
if self.config.doPreConvolve:
subtractedExposure = subtractRes.scoreExp
Copy link
Contributor

Choose a reason for hiding this comment

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

See my comments in ip_diffim about score vs scorr

spatiallyVarying=self.config.doSpatiallyVarying,
doPreConvolve=self.config.doPreConvolve)
subtractedExposure = subtractRes.subtractedExposure
subtractRes = self.subtract.run(exposure, templateExposure, doWarping=True)
Copy link
Contributor

Choose a reason for hiding this comment

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

I would also supply the keyword calculateS=True in the call to run, though see my comment in ip_diffim about renaming that keyword.

@kgabor kgabor force-pushed the tickets/DM-25115 branch 2 times, most recently from fd0e425 to 54f119b Compare July 31, 2020 23:33
@kgabor kgabor merged commit 1503653 into master Aug 3, 2020
@timj timj deleted the tickets/DM-25115 branch February 18, 2021 15:49
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