Matthew R. Becker
Matthew R. Becker
i'll have to look at the code and see what is there right now.
we should be using more of these simple fitting functions to do parameter conversions (eg effective radius to fwhm) when creating objects in jax-galsim instead of directly solving.
This was fixed here: https://github.com/GalSim-developers/JAX-GalSim/commit/62d146e36e422bef9824925b5cc04bc378d5a8a9 We use a full bisection to solve for the maxk value like galsim. We can close this one.
xref: https://github.com/GalSim-developers/JAX-GalSim/issues/93
I think we solved all of the issues here. The key is that galsim `Image` objects hold their underlying data as `._array`. So we can replace that array underneath and...
I don't think there is a workaround for this that is perfect. Our tests now jit and autodiff all of the objets, so some of the checks work, but not...
Ok. I'll go through and update doc strings.
Is this a v2 item?
We probably need to port fitvd/shredder to v2 BTW.
Unless we run it in mdet I suppose.