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

Implementation of intensity clipping transform: bot hard and soft approaches #7535

Merged
merged 21 commits into from
Apr 5, 2024

Commits on Mar 12, 2024

  1. Implementation of intensity clipping transform: bot hard clipping and…

    … soft clipping approaches
    
    Signed-off-by: Lucas Robinet <robinet.lucas@iuct-oncopole.fr>
    Lucas-rbnt committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    33af45c View commit details
    Browse the repository at this point in the history
  2. correct soft_clip typing

    Signed-off-by: Lucas Robinet <robinet.lucas@iuct-oncopole.fr>
    Lucas-rbnt committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8d77605 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

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

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    ffc303c View commit details
    Browse the repository at this point in the history
  2. clarification on docstring, add 3d tests

    Signed-off-by: Lucas Robinet <robinet.lucas@iuct-oncopole.fr>
    Lucas-rbnt committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    fc57eda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    700b947 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    189cad4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. fixing typo in ClipIntensityPercentile argument

    Signed-off-by: Lucas Robinet <robinet.lucas@iuct-oncopole.fr>
    Lucas-rbnt committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    800a051 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    f5fc217 View commit details
    Browse the repository at this point in the history
  2. Adding possibility to return percentiles in tensor metainfo

    Signed-off-by: Lucas Robinet <robinet.lucas@iuct-oncopole.fr>
    Lucas-rbnt committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b82ec99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37b38a3 View commit details
    Browse the repository at this point in the history
  4. fixing flake8 linting error

    Signed-off-by: Lucas Robinet <robinet.lucas@iuct-oncopole.fr>
    Lucas-rbnt committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3468369 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72835e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. changing percentiles meta info to clipping values and fixing mypy errors

    Signed-off-by: Lucas Robinet <robinet.lucas@iuct-oncopole.fr>
    Lucas-rbnt committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d75e32a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca2828f View commit details
    Browse the repository at this point in the history
  3. fixing typo with ./runtests.sh --autofix

    Signed-off-by: Lucas Robinet <robinet.lucas@iuct-oncopole.fr>
    Lucas-rbnt committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6dacece View commit details
    Browse the repository at this point in the history
  4. typing correction, docstring clarification, and change in attribute n…

    …ames for ClipIntensityPercentiles class
    
    Signed-off-by: Lucas Robinet <robinet.lucas@iuct-oncopole.fr>
    Lucas-rbnt committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6d5187c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6eb1eb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. mypy compliant and dealing with potential float or int in clipping va…

    …lues
    
    Signed-off-by: Lucas Robinet <robinet.lucas@iuct-oncopole.fr>
    Lucas-rbnt committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    89a4f5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d4fe82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    500036a View commit details
    Browse the repository at this point in the history