Skip to content

Commit

Permalink
Fix bullet list in NXopt
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jun 15, 2023
1 parent ce57c7a commit c5f2796
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions contributed_definitions/NXopt.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -422,29 +422,29 @@ optical spectroscopy experiments-->
should be as follows:

* Order the sensors according to number_of_parameters starting
with the lowest number. If number_of_parameters is equal for
two sensors order them alphabetically (sensor/parameter name).
with the lowest number. If number_of_parameters is equal for
two sensors order them alphabetically (sensor/parameter name).
* The first sensor's j parameters should be ordered in the
following way. The first N_measurements/number_of_parameters
entries of the vector contain the first parameter (a1), the
second N_measurements/number_of_parameters contain the second
parameter (a2) etc., so the vector looks like:
following way. The first N_measurements/number_of_parameters
entries of the vector contain the first parameter (a1), the
second N_measurements/number_of_parameters contain the second
parameter (a2) etc., so the vector looks like:
[
a1,a1,...,a1,
a2,a2,...,a2,
...
aj,aj,...aj
]
* The kth sensor's m parameters should be ordered in the
following way:
following way:
[
p1,...p1,p2,...,p2,...pm,...,pm,
p1,...p1,p2,...,p2,...pm,...,pm,
...
p1,...p1,p2,...,p2,...pm,...,pm
]
* The last sensor's n parameters should be ordered in the
following way:
following way:
[
z1,z2,...,zn,
z1,z2,...,zn,
Expand Down
16 changes: 8 additions & 8 deletions contributed_definitions/nyaml/NXopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,29 +312,29 @@ NXopt:
should be as follows:
* Order the sensors according to number_of_parameters starting
with the lowest number. If number_of_parameters is equal for
two sensors order them alphabetically (sensor/parameter name).
with the lowest number. If number_of_parameters is equal for
two sensors order them alphabetically (sensor/parameter name).
* The first sensor's j parameters should be ordered in the
following way. The first N_measurements/number_of_parameters
entries of the vector contain the first parameter (a1), the
second N_measurements/number_of_parameters contain the second
parameter (a2) etc., so the vector looks like:
following way. The first N_measurements/number_of_parameters
entries of the vector contain the first parameter (a1), the
second N_measurements/number_of_parameters contain the second
parameter (a2) etc., so the vector looks like:
[
a1,a1,...,a1,
a2,a2,...,a2,
...
aj,aj,...aj
]
* The kth sensor's m parameters should be ordered in the
following way:
following way:
[
p1,...p1,p2,...,p2,...pm,...,pm,
p1,...p1,p2,...,p2,...pm,...,pm,
...
p1,...p1,p2,...,p2,...pm,...,pm
]
* The last sensor's n parameters should be ordered in the
following way:
following way:
[
z1,z2,...,zn,
z1,z2,...,zn,
Expand Down

0 comments on commit c5f2796

Please sign in to comment.