Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Feb 24, 2023
1 parent c0d1e70 commit 44d7c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyFAI/azimuthalIntegrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3085,7 +3085,7 @@ def sigma_clip_ng(self, data,
Keep only pixels with intensty:
``|I - <I>| < thres * std(I)``
``|I - <I>| < thres * σ(I)``
This enforces a symmetric, bell-shaped distibution (i.e. gaussian-like)
and is very good at extracting background or amorphous isotropic scattering
Expand Down Expand Up @@ -3333,7 +3333,7 @@ def sigma_clip_ng(self, data,
result._set_error_model(error_model)
return result

sigma_clip = _sigma_clip_ng
sigma_clip = sigma_clip_ng

def separate(self, data, npt_rad=1024, npt_azim=512, unit="2th_deg", method="splitpixel",
percentile=50, mask=None, restore_mask=True):
Expand Down

0 comments on commit 44d7c5c

Please sign in to comment.