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-5323 #14

Merged
merged 1 commit into from May 5, 2016
Merged

DM-5323 #14

merged 1 commit into from May 5, 2016

Conversation

r-owen
Copy link
Contributor

@r-owen r-owen commented May 4, 2016

lsst.meas.algorithms.SubtractBackgroundTask replaces getBackground
and SubtractBackgroundTask replaces BackgroundConfig

@@ -281,6 +281,10 @@ def __init__(self, *args, **kwargs):
PsfMatchTask.__init__(self, *args, **kwargs)
self.kConfig = self.config.kernel.active
self._warper = afwMath.Warper.fromConfig(self.kConfig.warpingConfig)
# the background subtraction task uses a config from an unusual location,
# so cannot easily be constructed with makeSubtask
Copy link
Contributor

Choose a reason for hiding this comment

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

I think that suggests that some refactoring of the config is warranted.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think ip_diffim needs significant refactoring, but it is out of scope for this ticket.

lsst.meas.algorithms.SubtractBackgroundTask replaces getBackground
and SubtractBackgroundTask replaces BackgroundConfig
@r-owen r-owen merged commit 09a9535 into master May 5, 2016
@ktlim ktlim deleted the tickets/DM-5323 branch August 25, 2018 06:44
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