-
Notifications
You must be signed in to change notification settings - Fork 9
Experiment group
derick-hess edited this page Mar 1, 2017
·
5 revisions
The Experiment_g contains a table holding all of the high level metadata to describe an experiment. This includes metadata such as experiment name, description, PI's, institutions, network code, and location. A detailed description follows.
- Experiment_g
- Experiment_t
- experiment_id_s [string 8]
- net_code_s [string 8]
- nickname_s [string 32]
- longname_s [string 256]
- PIs_s [string 1024]
- institutions_s [string 1024]
- summary_paragraph_s [string 2048]
- time_stamp
- ascii_s [string 32]
- epoch_l [int 64]
- micro_seconds_i [int 32]
- type_s [string 8]
- north_west_corner
- coordinate_system_s [string 32]
- projection_s [string 32]
- ellipsoid_s [string 32]
- description_s [string 1024]
- X
- value_d [float 64]
- units_s [string 16]
- Y
- value_d [float 64]
- units_s [string 16]
- Z
- value_d [float 64]
- units_s [string 16]
- south_east_corner
- coordinate_system_s [string 32]
- projection_s [string 32]
- ellipsoid_s [string 32]
- description_s [string 1024]
- X
- value_d [float 64]
- units_s [string 16]
- Y
- value_d [float 64]
- units_s [string 16]
- Z
- value_d [float 64]
- units_s [string 16]
- Experiment_t