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

Improvements to loading markers files #821

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Sep 1, 2024

  1. ADD: AddMultiple method to MarkersControl

    Fast method to add multiple markers.
    Does the same optimizations as MarkersPanel.GetMarkersFromFile()
    Rakhesis committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    27b2858 View commit details
    Browse the repository at this point in the history
  2. ENH: Loading markers from file

    Added option to clear all previous markers.
    
    Decoupled markers loading dialog from MarkersPanel. Code moved to gui/dialogs.py, utils.py, gui/utils.py.
    
    Added functionality for loading image fiducials from markers file.
    Rakhesis committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    f34ba00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e89030 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    a559db2 View commit details
    Browse the repository at this point in the history
  2. ENH: Loading markers GUI cleaner look

    Checkboxes aligned to the left and put inside a StaticBoxSizer.
    Rakhesis committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    889f354 View commit details
    Browse the repository at this point in the history
  3. CLN: Formatting in loading markers code

    ruff pre-commit formatting
    Rakhesis committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    48917c3 View commit details
    Browse the repository at this point in the history