Hi,The current sigma clipping function has no iters keyword.
If there is any interest in this, I can file a pull request soon.I feel it would be useful to include it in the function, with a default like `iters=None` so that if people do want to use the keyword they will be able to do so.With the defaults of `iters = None` it shouldn't break anyone's workflow and will correspond to the current default behaviour.