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

Merged
merged 8 commits into from May 5, 2016
Merged

DM-5323 #24

merged 8 commits into from May 5, 2016

Conversation

r-owen
Copy link
Contributor

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

No description provided.

var = bim.getVariance(); var.set(stdev**2); del var
var = bim.getVariance()
var.set(stdev**2)
del var
Copy link
Contributor

Choose a reason for hiding this comment

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

How about just:

bim.getVariance().set(stdev**2)

@r-owen r-owen force-pushed the tickets/DM-5323 branch 2 times, most recently from d059332 to d15b024 Compare May 4, 2016 20:34
r-owen added 2 commits May 4, 2016 13:43
Fixed the following pyflake warnings in library and test code:
- delete trailing whitespace
- foo ==/!= None -> foo is/is not None
- stop using from foo import *
- stop importing unused modules
- do not have multiple statements on one line
Use enumerate in one instance and simpler code to set
image and variance planes of images in a few other cases.
@r-owen r-owen force-pushed the tickets/DM-5323 branch 2 times, most recently from 6f9f24c to 00572f3 Compare May 4, 2016 21:33
@r-owen r-owen force-pushed the tickets/DM-5323 branch 2 times, most recently from 3d451a0 to c1f1ae4 Compare May 4, 2016 21:45
r-owen added 4 commits May 4, 2016 15:55
Combine the functions getBackground and estimateBackground
into a single task SubtractBackground with two methods:
- fitBackground: fit a background model; replaces getBackground
- run: fit and subtract background; replaces estimateBackground

Update the other code in this package accordingly
Make SubtractBackground.fitBackground raise RuntimeError
instead of returning None, unlike the getBackground
function it replaces.
r-owen added 2 commits May 4, 2016 16:32
Change the display code to use afw.display instead of afw.ds9
In the old code SubtractConfig.validate would automatically
change algorithm=None to "None". This seemed a strange thing
to do, and not a very good way to do it. Instead drop support for None.
@r-owen r-owen merged commit 2818519 into master May 5, 2016
@ktlim ktlim deleted the tickets/DM-5323 branch August 25, 2018 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants