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-5532 #4

Merged
merged 8 commits into from Mar 30, 2016
Merged

DM-5532 #4

merged 8 commits into from Mar 30, 2016

Conversation

r-owen
Copy link
Contributor

@r-owen r-owen commented Mar 19, 2016

No description provided.

Update tests/testPsfexPsf.py to work with the new star selector
class hierarchy and API
Remove unused commits
Change "from math import *" to "import math"
Stop setting a variable that was unused
Standardize argument names for selectStars by renaming catalog
to sourceCat
Make PsfexStarSelector a subclass of StarSelectorTask
and append Task to the name. Update the API accordingly:
selectStars now returns a catalog of stars instead of
a list of PSF candidates.
Add full task documentation to PsfExStarSelectorTask
Simplify a unit test that runs a star selector to use the run method
when PSF candidates are wanted.
"base_PixelFlags_flag_saturated.center",
"base_PixelFlags_flag_cr.center",
"base_PixelFlags_flag_bad",
"base_PixelFlags_flag_suspect.center",
Copy link
Member

Choose a reason for hiding this comment

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

I'm pretty sure these .center strings aren't correct anymore.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Great catch.

Update outdated schema flag names.
Remove trailing whitespace, one trailing semicolon
and split one pair of expressions into two lines
@r-owen r-owen merged commit e6ea9ab into master Mar 30, 2016
@ktlim ktlim deleted the tickets/DM-5532 branch August 25, 2018 06:15
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