Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit cf75e968 authored by snuverink_j's avatar snuverink_j
Browse files

Fixes for attribute RUN::TURNS

parent 451a6459
No related branches found
No related tags found
No related merge requests found
......@@ -326,8 +326,8 @@ latexmath:[\theta_{min}] [latexmath:[^{\circ}]], latexmath:[\Delta \theta] [late
latexmath:[N_\theta](total data number in each arc path of azimuthal
direction) and latexmath:[N_r](total path number along radial
direction). If latexmath:[\Delta r] or latexmath:[\Delta \theta] is
decimal,one can set its negative opposite number. This is useful is the
decimal is unlimited. For instance,if
decimal, one can set its negative opposite number. This is useful if the
decimal is unlimited. For instance, if
latexmath:[\Delta \theta = \frac{1}{3} {^{\circ}}], the fourth line of
the header should be -3.0. In other words, the fields are stored in the
following format:
......@@ -378,8 +378,8 @@ and _SO3AV.NAR_, which was given by the measurement. We add 4 parameters
at the header of the file, namely, latexmath:[r_{min}] [mm],
latexmath:[\Delta r] [mm], latexmath:[\theta_{min}][latexmath:[^{\circ}]],
latexmath:[\Delta \theta][latexmath:[^{\circ}]], If latexmath:[\Delta r] or
latexmath:[\Delta \theta] is decimal,one can set its negative opposite
number. This is useful is the decimal is unlimited. For instance,if
latexmath:[\Delta \theta] is decimal, one can set its negative opposite
number. This is useful if the decimal is unlimited. For instance, if
latexmath:[\Delta \theta = \frac{1}{3}{^{\circ}}], the fourth line of
the header should be -3.0.
......
......@@ -206,21 +206,21 @@ TURNS::
The number of turns (integer) to be tracked (default: 1, namely single
bunch).
+
In _OPAL-cycl_, this parameter represents the number of bunches those
In _OPAL-cycl_, this parameter represents the number of bunches that
will be injected into the cyclotron. In restart mode, the code firstly
read an attribute latexmath:[NumBunch] from latexmath:[.h5] file
reads an attribute `NumBunch` from _.h5_ file
which records how many bunches have already been injected. If
latexmath:[NumBunch] latexmath:[<] latexmath:[TURNS], the last
latexmath:[TURNS]latexmath:[ -] latexmath:[NumBunch] bunches
`NumBunch` latexmath:[<] `TURNS`, the last
`TURNS` latexmath:[-] `NumBunch` bunches
will be injected in sequence by reading the initial distribution from
latexmath:[.h5] file.
the _.h5_ file.
MBMODE::
This defines which mode of multi-bunch runs. There are two options for
it, namely, `AUTO` and `FORCE`. See link:opalcycl#sec.opalcycl.MultiBunch[Multi-bunch Mode] for
their explanations in detail.
+
For restarting run with `TURNS` larger than one, if the existing
bunches of the read-in step is large than one, the mode is forcedly
bunches of the read-in step is larger than one, the mode is forcedly
set to `FORCE`. Otherwise, it is forcedly set to `AUTO`.
+
This argument is available for _OPAL-cycl_.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment