Skip to content

Commit

Permalink
fix(cal_utils): remove explanation of unused width parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Siegel authored and Seth Siegel committed Sep 22, 2022
1 parent 7c95547 commit 298808b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ch_util/cal_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,8 +638,6 @@ def _fit(self, ha, resp, resp_err, absolute_sigma=False):
Measured response to the point source. Complex valued.
resp_err : np.ndarray[nha,]
Error on the measured response.
width : float
Initial guess at the width (sigma) of the transit in degrees.
absolute_sigma : bool
Set to True if the errors provided are absolute. Set to False if
the errors provided are relative, in which case the parameter covariance
Expand Down

0 comments on commit 298808b

Please sign in to comment.