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

Image Processing Class from PR 143 #171

Merged
merged 19 commits into from
Jun 19, 2024
Merged

Image Processing Class from PR 143 #171

merged 19 commits into from
Jun 19, 2024

Commits on Jun 12, 2024

  1. Combined functions in image_processing.py into ImageProcessor class

    Added ROI Classes for background subtraction and ROI cropping
    Added tests and datasets for both classes
    Separated from physics-cgranier/lcls-tools/dev 8c85a56
    phys-cgarnier authored and eloiseyang committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6279d6e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    be7b696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87b15bc View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    39ac3d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    452760c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0897318 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31f7978 View commit details
    Browse the repository at this point in the history
  5. image tests

    image_processing folder renamed image
    test_image_processing.py renamed test_processing.py
    test_processing.py changed asserts to unittest and np asserts
    eloiseyang committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a952ca9 View commit details
    Browse the repository at this point in the history
  6. Flake8 added ignore __init__.py:F401 for simplified module imports

    Flake8 made corrections
    eloiseyang committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f8d3109 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    ad83839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eba2b6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84c68bf View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. roi.py refactored to introduce code sharing

    roi.py added EllipticalROI
    eloiseyang committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    74bc1b9 View commit details
    Browse the repository at this point in the history
  2. roi.py flake8

    eloiseyang committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a2d1cab View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    8afd4a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63eddaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8dbbef View commit details
    Browse the repository at this point in the history
  4. roi.py CircularROI cleaned up redundant field names.

    roi.py renamed ROI "width" to "extent"
    eloiseyang committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b3c5597 View commit details
    Browse the repository at this point in the history
  5. roi.py flake8

    eloiseyang committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    773d98b View commit details
    Browse the repository at this point in the history