Add the ability to generate variance scaled stamps using on Steven's formulation. Adds the ability to uses the weighted stamps for both filtering and to store as auxiliary stamps.
This PR made me realize that we need two followups:
Move a bunch of the stamp tests from test_search.py to the new test_stamp_creator.py to have better organization. (#713)
Make StampCreator into functions instead of a class of static functions. (#714)
I'm holding off from both those changes so as to avoid burying the logic change in this PR with clean ups.
Add the ability to generate variance scaled stamps using on Steven's formulation. Adds the ability to uses the weighted stamps for both filtering and to store as auxiliary stamps.
This PR made me realize that we need two followups:
test_search.py
to the newtest_stamp_creator.py
to have better organization. (#713)I'm holding off from both those changes so as to avoid burying the logic change in this PR with clean ups.