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

Add DecorrelateALKernelTask as a subtask #63

Merged
merged 1 commit into from Jun 29, 2016
Merged

Conversation

djreiss
Copy link
Contributor

@djreiss djreiss commented Jun 23, 2016

No description provided.

@@ -167,6 +170,8 @@ def setDefaults(self):
# DiaSource Detection
self.detection.thresholdPolarity = "both"
self.detection.thresholdValue = 5.5
if self.doDecorrelation:
self.detection.thresholdValue = 5.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add a comment explaining why you change this value.

Also, since you only run decorrelation if doSubtract is True, I suggest you apply the same test here. That makes the "doCorrelate" config parameter a bit easier to explain (e.g. "ignored if doSubtract False")

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good points. Done and done.

@djreiss djreiss changed the title Add ImageDecorrelationTask as a subtask Add DecorrelateALKernelTask as a subtask Jun 29, 2016
@djreiss djreiss merged commit b96bb3c into master Jun 29, 2016
@ktlim ktlim deleted the tickets/DM-6628 branch August 25, 2018 06:46
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

3 participants