Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update utils.py - add Median Absolute Deviation option to radial_profile #591

Merged
merged 2 commits into from
Dec 11, 2023

Commits on Oct 5, 2023

  1. Update utils.py

    Added ability to compute median absolute deviation (MAD) to the radial profile function. MAD is a better estimator than standard deviation for smaller datasets, being more robust to outliers.
    saikrishanthpm authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    78b2537 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    7b1babb View commit details
    Browse the repository at this point in the history