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

Basic functionality #14

Merged
merged 47 commits into from
Nov 28, 2023
Merged

Basic functionality #14

merged 47 commits into from
Nov 28, 2023

Commits on Oct 10, 2023

  1. Added default parameter sets to be used for transforms (from brainreg…

    …ister [IBL] or ARA)
    IgorTatarnikov committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e098aad View commit details
    Browse the repository at this point in the history
  2. Basic magicgui that can import an atlas, translate the atlas/sample, …

    …and perform selected transforms with either elastix defaults or provided ARA defaults
    IgorTatarnikov committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0adedfa View commit details
    Browse the repository at this point in the history
  3. Added a button to reset the image back to origin

    IgorTatarnikov committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8265262 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f37fad View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Added start alignment button

    IgorTatarnikov committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ab375f8 View commit details
    Browse the repository at this point in the history
  2. Added start alignment button

    IgorTatarnikov committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d0bf17c View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/basic-functionality' into basic-…

    …functionality
    
    # Conflicts:
    #	src/bg_elastix/_widget.py
    IgorTatarnikov committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ce73b7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d92810c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Transitioning basic function to qpty directly. Widget in registration…

    …_widget.py now uses qtpy directly to replicate the majority of _widget.py functionality.
    IgorTatarnikov committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    ed93f0c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/basic-functionality' into basic-…

    …functionality
    IgorTatarnikov committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    65c04a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d53696f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

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

Commits on Oct 17, 2023

  1. Tests for setup_parameter_object done

    IgorTatarnikov committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    2125849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15a6e3e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    35d39f0 View commit details
    Browse the repository at this point in the history
  2. Re-factored the core registration_widget.py to split off each individ…

    …ual UI component into its own file
    IgorTatarnikov committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5ee9e99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a7de5f View commit details
    Browse the repository at this point in the history
  4. Added tabs on the left side of the main widget, parameter_list_view r…

    …epresents parameters in a table widget
    IgorTatarnikov committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    d141831 View commit details
    Browse the repository at this point in the history
  5. Can dynamically load default values from the 3 provided sources and l…

    …oad them into the parameter list view
    IgorTatarnikov committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    6fd7270 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

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

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    b0dea23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72259cb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

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

Commits on Nov 3, 2023

  1. First version of transform selection widget allowing arbitrary number…

    … of transforms with unique defaults
    IgorTatarnikov committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    44c0d02 View commit details
    Browse the repository at this point in the history
  2. Each column now dynamically imports the correct default file based on…

    … the selection in the second column of the widget
    IgorTatarnikov committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    eb635e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Parameters are now read as lists from files, arbitrary numbers of par…

    …ameter maps can be run in one go
    IgorTatarnikov committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b668c7e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

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

Commits on Nov 8, 2023

  1. When reading parameter files anything after a '\' will now be discard…

    …ed to allow comments in parameter file
    IgorTatarnikov committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    cc1ec57 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Updated tests for braingblobe_registration/register.py, added tests f…

    …or brainglobe_registration/widgets/adjust_moving_image.py
    IgorTatarnikov committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    5e93b54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    381e2b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb0dc0e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

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

Commits on Nov 22, 2023

  1. Updating README.md

    IgorTatarnikov committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8b51abc View commit details
    Browse the repository at this point in the history
  2. Update README.md

    IgorTatarnikov committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c3db983 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Updated README.md

    IgorTatarnikov committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    b6eadfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63de272 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    IgorTatarnikov committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    1cef635 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    beaa9ad View commit details
    Browse the repository at this point in the history
  2. Fixed line lengths

    IgorTatarnikov committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    b325d56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a19a95c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e7de58 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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

Commits on Nov 28, 2023

  1. Registered boundaries are now added as an image layer, boundaries ove…

    …rlaid on sample image after run
    IgorTatarnikov committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9614ce8 View commit details
    Browse the repository at this point in the history
  2. Changed the source link in the widget header

    Co-authored-by: Adam Tyson <code@adamltyson.com>
    IgorTatarnikov and adamltyson committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    cdd5f1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77c28c9 View commit details
    Browse the repository at this point in the history