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

u/jbosch/DM-1188 #1

Merged
merged 12 commits into from Sep 23, 2014
Merged

u/jbosch/DM-1188 #1

merged 12 commits into from Sep 23, 2014

Conversation

TallJimbo
Copy link
Member

May be easiest to review commit-by-commit, as the content is well separated and the logs should describe the purpose of the change. The biggest by far is 8c99a21, which involves two new files that replace (and unify, and expand) the code in 13feffe and 6d5f02e. I've tried to include very complete API documentation and some detailed implementation notes, which I hope will help with the review.

This is still not the most efficient method of shapelet
evaluation (that's MatrixBuilder), but it's faster and more
convenient than looping over pixels in Python.
MatrixBuilder provides the functionality previously present in
MultiShapeletMatrixBuilder, ModelBuilder, and some private code
in meas_multifit's psf.cc, with a unified interface, better code
reuse, and a design more amenable to future micro-optimization.
This has been replaced by MatrixBuilder
Replaced by MatrixBuilder
This brings MultiShapeletFunction's nomenclature in line with that used by
MultiShapeletBasis and MatrixBuilder.
Using apply() for both Factory and Builder implementations was a source of
confusion, so these have been renamed to "makeBuilder" (for factories) and
"buildMatrix" (for builders).
@mjuric mjuric merged commit cf2f186 into master Sep 23, 2014
@ktlim ktlim deleted the u/jbosch/DM-1188 branch August 25, 2018 05:56
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