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

Add experimental ASI TPX3 Support #81

Merged
merged 20 commits into from
Apr 19, 2023
Merged

Add experimental ASI TPX3 Support #81

merged 20 commits into from
Apr 19, 2023

Commits on Apr 19, 2023

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

    sk1p committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    e53e4cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fd591d View commit details
    Browse the repository at this point in the history
  4. Update PendingAcquisition to support a nav_shape

    * In some cases, the detector may have the concrete `nav_shape`
      available, then it doesn't make sense to start guessing
    * Add pytest fixtures for asi tpx3 simulator etc.
    * Start work on ASI TPX3 docs
    sk1p committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    5d5dc4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    114ee89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e22c3e View commit details
    Browse the repository at this point in the history
  7. asi_tpx3: update docs

    sk1p committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    29a23f6 View commit details
    Browse the repository at this point in the history
  8. doc tweaks

    sk1p committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    1b8d648 View commit details
    Browse the repository at this point in the history
  9. asi_tpx3: make parameters consistent with other detectors

    * uri -> data_host + data_port
    * num_slots -> buffer_size
    * Add (hopefully reasonable?) defaults for bytes_per_chunk
      / chunks_per_stack etc.
    sk1p committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    3c024e1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    946febd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4518cf5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f60eebd View commit details
    Browse the repository at this point in the history
  13. asi_tpx3: fix reconnection

    Make sure we correctly update our tracking of `passive_started`, so we
    try to restart passive mode after reconnecting. Also add tests for
    coverage of the asi_tpx3 sim
    sk1p committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    e8cf641 View commit details
    Browse the repository at this point in the history
  14. docs tweak

    sk1p committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    5f4d061 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d6307a3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    84060dc View commit details
    Browse the repository at this point in the history
  17. Add changelog entry

    sk1p committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    49d2306 View commit details
    Browse the repository at this point in the history
  18. Fix comment in asi_tpx3 example; tweak frames_per_partition

    Don't use such a low value - for sparse data, much larger partition
    sizes are efficient.
    sk1p committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    242ebc4 View commit details
    Browse the repository at this point in the history
  19. Mark detector tests data

    sk1p committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    1216087 View commit details
    Browse the repository at this point in the history
  20. Run tests verbosely

    sk1p committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    02e42e0 View commit details
    Browse the repository at this point in the history