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 Bimorph Mirrors, Slits #315

Open
wants to merge 322 commits into
base: main
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    67cc29b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00eed01 View commit details
    Browse the repository at this point in the history
  3. Add whitespace

    dan-fernandes committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    3c9eb17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b0ff2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f674071 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dae1bd7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8a6c78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f34591b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2283b39 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a1ce42c View commit details
    Browse the repository at this point in the history
  11. Change CAENelsBimorphMirrorInterface.write_to_all_channels_by_attribu…

    …te parameter type hint from list[int] to list[float]
    dan-fernandes committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    677f731 View commit details
    Browse the repository at this point in the history
  12. Change CAENelsBimorphMirrorInterface.protected_read to wait on a stat…

    …us rather than its own sleep loop
    dan-fernandes committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    cf08dc3 View commit details
    Browse the repository at this point in the history
  13. CAENelsBimorphMirrorInterface.protected_set now uses Status objects a…

    …nd returns a SubscriptionStatus
    dan-fernandes committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8de7f89 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    96fb172 View commit details
    Browse the repository at this point in the history
  15. CAENelsBimorphMirrorInterface.write_to_all_channels_by_attribute, .se…

    …t_and_proc_target_voltages now use and return Status objects
    dan-fernandes committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    da02435 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b759def View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a4ced3e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7859f1a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    00b0ff2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fe4e47d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cf41f57 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    70475ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d57d486 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    014202c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f00879b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02b2e8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2da9ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f51996 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd61fa7 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Fix typo, auto format

    dan-fernandes committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    71b3f55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b89585d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d372280 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a7456c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9fb4b1 View commit details
    Browse the repository at this point in the history
  6. Make CAENelsBimorphMirrorInterface.protected_set return a status comp…

    …leted when IDLE, not BUSY
    dan-fernandes committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7754690 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    705d9a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5043bca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    60dd08a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c08a495 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6b3a515 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    45997b6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0936ca5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d8aeecd View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Change GapAndCentreSlit1d and -2d .set to accept one 2- or 4-tuple in…

    …stead of 2 or 4 arguments (+self)
    dan-fernandes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d08a4a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15b5570 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    642ba7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc0d93d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

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

Commits on Sep 26, 2023

  1. Created 8 channel bimorph Device with VTRGT, VTRGT_RBV, SHIFT, VOUT, …

    …VOUT_RBV and STATUS Components
    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c3a27d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab13883 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11b1107 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cfa356 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    770f4d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a95d67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9342c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7722084 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    964017a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cf2fba9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    591fee6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cb3c38a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c5e8046 View commit details
    Browse the repository at this point in the history
  14. Add Enum import

    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    61e519e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b8c82df View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8411d59 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    26af1bc View commit details
    Browse the repository at this point in the history
  18. Added whitespace

    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6a83130 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    375f71b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    297385e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bb83975 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b1222de View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2de3d71 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f54601d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c1482a0 View commit details
    Browse the repository at this point in the history
  26. Changed CAENels_bimorph_mirror_8_channel OnOff, OperationMode Enums t…

    …o IntEnums with Integer representation
    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ada94c2 View commit details
    Browse the repository at this point in the history
  27. Create get_channels, parse_component_value helper functions, and wrot…

    …e tests for ONOFF, OPMODE
    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3cd6b6e View commit details
    Browse the repository at this point in the history
  28. Typo

    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ee9fc2e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    deb445a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    bd15e5d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5ffe700 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    da94160 View commit details
    Browse the repository at this point in the history
  33. More comments

    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    55038f2 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4e7756e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    77d4462 View commit details
    Browse the repository at this point in the history
  36. Add all_volt test

    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    4e544ac View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    af64677 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7f23faf View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    979f0f0 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    27d099a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    dfbc3b4 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    623a37f View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    dd66670 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    a28fd58 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    bf76348 View commit details
    Browse the repository at this point in the history
  46. Add VOUT test

    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    4b096c6 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    eca6e58 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    2ded9fd View commit details
    Browse the repository at this point in the history
  49. Add SHIFT test

    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3d2c15a View commit details
    Browse the repository at this point in the history
  50. Refactor get_all_voltage_out_readback_values into a partial of new fu…

    …nction get_8_channel_values
    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a7ddbcd View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    2edfc05 View commit details
    Browse the repository at this point in the history
  52. Add Status Enum

    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e928b9b View commit details
    Browse the repository at this point in the history
  53. Add STATUS test

    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5926dd2 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    894819f View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    8ed1373 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    2fac237 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    ee82ec5 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    7e0a610 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    ba9d2f7 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    bb32501 View commit details
    Browse the repository at this point in the history
  61. Make bimorph channel-lists into non-class-attributes, added CAENelsBi…

    …morphMirror0Channel.get_channel
    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    04328a4 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    c03381b View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    79af8bb View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    1d73172 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    fc5b8f2 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    3a3d08b View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    a746fd7 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    fbb9e94 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    5751e68 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    4ece51c View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    6d12a7c View commit details
    Browse the repository at this point in the history
  72. Create CAENelsBimorphMirror0Channel.wait_till_busy, .wait_till_idle p…

    …artials and equivalent test
    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e96020b View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    f71a3a9 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    57f083c View commit details
    Browse the repository at this point in the history
  75. Add whitespace

    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9aa7f3e View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    08744a4 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    160613f View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    d242b63 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    2d7548d View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    b04f233 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    16ebbd4 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    75c65d6 View commit details
    Browse the repository at this point in the history
  83. Change CAENelsBimorphMirrorInterface.write_to_all_channels_by_attribu…

    …te parameter type hint from list[int] to list[float]
    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8fa934c View commit details
    Browse the repository at this point in the history
  84. Change CAENelsBimorphMirrorInterface.protected_read to wait on a stat…

    …us rather than its own sleep loop
    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    192480d View commit details
    Browse the repository at this point in the history
  85. CAENelsBimorphMirrorInterface.protected_set now uses Status objects a…

    …nd returns a SubscriptionStatus
    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6a042be View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    a3c66de View commit details
    Browse the repository at this point in the history
  87. CAENelsBimorphMirrorInterface.write_to_all_channels_by_attribute, .se…

    …t_and_proc_target_voltages now use and return Status objects
    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b744474 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    8a44e6c View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    37268f9 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    e287bc6 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    3614ae8 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    543ae10 View commit details
    Browse the repository at this point in the history
  93. Make CAENelsBimorphMirrorInterface.protected_set return a status comp…

    …leted when IDLE, not BUSY
    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    4ddedf0 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    785fb6d View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    ff2bd8b View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    de144e4 View commit details
    Browse the repository at this point in the history
  97. Make CAENelsBimorphMirrorInterface.protected_set return a status comp…

    …leted when IDLE, not BUSY
    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    44ca278 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    7d40f25 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    e892bcc View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    3c663ae View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    2b841b2 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    b64577b View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    2d0994c View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    f4aca5a View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    cb8d60a View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    fb2b67c View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    0c0e4d4 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    707f59b View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    7ba5b91 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    dbbcfb4 View commit details
    Browse the repository at this point in the history
  111. Fix typo, auto format

    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9a54d4a View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    4381c4c View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    50a002c View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    0e3c18e View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    37a7d99 View commit details
    Browse the repository at this point in the history
  116. Add SlitMotor.read

    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    abbe707 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    3cda2db View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    5587137 View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    5a9b9ff View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    87d7024 View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    92bf3e6 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    4b59c58 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    6a4eb6c View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    48a5313 View commit details
    Browse the repository at this point in the history
  125. Change GapAndCentreSlit1d and -2d .set to accept one 2- or 4-tuple in…

    …stead of 2 or 4 arguments (+self)
    dan-fernandes committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    070d5b0 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    6e24235 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    848445f View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    6b4d19c View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    ccc8e12 View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    4aeba85 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

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

