Skip to content

Commit

Permalink
Add links
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Dec 14, 2016
1 parent 71734d1 commit 93a6650
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
8 changes: 5 additions & 3 deletions docs/phdata.rst
Expand Up @@ -303,8 +303,8 @@ the measurement setup. The following fields are mandatory:
Detectors group
^^^^^^^^^^^^^^^^

*New in version 0.5.* The group **/setup/detectors** contains arrays
with one element per detector's pixel. The allowed fields are:
*New in version 0.5.* The group **/setup/detectors**
contains arrays with one element per detector's pixel. The allowed fields are:

- **label** (array of string): *Optional.* A human-readable label for the detector.
- **id** (array of int): number used by in ``/photon_data/detectors`` to
Expand Down Expand Up @@ -599,7 +599,9 @@ the way the nanotimes were acquired.
Group /setup/detectors
^^^^^^^^^^^^^^^^^^^^^^
This group is new in version 0.5 and contains fields which are arrays, one
element per detector. The only mandatory field is ``id`` which contains
element per detector
(see :ref:`definition <detectors_group>`).
The only mandatory field is ``id`` which contains
all detectors IDs as they appear in ``/photon_data/detectors``.
Within each spot, IDs appear in ``/setup/id`` in increasing order.
All values which appears in
Expand Down
22 changes: 12 additions & 10 deletions docs/whats_new_ver05.rst
Expand Up @@ -3,19 +3,21 @@
What will change in version 0.5
===========================

New field ``/setup/excitation_alternated`` (array of booleans) that is True
for all the excitation sources that are intensity-modulated.
This field allows to distinguish between ALEX and PAX measurements (i.e.
when only one laser is alternated).
- New field ``/setup/excitation_alternated`` (array of booleans) that is True
for all the excitation sources that are intensity-modulated.
This field allows to distinguish between ALEX and PAX measurements (i.e.
when only one laser is alternated).

New group ``/setup/detectors`` containing arrays of per-pixel information.
See :ref:`setup_detectors_group`.
- New group ``/setup/detectors`` containing arrays of per-pixel information.
See :ref:`setup_detectors_group`.

Note that as all the fields in ``/setup/detectors`` these are arrays, with
one value per pixel.
- Support for cases where the TCSPC specs change for each pixel with
dedicated fields in ``/setup/detectors``.
See :ref:`Group /setup/detectors <setup_detectors_group>`.

- A new measurement_type "generic" is added. In a "generic" measurement, the
specifications are determined by the fields in ``/setup``.

A new measurement_type "generic" is added. In a "generic" measurement, the
specifications are determined by the fields in ``/setup``.


The "generic" measurement type
Expand Down

0 comments on commit 93a6650

Please sign in to comment.