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

Feature/make slit illum interactive #330

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

Commits on Jan 4, 2022

  1. The first iteration of adding interactivity to the makeSlitIllum prim…

    …itive. Used the code from normalizeFlat as an example to make bin fitting interactive.
    Olesja Smirnova committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    9d51871 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. The first attempt of separating regions from fitting. Created a custo…

    …m vizualizer (bineditor.py) by subclassing PrimitiveVizualizer.
    Olesja Smirnova committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    5a305c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. bin editing works

    Olesja Smirnova committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    a319f1b View commit details
    Browse the repository at this point in the history
  2. bin editing works

    Olesja Smirnova committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    65a4542 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Bin editor correctly accepts parsed user bins

    Olesja Smirnova committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8e0b19c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8663ff3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Enable masking in bin fitting

    Olesja Smirnova committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    855f6d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Added interactive interface for last step 1d fitting, section param a…

    …nd extended boundary
    Olesja Smirnova committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    592ffd4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/makeSlitIllum_interactive

    Olesja Smirnova committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    dbd126a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Cleaned up the makeSlitIllum code

    Olesja Smirnova committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    9779ab3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Removed some comments and optimized some code

    Olesja Smirnova committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    b6c4b0d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/makeSlitIllum_interactive

    Olesja Smirnova committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    21f9c0a View commit details
    Browse the repository at this point in the history
  3. Fix PrimitiveVisualizer to accept ui_params=None

    Olesja Smirnova committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    20a3588 View commit details
    Browse the repository at this point in the history
  4. Fix BinResettingUI due to loss of dependency

    Olesja Smirnova committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    9d49249 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc063fb View commit details
    Browse the repository at this point in the history
  6. fixed lingering tic marks when reducing number of bins, added padding…

    … below buttons for makeSlitIllum tabs to have room underneath
    Oliver committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    b501e3c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. made path to set y_range so that it will respect updates, using for m…

    …akeSlitillum
    Oliver committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    8d71ab9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Interpolation etc

    Olesja Smirnova committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    9ac50ff View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Removed interactive interface for the interpolation step; added bound…

    …ary_ext parameter
    Olesja Smirnova committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    1e7506d View commit details
    Browse the repository at this point in the history
  2. Modified tests for makeSlitIllum and updated ref file

    Olesja Smirnova committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    02915f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Merge branch 'master' into feature/makeSlitIllum_interactive

    Olesja Smirnova committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    8a27aaf View commit details
    Browse the repository at this point in the history
  2. Added Jinja2==3.0.3 to conda_deps in tox.ini

    Olesja Smirnova committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    f1f43ec View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Removed an accidental comment

    Olesja Smirnova committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    3bfce0d View commit details
    Browse the repository at this point in the history