| Field |
Type |
Description |
| idOrigin |
EWDBid |
Database identifier of the Origin. |
| idEvent |
EWDBid |
Database identifier of the Event with which this origin is associated. |
| BindToEvent |
int |
Boolean flag indicating whether or not this Origin should be bound to an Event when it is inserted into the DB. If yes, it is associated with the Event identified by idEvent upon insertion into the DB. |
| SetPreferred |
int |
Boolean flag indicating whether or not this Origin should be set as the Preferred Origin for the Event identified by idEvent. This flag is ignored if BindToEvent is FALSE. |
| tOrigin |
double |
Origin time in seconds since 1970. |
| dLat |
float |
Lattitude of the Origin. Expressed in degrees. (North=positive) |
| dLon |
float |
Longitude of the Origin. Expressed in degrees. (East=positive) |
| dDepth |
float |
Depth of the Origin. Expressed in kilometers below surface. |
| dLatStart |
float |
Lattitude of the starting location. |
| dLonStart |
float |
Longitude of the starting location. |
| dDepthStart |
float |
Depth of the starting location . |
| dErrLat |
float |
Potential lattitude error of the Origin. Expressed in degrees. |
| dErrLon |
float |
Potential longitude error of the Origin. Expressed in degrees. |
| dErZ |
float |
Potential vertical(depth) error of the Origin. Expressed in km. |
| ExternalTableName |
char[256] |
Reserved |
| xidExternal |
char[256] |
Reserved |
| sRealSource |
char[51] |
Identifier of the source/author that declared the Origin. This could be the Logo of the Earthworm module that generated the Origin, or the login name of an analyst that reviewed it. |
| sSource |
char[101] |
Human readable name of the source/author of the origin. |
| Comment |
char[4000] |
Comment about the Origin. Currently unused. |
| iGap |
int |
Largest gap between stations used to compute the origin. The gap is the largest arc between stations, based on a epicentral circle. Expressed in degrees. |
| dMin |
float |
Epicentral distance to nearest station used in origin computation. |
| dRms |
float |
RMS misfit for the origin. What does RMS mean? CLEANUP dk 05/01/00. |
| iAssocRD |
int |
Number of readings associated with the Origin. |
| iAssocPh |
int |
Number of phases associated with the Origin. |
| iUsedRd |
int |
Number of readings used to calculate the Origin. |
| iUsedPh |
int |
Number of phases used to calculate the Origin. |
| iE0Azm |
int |
Azimuth of the smallest principal error of the error elipse. Expressed as Degrees east of North. |
| iE1Azm |
int |
Azimuth of the intermediate principal error of the error elipse. Expressed as Degrees east of North. |
| iE2Azm |
int |
Azimuth of the largest principal error of the error elipse. Expressed as Degrees east of North. |
| iE0Dip |
int |
Dip of the smallest principal error of the error elipse. Expressed as Degrees below horizontal. |
| iE1Dip |
int |
Dip of the intermediate principal error of the error elipse. Expressed as Degrees below horizontal. |
| iE2Dip |
int |
Dip of the largest principal error of the error elipse. Expressed as Degrees below horizontal. |
| dE0 |
float |
Magnitude of smallest principle error of the error elipse. |
| dE1 |
float |
Magnitude of intermediate principle error of the error elipse. |
| dE2 |
float |
Magnitude of largest principle error of the error elipse. |
| dMCI |
double |
Confidence interval. CLEANUP??? Help? Units, detailed meaning? |
| iFixedDepth |
int |
Flag indicating whether a fixed depth model was used to calculate the Origin. |
| iVersionNum |
int |
Integer > 0 indicating the version number of the current origin. The idea, is that external system will produce multiple revisions of event solutions as time goes on. Each new origin will have an increasing version number assigned to it. That way when you process origin data to produce other summary data (such as magnitudes) you can associate it with the correct origin version. |
| szSourceEventID |
char[256] |
Event identifer assigned to this origin's event by the Source. This would be the EventID given by and Earthworm Binder Module to an automatic event that was generated by an Earthworm. |