Data Object: station_data
The station_data table container is use to store the information about the a priori station model. Mainly this is the delay and coordinate polynomial spline models used for the station during correlation. The data stored in the table are the polynomial coefficients for each coordinate, time period, and polynomial power associated with each coefficient.
General Information
Class: station_coord_type
Class UUID: 769cfb37e4301e9272adcb53f217de1b
Rank: 3
Shape: the length of each dimension (e.g. [7, 2, 6] )
Strides: the stride between data in each dimension (e.g. [12, 6, 1] )
Total Size: the total number of data elements in the array (e.g. 84 )
Element Type:
double
Aliases
alias |
full class name |
---|---|
|
|
Axes
This structure is a 3-dimensional dataset with labeled axes:
Axis 0 labels the type/name of the station model component.
Axis 1 corresponds to spline intervals (time/model epoch).
Axis 2 indexes the individual spline coefficients for each power.
Axis Index |
Name |
Units |
Type |
Description/Example |
---|---|---|---|---|
0 |
coordinate |
N/A |
|
[“delay”, “azimuth”, “elevation”, “parallactic_angle”, “u”, “v”, “w”] |
1 |
time |
s |
|
start time offset of each spline period (0, 120.0,…) |
2 |
polynomial_spline_index |
N/A |
|
coefficient power 0, 1, 2,… |