Skip to content

Commit 0728be7

Browse files
kemstevenssbourdeauducq
authored andcommittedAug 3, 2016
doc/getting_started_mgmt: fix result folders
1 parent bdb85c8 commit 0728be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/manual/getting_started_mgmt.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@ Modify the ``run()`` method of the experiment as follows: ::
153153

154154
Commit, push and submit the experiment as before. While it is running, go to the "Datasets" dock of the GUI and create a new XY plot showing the new result (you need to edit the applet command line so that it retrieves the ``parabola`` dataset). Observe how the points are added one by one to the plot.
155155

156-
After the experiment has finished executing, the results are written to a HDF5 file that resides in ``~/artiq-master/results/<date>/<hour>``. Open that file with HDFView or h5dump, and observe the data we just generated as well as the Git commit ID of the experiment (a hexadecimal hash such as ``947acb1f90ae1b8862efb489a9cc29f7d4e0c645`` that represents the data at a particular time in the Git repository). The list of Git commit IDs can be found using the ``git log`` command in ``~/artiq-work``.
156+
After the experiment has finished executing, the results are written to a HDF5 file that resides in ``~/artiq-master/results/<date>/<hour>-<minute>``. Open that file with HDFView or h5dump, and observe the data we just generated as well as the Git commit ID of the experiment (a hexadecimal hash such as ``947acb1f90ae1b8862efb489a9cc29f7d4e0c645`` that represents the data at a particular time in the Git repository). The list of Git commit IDs can be found using the ``git log`` command in ``~/artiq-work``.
157157

158158
.. note:: HDFView and h5dump are third-party tools not supplied with ARTIQ.

0 commit comments

Comments
 (0)