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

ENH: Update Autoscoper #116

Merged
merged 1 commit into from
Sep 6, 2024

Commits on Sep 6, 2024

  1. ENH: Update Autoscoper

    Includes the following improvements and fixes:
    * Pivot alignment and centering
    * Add glossary of terms to the Getting Started page
    * Fix tab order in tracking dialog UI
    * Multi tracking file support
    * Adds support for manipulating DRR position using the arrow keys.
    Controls
    * Add missing conversion from quaternion to eulers in getPose
    * Add toggle radiograph shortcut
    
    
    List of Autoscoper changes:
    
    ```
    $ git shortlog 8fe9748ab..8bb1c4e07 --no-merges
    Anthony Lombardi (15):
          ENH: Add toggle radiograph shortcut
          DOC: Update shortcuts.md with radiograph toggle
          BUG: Add missing conversion from quaternion to eulers in getPose (#296)
          BUG: Ensure UI visualization is updated when setPose is called
          ENH: Support DRR manipulation with arrow keys
          DOC: Update shortcuts.md with arrow keys
          COMP: Remove empty KeyCurve implementation file
          ENH: Support loading and swapping between multiple tracking files
          DOC: Update shortcuts.md to include tracking file swap keys
          ENH: Add disaply to UI to show number of active tracking sets
          BUG: Fix tab order in tracking options dialog ui file
          DOC: Add glossary of terms to the `Getting Started` page
          ENH: Add shortcut to snap pivot back to COM of the PVOL
          ENH: Add short to align pivot with global axes
          DOC: Add shortcuts O and P to docs
    
    Jean-Christophe Fillion-Robin (4):
          ENH: Update pre-commit settings adding "mixed-line-ending"
          STYLE: Ensure source files line ending is consistent
          ENH: Update pre-commit settings adding "end-of-file-fixer"
          ENH: Simplify VolumeDescription API by removing Vec3f method
    
    ```
    
    Co-authored-by: Anthony Lombardi <anthony.lombardi@kitware.com>
    jcfr and NicerNewerCar committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9a3fc30 View commit details
    Browse the repository at this point in the history