Update XMLArrayTypes authored by Erik von Reis's avatar Erik von Reis
......@@ -48,20 +48,18 @@ typename="typename" followed by subtype table
| 6 | complex8, only real used | 8 | CSD | complex | 8 |
| 7 | float | 4 | coherence | float | 4 |
Proposed new:
8 - Y is complex16, FFT, f assumed linear
9 - Y is float8, PSD, f assumed linear
10 - Y is complex16, CSD, f assumed linear
TimeSeries has it's own "type" which can be 'float' or 'floatComplex', which determines whether the Y type is float4 or complex8.
## typename="TimeSeries"
|Subtype| f type | f width | Y description | Y type | Y width |
|-----|----|-----|-----|-----|-----|
| 0 | T0+T*i | - | raw | * |*|
| 1 | T0+T*i | - | down-converted | * |*|
| 2 | T0+T*i | - | averaged | * |*|
| 3 | Special format: arrays of (mean, std. dev., min., max., rms) |
| 4 | * | * | raw | * |*|
| 5 | * | * | down-converted | * |*|
| 6 | * | * | averaged | * |*|
| 7 | special format: arrays of (t, mean, std. dev., min., max., rms) |
"TimeSeries"
0 - Y is normal time series. t is assumed linear.
1 - Y is down-converted time series. t is assumed linear
2 - Y is averaged time seris. t is assumed linear
3 - Special format: arrays of (mean, std. dev., min., max., rms)
4 - t, same units as Y. Y is normal time series.
5 - t, same units as Y. Y is down-converted time series
6 - t, same units as Y. Y is averaged time series.
7 - special format: arrays of (t, mean, std. dev., min., max., rms)
'*' TimeSeries has it's own "type" which can be 'float' or 'floatComplex', which determines whether the Y type is float4 or complex8.