CSV arrivals output
The CSV output for the arrivals search is a one line per arrival output. Click here to load an example.
Each line has 26 fields, which are preformatted and comma separated. Each field is in one of 4 groups:
EVENT, ARRIVAL DATA, ORIGIN DATA, EVENT MAGNITUDE
Group | Title | Position | Description |
---|---|---|---|
EVENT | EVENTID | 1-9 | Unique id number specific to each ISC event. |
ARRIVAL DATA | REPORTER | 11-19 | Name of the agency that reported the arrival data. |
ARRIVAL DATA | STA | 21-25 | Station name where the arrival was recorded. |
ARRIVAL DATA | LAT | 27-34 | Latitude of station. |
ARRIVAL DATA | LON | 36-44 | Longitude of station. |
ARRIVAL DATA | ELEV | 46-42 | Elevation of station (m). |
ARRIVAL DATA | CHN | 44-46 | Channel the arrival was recorded on (e.g. SHZ, BHZ, BHE, etc.). |
ARRIVAL DATA | DIST | 48-51 | Epicentral distance (degrees) from the station to the epicentre of the prime origin. |
ARRIVAL DATA | BAZ | 53-57 | Back-azimuth - azimuth from the station to the epicentre of the prime origin. |
ARRIVAL DATA | ISCPHASE | 59-66 | Phase name of the arrival determined by the ISC. |
ARRIVAL DATA | REPPHASE | 68-75 | The phase name of the arrival as was reported by reporter . |
ARRIVAL DATA | DATE | 77-86 | Date of the arrival. |
ARRIVAL DATA | TIME | 88-98 | Time of the arrival. |
ARRIVAL DATA | RES | 100-104 | Travel-time residual for ISCPHASE . This is currently computed using the ak135 velocity model. Prior to January 2006, the JB velocity model was used. |
ARRIVAL DATA | TDEF | 106-109 | Time-defining flag. Set to true if the arrival-time was used in the computation of the prime hypocentre. This is generally only known for ISC computed hypocentres. |
ARRIVAL DATA | AMPLITUDE | 111-119 | Amplitude measurement (nm). |
ARRIVAL DATA | PER | 121-125 | Period (s) used in the amplitude measurement. |
ORIGIN DATA | AUTHOR | 127-135 | Author of the prime hypocentre. |
ORIGIN DATA | DATE | 137-146 | Date of the prime hypocentre. |
ORIGIN DATA | TIME | 148-158 | Time of the prime hypocentre. |
ORIGIN DATA | LAT | 160-167 | Latitude of the prime hypocentre. |
ORIGIN DATA | LON | 169-177 | Longitude of the prime hypocentre. |
ORIGIN DATA | DEPTH | 179-183 | Depth (km) of the prime hypocentre. |
EVENT MAGNITUDE | AUTHOR | 185-193 | Author of the selected magnitude. |
EVENT MAGNITUDE | TYPE | 195-200 | Magnitude type (e.g. Mw, MS, mb, ml, etc. ) of the selected event magnitude. |
EVENT MAGNITUDE | MAG | 202-205 | Magnitude value of the selected event magnitude. |
Notes on the event magnitude
As there are potentially many magnitudes for each event, to reduce the size of the output, only a single magnitude is returned per event for the arrival search. To determine the magnitude that is selected, the following logic is used:
- If no author is specified, choose a magnitude associated to the prime hypocentre.
- If there is more than one magnitude associated to the prime hypocentre, preferentially choose Mw, mb, ms, ml, respectively.
- Preferentially choose the largest value if any choice remains.
- If no author is specified and there is no magnitude associated to the prime hypocentre, preferentially choose magnitudes by GCMT/HRVD, NEIC, NIED, JMA, IDC (mb only).
- If there is more than one magnitude associated to the preferred author, preferentially choose Mw, mb, ms, ml, respectively.
- Preferentially choose the largest value if any choice remains.
- If no author is specified and there is no magnitude associated with the prime hypocentre, and there is no magnitude by one of the preferred magnitude authors, preferentially choose Mw, mb, ms, ml, respectively.
- Choose the largest value if any choice remains.