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-11951: Fixes in AL Decorrelation and Zogy #150

Merged
merged 1 commit into from Sep 20, 2017
Merged

Conversation

djreiss
Copy link
Contributor

@djreiss djreiss commented Sep 19, 2017

No description provided.

Copy link
Contributor

@r-owen r-owen left a comment

Choose a reason for hiding this comment

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

One small suggested change; ignore it if short on time.

@@ -323,7 +323,8 @@ def run(self, sensorRef, templateIdList=None):
spatiallyVarying = self.config.doSpatiallyVarying
subtractRes = self.subtract.subtractExposures(templateExposure, exposure,
doWarping=True,
spatiallyVarying=spatiallyVarying)
spatiallyVarying=spatiallyVarying,
Copy link
Contributor

Choose a reason for hiding this comment

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

For simplicity of code, readability and consistency with the new next line, I gently suggest you use spatiallyVarying=self.config.doSpatiallyVarying, here and ditch line 323. This same thing appears once more in the code and would benefit from the same treatment.

@djreiss djreiss merged commit dba4cd7 into master Sep 20, 2017
@ktlim ktlim deleted the tickets/DM-11951 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