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

Adding a Median Filter for Non-Finite Values #566

Merged
merged 33 commits into from
Nov 11, 2021

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    a118409 View commit details
    Browse the repository at this point in the history
  2. Formatting for PEP8

    WilliamJudge94 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    cbe645e View commit details
    Browse the repository at this point in the history
  3. Updating PEP8v2

    WilliamJudge94 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    bd53fba View commit details
    Browse the repository at this point in the history
  4. Update source/tomopy/misc/corr.py

    Adding _ to the find_nonfinite_values_prj function since it is not intended to be used by the User
    
    Co-authored-by: Daniel Ching <carterbox@users.noreply.github.com>
    WilliamJudge94 and carterbox committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    7e8de93 View commit details
    Browse the repository at this point in the history
  5. Update source/tomopy/misc/corr.py

    Adding _ to the determine_nonfinite_kernel_idxs function since it is not intended to be used by the User
    
    Co-authored-by: Daniel Ching <carterbox@users.noreply.github.com>
    WilliamJudge94 and carterbox committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    79be52b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    040be55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5ee919 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    832a4b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    d7d3e3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13578a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f79b9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b869833 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    850e045 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa3a4c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70cf4e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    afa195d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f33ebac View commit details
    Browse the repository at this point in the history
  10. REF: Parameterize filter size consistently with other functions

    It is convention to use filter size as the width of the filter
    not the radius.
    carterbox committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    2383519 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2e8b430 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    74aa99f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    af94d9d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7140bd7 View commit details
    Browse the repository at this point in the history
  15. STY: Format whitespace

    carterbox committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    102d60e View commit details
    Browse the repository at this point in the history
  16. Merge remote-tracking branch 'refs/remotes/WilliamJudge94/master' int…

    …o pr/WilliamJudge94/566
    carterbox committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    6fc733c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    05a887c View commit details
    Browse the repository at this point in the history
  2. Adding kernel ValueError to median_filter_nonfinite() + coorrespondin…

    …g tests + removing unused functions
    WilliamJudge94 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    2deaae4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d2ce3b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. BUG: Prevent filter sweep in median_nonfinite

    Modifies tests so that they force the correct ValueError. Ensure that
    ValueError is always raised when there is a group of nonfinites larger
    than or equal to the filter size. Without making a copy of the current
    slice, filters would use already filtered values in the filter.
    carterbox committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    5c020e2 View commit details
    Browse the repository at this point in the history
  2. STY: Wrap lines at 80 chars

    carterbox committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    e5f82f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f6644a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79cff50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b642265 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    301ee36 View commit details
    Browse the repository at this point in the history