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

meas_base Review for DM-420 #11

Merged
merged 1 commit into from Mar 17, 2015
Merged

meas_base Review for DM-420 #11

merged 1 commit into from Mar 17, 2015

Conversation

TallJimbo
Copy link
Member

No description provided.

@@ -499,7 +498,6 @@ MAKE_TWODG(afw::image::Image<float>);
MAKE_TWODG(afw::image::Image<double>);
MAKE_TWODG(afw::image::Image<int>);

} // end anonymous namespace
Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think there's any reason to remove the anonymous namespace here - I'm guessing this is a relic from when you had planned to make the {{twodg}} function itself public, rather than a wrapper (I like what you've done with the wrapper much better, but I think that means you can put the anonymous namespace back in).

@TallJimbo TallJimbo changed the title Review for DM-420 meas_base Review for DM-420 Mar 16, 2015
@TallJimbo
Copy link
Member Author

One general note: I see that there's been another merge to master since you last rebased, and it was a fairly major ticket. You may want to rebase one more time before merging, just to make sure you can get any conflicts dealt with more easily.

…rement

Added classes to tests.py to manage running measurement on single algs and lists of algs.
Moved Gaussian Centroid routines to a visible namespace
DM-420  add fitCentroid static method to GaussianCentroidAlgorithm

move files from meas_algorithms and convert to meas_base

Changes to remove versionFlag0Mapper

review fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants