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

Fixing bba #31

Merged
merged 21 commits into from
Sep 27, 2023
Merged

Fixing bba #31

merged 21 commits into from
Sep 27, 2023

Commits on Jul 27, 2023

  1. Cleaning up BBA

    lmalina committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9d77ecc View commit details
    Browse the repository at this point in the history
  2. Debugging trajectory BBA

    lmalina committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8b18275 View commit details
    Browse the repository at this point in the history
  3. Debugging trajectory BBA

    lmalina committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4bf5b12 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

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

Commits on Aug 12, 2023

  1. Merge branch 'master' into fixing_bba

    # Conflicts:
    #	pySC/correction/bba.py
    #	pySC/utils/matlab_index.py
    lmalina committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    24934d9 View commit details
    Browse the repository at this point in the history
  2. Resolving leftover conflicts

    lmalina committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    5af3dc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Making a full scan of BPM reach

        before any BBA starts
        is not repeated for each BPM
        Further optimisations: 20-30 times faster
    lmalina committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    29320ad View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. BBA: error estimates and propagation

        leads also to reduction of needed parameters
    lmalina committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e6a4dcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb11833 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Merge branch 'master' into fixing_bba

    # Conflicts:
    #	pySC/example.py
    lmalina committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    531a57d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Bug fix

    lmalina committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    60cb6b7 View commit details
    Browse the repository at this point in the history
  2. Many changes in BBA

        fits and error propagation in data analysis
        streamlined and sped up the beam reach scan
        removed unnecessary parameters, typically cuts
        separated real and simulation-only observables
        merge pseudoBBA and fake measurement functionality to fake_bba
    lmalina committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2395247 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Just plotting

    lmalina committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    70adffd View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Moving the lattice settings functions

       only the ones which handle errors
       destination SimulatedCommissioning class
    lmalina committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    81a7639 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'moving_lattice_settings' into fixing_bba

    # Conflicts:
    #	pySC/core/beam.py
    #	pySC/core/simulated_commissioning.py
    #	pySC/matlab_index.py
    lmalina committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f5d22e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5d35e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37d695c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb17643 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    468b2ba View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Running examples of BBA

    lmalina committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2ae070f View commit details
    Browse the repository at this point in the history
  2. Clean up before merge

    lmalina committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fc8bdd0 View commit details
    Browse the repository at this point in the history