Skip to content

Commit

Permalink
Merge pull request #515 from IainHammond/master
Browse files Browse the repository at this point in the history
improved description for fitting functions
  • Loading branch information
VChristiaens authored Apr 4, 2022
2 parents 0ef32d0 + 7a655f7 commit 8e9ebca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vip_hci/var/fit_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def fit_2dgaussian(array, crop=False, cent=None, cropsize=15, fwhmx=4, fwhmy=4,
array : numpy ndarray
Input frame with a single PSF.
crop : bool, optional
If True an square sub image will be cropped.
If True a square sub image will be cropped equal to cropsize.
cent : tuple of int, optional
X,Y integer position of source in the array for extracting the subimage.
If None the center of the frame is used for cropping the subframe (the
Expand Down Expand Up @@ -293,7 +293,7 @@ def fit_2dmoffat(array, crop=False, cent=None, cropsize=15, fwhm=4,
array : numpy ndarray
Input frame with a single PSF.
crop : bool, optional
If True an square sub image will be cropped.
If True a square sub image will be cropped equal to cropsize.
cent : tuple of int, optional
X,Y integer position of source in the array for extracting the subimage.
If None the center of the frame is used for cropping the subframe (the
Expand Down Expand Up @@ -424,7 +424,7 @@ def fit_2dairydisk(array, crop=False, cent=None, cropsize=15, fwhm=4,
array : numpy ndarray
Input frame with a single PSF.
crop : bool, optional
If True an square sub image will be cropped.
If True a square sub image will be cropped equal to cropsize.
cent : tuple of int, optional
X,Y integer position of source in the array for extracting the subimage.
If None the center of the frame is used for cropping the subframe (the
Expand Down Expand Up @@ -554,7 +554,7 @@ def fit_2d2gaussian(array, crop=False, cent=None, cropsize=15, fwhm_neg=4,
array : numpy ndarray
Input frame with a single PSF.
crop : bool, optional
If True an square sub image will be cropped.
If True a square sub image will be cropped equal to cropsize.
cent : tuple of float, optional
X,Y position of the source in the array for extracting the
subimage. If None the center of the frame is used for cropping the
Expand Down

0 comments on commit 8e9ebca

Please sign in to comment.