orid 
Base Table  assocaro 
Attribute Name  orid 
ColumnName  orid 
Logical Rolename   
RoleName   
Definition  Origin identification. Each origin is assigned a unique positive integer which identifies it in the database. The orid is used to identify one of the many hypotheses of the actual location of the event 
Note  Range: orid > 0 

arid 
Base Table  assocaro 
Attribute Name  arid 
ColumnName  arid 
Logical Rolename   
RoleName   
Definition  Arrival identifier. Each arrival is assigned a unique positive integer identifying it. This number is used in the AssocArO relation along with the origin identifier to link Arrival and Origin 
Note  Range: arid > 0 

commid 
Base Table  assocaro 
Attribute Name  commid 
ColumnName  commid 
Logical Rolename   
RoleName   
Definition  Comment identification. This is a key used to point to free-form comments entered in the Remark relation. These comments store additional information about a tuple in another relation. Within the Remark relation, there may be many tuples with the same commid and different lineno, but the same commid will appear in only one other tuple among the rest of the relations in the database 
Note  Range: commid > 0 

auth 
Base Table  assocaro 
Attribute Name  auth 
ColumnName  auth 
Logical Rolename   
RoleName   
Definition  The auth field specifies the source of the information. This may be a network identifier (FDSN or otherwise), or any other string indicating the source of the information in the record 
Note  Range: Any free-format string up to 15 characters 

subsource 
Base Table  assocaro 
Attribute Name  subsource 
ColumnName  subsource 
Logical Rolename   
RoleName   
Definition  A second identifier to specify the system or process that derived the data. e.g., the origin's AUTH is CI, but the subsource (the solution) was computed by JIGGLE 
Note  Range: Any free-format string up to 8 characters 

iphase 
Base Table  assocaro 
Attribute Name  iphase 
ColumnName  iphase 
Logical Rolename   
RoleName   
Definition  Reported phase. This eight-character field holds the name initially given to a seismic phase. Standard seismological labels for the types of signals (or phases) are used (e.g., P, PKP, PcP, pP). Both upper and lower case letters are available and should be used when appropriate, for example, pP or PcP 
Note  Range: Any free-format string up to 8 characters 

importance 
Base Table  assocaro 
Attribute Name  importance 
ColumnName  importance 
Logical Rolename   
RoleName   
Definition  This attribute denotes the importance of a phase/amplitude reading towards an origin/magnitude. 0.0 means no importance, 1.0 implies extremely important 
Note  Range: 0.0 < importance <= 1.0 

delta 
Base Table  assocaro 
Attribute Name  delta 
ColumnName  delta 
Logical Rolename   
RoleName   
Definition  Source-receiver distance. This attribute is the arc length, over the earth’s surface, of the path the seismic phase follows from source to receiver. The location of the origin is specified in the origin record referenced by the attribute orid. The attribute arid points to the record in the Arrival relation that identifies the receiver. 
Note  Range: delta >= 0.0 Units: Kilometers 

seaz 
Base Table  assocaro 
Attribute Name  seaz 
ColumnName  seaz 
Logical Rolename   
RoleName   
Definition  Event to station azimuth. This attribute is calculated from the event and station locations. It is measured clockwise from North 
Note  Range: 0.0 <= seaz <= 360.0 Units: Degrees 

in_wgt 
Base Table  assocaro 
Attribute Name  in_wgt 
ColumnName  in_wgt 
Logical Rolename   
RoleName   
Definition  Input weight.
Hypoinverse station archive card columns 17 & 50:
0, 1, 2, 3 --> 1.00
4, 5, 6, 7, 8, 9 --> 0.00 
Note  Range: 0.0 < in_wgt <= 1.0 0.0 = no weight (not used) 

wgt 
Base Table  assocaro 
Attribute Name  wgt 
ColumnName  wgt 
Logical Rolename   
RoleName   
Definition  Location weight. This attribute gives the final weight assigned to the allied arrival by the location program. It is used primarily for location programs that adaptively weight data by their residuals. Raw values from hypoinverse columns 39 & 64 
Note   

timeres 
Base Table  assocaro 
Attribute Name  timeres 
ColumnName  timeres 
Logical Rolename   
RoleName   
Definition  Time residual. This attribute is a travel time residual, measured in seconds. The residual is found by taking the observed arrival time (saved in the Arrival relation) of a seismic phase and substracting the expected arrival time. The expected arrival time is calculated by a formula based on earth velocity model, an event location and origin time, the distance to the station, and the particular seismic phase 
Note  Range: timeres >= 0.0 Units: Seconds  

ema 
Base Table  assocaro 
Attribute Name  ema 
ColumnName  ema 
Logical Rolename   
RoleName   
Definition  Emergence angle residual. This attribute is the difference between an observed emergence angle and the theorical prediction for the same phase, assuming an event location as specified by the accompanying orid 
Note  Range: 0 <= ema <= 180 Units: Degrees  

slow 
Base Table  assocaro 
Attribute Name  slow 
ColumnName  slow 
Logical Rolename   
RoleName   
Definition  Slowness residual. This attribute gives the difference between an observed slowness (saved in the Arrival relation) and a theorical prediction. The prediction is calculated for the related phase and event origin described in the record 
Note  Range: slow >= 0.0 Units: Seconds/kilometer  

vmodelid 
Base Table  assocaro 
Attribute Name  vmodelid 
ColumnName  vmodelid 
Logical Rolename   
RoleName   
Definition  Velocity model identification 
Note  Range: vmodelid > 0 

scorr 
Base Table  assocaro 
Attribute Name  scorr 
ColumnName  scorr 
Logical Rolename   
RoleName   
Definition  Station correction 
Note  Range: Any valid float Units: Seconds  

sdelay 
Base Table  assocaro 
Attribute Name  sdelay 
ColumnName  sdelay 
Logical Rolename   
RoleName   
Definition  Station delay 
Note  Range: Any valid float Units: Seconds  

rflag 
Base Table  assocaro 
Attribute Name  rflag 
ColumnName  rflag 
Logical Rolename   
RoleName   
Definition  This flag describes whether an observation was generated automatically, by a human, or has been finalized 
Note  Range: rflag = {A | H | F} A = automatic H = reviewed by human F = finalized 

ccset 
Base Table  assocaro 
Attribute Name  ccset 
ColumnName  ccset 
Logical Rolename   
RoleName   
Definition  This field describes whether the clock correction has been added or applied to the arrivals in computing a hypocenter solution 
Note  Range: ccset in {0 | 1} 0 = no 1 = yes 

lddate 
Base Table  assocaro 
Attribute Name  lddate 
ColumnName  lddate 
Logical Rolename   
RoleName   
Definition  Load date. Date and time that the record was created, in Oracle date datatype 
Note  Range: Any valid date between January 01, 4712 BC and January 01, 4712 AD Units: YYYY/MM/DD HH24:MI:SS