Closed hopehhchen closed 7 years ago
Done for background subtraction.
@catherinezucker, did you remove the outliers when fitting the main profile? Thanks!
See de225a8c0dc66a1f377331eefde7e39ed3ce49a3.
Done. No outlier removal is done when fitting Gaussian and Plummer. This retains complete information from the cuts/sampling pixels.
Apply outlier removal in background subtraction, and maybe in profile fitting as well.
This is done mostly by sigma clipping in
astropy.modeling
. See documentation and examples.