fit_gaussian2d¶
- paarti.utils.maos_utils.fit_gaussian2d(img, coords, boxsize, plot=False, fwhm_min=1.7, fwhm_max=30, pos_delta_max=1.7)[source]¶
Calculate the FWHM of an objected located at the pixel coordinates in the image. The FWHM will be estimated from a cutout with the specified boxsize. Adopted from the KAI repository (linked in functions above).