I was running inference algorithm using the shear transformation with the new interpolation kernel and I had weird results. So I checked only this shear operation of a sersic profile and found worse result when using the bernsteinquitic of our custom addons than when using the standard ResamplingType.BILINEAR...
Here I start from a round sersic profile and compare the shearing between galsim and galflow:
- using
ResamplingType.BILINEAR


Isn't supposed to be the opposite?
I was running inference algorithm using the shear transformation with the new interpolation kernel and I had weird results. So I checked only this shear operation of a sersic profile and found worse result when using the
bernsteinquiticof our custom addons than when using the standardResamplingType.BILINEAR...Here I start from a round sersic profile and compare the shearing between galsim and galflow:
ResamplingType.BILINEARbernsteinquiticIsn't supposed to be the opposite?