You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: oversampled PSF support in SimulatorImaging (#482) (#483)
OperateImage.convolved_padded_image_2d_from (shared by Galaxies and Tracer):
builds the padded all-false frame from the kernel's image-resolution
footprint with a uniform over-sample size (the regular padded grid pads its
border with size-1 entries, which the uniformity guard correctly rejects),
evaluates unbinned on the padded over-sampled coordinates, convolves at the
fine resolution and returns the image-resolution convolved padded image;
operated profiles are added unblurred as elsewhere. via_galaxies_from
switches on psf.convolve_over_sample_size > 1 and passes
image_is_convolved=True to the base simulator, trimming with
kernel_shape_image_resolution. s=1 path byte-identical.
Delta-kernel identity unit test for the padded-frame geometry.
Co-authored-by: Jammy2211 <JNightingale2211@gmail.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments