You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/architectural_decisions/006-where-to-put-code.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Examples of devices and where we would put them under this model:
25
25
26
26
### `ibex_bluesky_core` devices
27
27
-`BlockRw` and `SimpleDae`: `ibex_bluesky_core` as it's completely general / useful to all beamlines
28
-
-`ReflParameter`: in `ibex_bluesky_core.devices.reflectrometry` because it's useful across all reflectometers
28
+
-`ReflParameter`: in `ibex_bluesky_core.devices.reflectometry` because it's useful across all reflectometers
29
29
-`Danfysik`: Try to push down "special" logic (i.e. polarity switching) into the IOC so that a standard `block_rw` works. Otherwise put in `ibex_bluesky_core.devices`
0 commit comments