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

Update Eiger API #111

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Update Eiger API #111

wants to merge 11 commits into from

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    1f1340e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    220bcec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf95d71 View commit details
    Browse the repository at this point in the history
  4. Update API to match latest firmware

    Except for allowed values of element, which seem to be completely
    different and I don't have the energies to input for each element.
    
    Note some of these changes apply to the old firmware.
    GDYendell committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    51bdfbb View commit details
    Browse the repository at this point in the history
  5. Refactor getitem for eiger dataclasses

    jsouter authored and GDYendell committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8385a85 View commit details
    Browse the repository at this point in the history
  6. Fix board_000 gets for eiger

    jsouter authored and GDYendell committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c46e24a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dca264b View commit details
    Browse the repository at this point in the history
  8. Implement multi-trigger acquisitions

    Currently the sim does not implement ntrigger correctly
    and always only does one trigger.
    
    This updates the logic to produce a series with nimage
    images, repeating ntrigger times, as the real detector
    does.
    GDYendell committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    75302e0 View commit details
    Browse the repository at this point in the history
  9. Respond with 404 when commands given unexpected parameter

    Arguably this is a bug, but it is what the real detector does.
    GDYendell committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    aa0cf9f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    92d114c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    76c6b76 View commit details
    Browse the repository at this point in the history