Commits on Oct 9, 2023

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

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    cef9a12 View commit details
    Browse the repository at this point in the history
  2. Add pytest slits mark

    dan-fernandes committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f2edd56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac51d0d View commit details
    Browse the repository at this point in the history
  4. Add bimorph pytest mark

    dan-fernandes committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    845688c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa58fc5 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    bda7b65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01c58d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 30, 2024

  1. Merge branch 'slits'

    dan-fernandes committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2c4aa01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd35a02 View commit details
    Browse the repository at this point in the history
  3. Fix whitespace

    dan-fernandes committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d5d21b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1db008d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81622e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4417ec View commit details
    Browse the repository at this point in the history
  7. Fix indentation error

    dan-fernandes committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b5906a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff19c8c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f6af41 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0189b10 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fc76e68 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    14df8a8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eec524b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9da2f96 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    45cd7be View commit details
    Browse the repository at this point in the history
  16. Remove whitespace

    dan-fernandes committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    46d1354 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    133491b View commit details
    Browse the repository at this point in the history
  18. Remove relative imports

    dan-fernandes committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c9d8430 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1802210 View commit details
    Browse the repository at this point in the history
  20. Typo

    dan-fernandes committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f601762 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    39b80db View commit details
    Browse the repository at this point in the history
  2. Organise imports

    dan-fernandes committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2333d32 View commit details
    Browse the repository at this point in the history
  3. Organise imports

    dan-fernandes committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8a58995 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9e15e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a29468b View commit details
    Browse the repository at this point in the history
  6. Reorder imports

    dan-fernandes committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    4bd28b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93e4dd9 View commit details
    Browse the repository at this point in the history
  8. Add none return on else

    dan-fernandes committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b1bbb3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    14c64f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    528eb8b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    29abd29 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Fix incorrect PV name

    dan-fernandes committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5d08f99 View commit details
    Browse the repository at this point in the history
  2. Add settle time

    dan-fernandes committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    59ca32a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    c55927c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a2a135 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Add __init__.py

    dan-fernandes committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a8570c9 View commit details
    Browse the repository at this point in the history
  2. Add __init__.py

    dan-fernandes committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4a62271 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    a0508fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3db59da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63ec16f View commit details
    Browse the repository at this point in the history
  4. Fix inbalanced brackets

    dan-fernandes committed May 20, 2024
    Configuration menu
    Copy the full SHA
    4807e15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f96abb2 View commit details
    Browse the repository at this point in the history
  6. Fix variable name

    dan-fernandes committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5e827be View commit details
    Browse the repository at this point in the history
  7. Fix variable name

    dan-fernandes committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a91ab4b View commit details
    Browse the repository at this point in the history
  8. Fix variable names

    dan-fernandes committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3a775ea View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Fix array name

    dan-fernandes committed May 21, 2024
    Configuration menu
    Copy the full SHA
    6fadfdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e982d0b View commit details
    Browse the repository at this point in the history
  3. Fix variable typo

    dan-fernandes committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f5ef5ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a067bcd View commit details
    Browse the repository at this point in the history
  5. Fix syntax typo

    dan-fernandes committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a87525c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    7eddb8e View commit details
    Browse the repository at this point in the history
  2. Add simluated_slit

    dan-fernandes committed May 22, 2024
    Configuration menu
    Copy the full SHA
    849eaf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ff8b2a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    6c78bba View commit details
    Browse the repository at this point in the history
  2. Fixed whitespace

    dan-fernandes committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    79a744a View commit details
    Browse the repository at this point in the history
  3. Fix whitespace

    dan-fernandes committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    49d5650 View commit details
    Browse the repository at this point in the history
  4. Remove unused imports

    dan-fernandes committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d579a3a View commit details
    Browse the repository at this point in the history
  5. Remove unused import

    dan-fernandes committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bc52426 View commit details
    Browse the repository at this point in the history