Skip to content

Experiment group

akram-pic edited this page May 12, 2020 · 5 revisions

Experiment Group

The Experiment_g contains a table (_t) holding all of the high level metadata to describe an experiment. This includes information such as experiment name, description, PI's institutions, network code, and experiment location. Information in this table is later used when extracting metadata in form of stationXML or filling in some of the data header fields (e.g. miniseed data network code field).

  • Experiment_g
    • Experiment_t
      • experiment_id_s [string 8] - This is usually an IRIS assigned code in the format ##-####
      • net_code_s [string 8] - This is and FDSN assigned newtwork code
      • nickname_s [string 32] - A short descriptive name of the experiment
      • longname_s [string 256] - Long name of the experiment
      • PIs_s [string 1024] - List of principle investigators for the experiment
      • institutions_s [string 1024] - List of institutions involved in experiment
      • summary_paragraph_s [string 2048] - short paragraph describing the experiment or data
      • time_stamp
        • ascii_s [string 32] - time stamp the table was created in an ascii format
        • epoch_l [int 64] - time stamp in epoch seconds
        • micro_seconds_i [int 32] - microseconds to attach to epoch
        • type_s [string 8] - Epoch, ASCII, or BOTH
      • north_west_corner
        • coordinate_system_s [string 32] - Geographic coordinate system used
        • projection_s [string 32] - Projection used
        • ellipsoid_s [string 32] -
        • description_s [string 1024] - Description of the northwest corner
        • X
          • value_d [float 64] - Value of the coordinate
          • units_s [string 16] - Unit the coordinate is in (i.e degrees)
        • Y
          • value_d [float 64] - Value of the coordinate
          • units_s [string 16] - Unit the coordinate is in (i.e degrees)
        • Z
          • value_d [float 64] - Value of the coordinate
          • units_s [string 16] - Unit the coordinate is in (meters)
      • south_east_corner
        • coordinate_system_s [string 32] - Geographic coordinate system used
        • projection_s [string 32] - Projection used
        • ellipsoid_s [string 32]
        • description_s [string 1024] - Description of the southeast corner
        • X
          • value_d [float 64] - Value of the coordinate
          • units_s [string 16] - Unit the coordinate is in (i.e degrees)
        • Y
          • value_d [float 64] - Value of the coordinate
          • units_s [string 16] - Unit the coordinate is in (i.e degrees)
        • Z
          • value_d [float 64] - Value of the coordinate
          • units_s [string 16] - Unit the coordinate is in (meters)