We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90ff73 commit 8e5d888Copy full SHA for 8e5d888
docs/how-to/42_trobleshooting.rst
@@ -19,11 +19,11 @@ The Nexus writer is not creating a .nxs file.
19
- Verify that the RabbitMQ configuration is correct and able to handle messages from BlueAPI.
20
- Add detectors as metadata so that the nexus-file-converter can identify them, rather than relying on discovery from the data stream.
21
22
-.. literalinclude:: ../../src/sm_bluesky/common/plans/fast_scan.py
23
- :start-at: md["detectors"] = [det.name for det in dets]
24
- :end-at: def inner_fast_scan_grid
25
-
+.. code-block:: python
26
+ md["detectors"] = [det.name for det in dets]
+ md["motors"] = [scan_motor.name, step_motor.name]
+
27
Common Issues
28
~~~~~~~~~~~~~
29
0 commit comments