-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dataTypeIndex is defined ambiguously #87
Comments
Following meeting of May 24 it was agreed that The fix here is to rewrite the description and check that all fields for which the same index might be used contain similar text to that above, or at least, nothing contradictory. |
Hi, do you mean its type should be changed to
|
The intent is that
Second, each of the variables that are indexed by
Note here that it explicitly states that the same single index is used to access both Third, the document should be scanned for any other references to this field to ensure that any descriptive text is consisten with the description of this field as a scalar. Note that in addition to searching for the field name itself, text such as 'data type' should be checked, as there are some peieces of descriptive prose. |
Alright, thanks for the details @samuelpowell, I'll open a PR. |
The dataTypeIndex is not clearly defined. In the data format summary it is defined as an <i> integer but in the text description it states Data-type specific parameter indices and Note that the Time Domain and Diffuse Correlation Spectroscopy data types have two additional parameters and so the data type index must be a vector with 2 elements that index the additional parameters.
Also here the type needs to be changed from Type: integer to Type: numeric 1-D array.
The text was updated successfully, but these errors were encountered: