Splat templated over BACKGROUND_STRATEGY

Issue #32 new
Jacob Hinkle created an issue

Currently, Splat implicitly uses BACKGROUND_STRATEGY_PARTIAL_ZERO, meaning it is the conjugate of the ApplyH function with that parameter. Splat itself has no template argument for background strategy, but it should. In particular, since ApplyH has a default strategy of CLAMP, there is no way to compute an exact adjoint currently unless you explicitly tell ApplyH to use partial zero.

Comments (3)

  1. Sam Preston

    Yes, this is something I've thought about too, I just haven't been motivated to dig into the splatting code and add different background strategies. But that's what these issues are for, right?

    On Sun, Feb 24, 2013 at 2:26 PM, Jacob Hinkle

  2. Jacob Hinkle reporter

    Yes. I looked at it and I don't think it'll be too tough. I will do it but it's gonna have to be backburnered for a couple weeks. I'll go ahead and assign myself so it's not cluttering the issue list...

  3. Log in to comment