QuakeComponent Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
accel | object |
Optional | cannot be null | QuakeComponent |
veloc | object |
Optional | cannot be null | QuakeComponent |
displ | object |
Optional | cannot be null | QuakeComponent |
ihdr | array |
Optional | cannot be null | QuakeComponent |
rhdr | array |
Optional | cannot be null | QuakeComponent |
location | string |
Optional | cannot be null | QuakeComponent |
station_no | string |
Optional | cannot be null | QuakeComponent |
azimuth | string |
Optional | cannot be null | QuakeComponent |
instr_period | number |
Optional | cannot be null | QuakeComponent |
instr_period.units | string |
Optional | cannot be null | QuakeComponent |
peak_accel | number |
Required | cannot be null | QuakeComponent |
peak_accel.units | string |
Required | cannot be null | QuakeComponent |
accel.time_step | number |
Optional | cannot be null | QuakeComponent |
peak_accel.time | number |
Required | cannot be null | QuakeComponent |
peak_veloc | number |
Required | cannot be null | QuakeComponent |
peak_veloc.units | string |
Required | cannot be null | QuakeComponent |
peak_veloc.time | number |
Required | cannot be null | QuakeComponent |
peak_displ | number |
Required | cannot be null | QuakeComponent |
peak_displ.units | string |
Required | cannot be null | QuakeComponent |
peak_displ.time | number |
Required | cannot be null | QuakeComponent |
init_displ | number |
Optional | cannot be null | QuakeComponent |
init_displ.units | string |
Optional | cannot be null | QuakeComponent |
init_veloc | number |
Optional | cannot be null | QuakeComponent |
init_veloc.units | string |
Optional | cannot be null | QuakeComponent |
file_name | string |
Optional | cannot be null | QuakeComponent |
Additional Properties | Any | Optional | can be null |
accel
accel
is optional
Type:
object
(QuakeSeries)cannot be null
defined in: QuakeComponent
accel Type
object
(QuakeSeries)
veloc
veloc
is optional
Type:
object
(QuakeSeries)cannot be null
defined in: QuakeComponent
veloc Type
object
(QuakeSeries)
displ
displ
is optional
Type:
object
(QuakeSeries)cannot be null
defined in: QuakeComponent
displ Type
object
(QuakeSeries)
ihdr
Integer header data
ihdr
is optional
Type:
integer[]
cannot be null
defined in: QuakeComponent
ihdr Type
integer[]
rhdr
rhdr
is optional
Type:
number[]
cannot be null
defined in: QuakeComponent
rhdr Type
number[]
location
Number identifying station at which the data was recorded.
location
is optional
Type:
string
(Location)cannot be null
defined in: QuakeComponent
location Type
string
(Location)
station_no
Number identifying station at which the data was recorded.
station_no
is optional
Type:
string
(Station number)cannot be null
defined in: QuakeComponent
station_no Type
string
(Station number)
azimuth
azimuth
is optional
Type:
string
(Azimuth)cannot be null
defined in: QuakeComponent
azimuth Type
string
(Azimuth)
azimuth Examples
"37.691N, 122.099W"
instr_period
instr_period
is optional
Type:
number
(Instrument period)cannot be null
defined in: QuakeComponent
instr_period Type
number
(Instrument period)
instr_period Examples
0.0047
instr_period.units
instr_period.units
is optional
Type:
string
(Instrument period units)cannot be null
defined in: QuakeComponent
instr_period.units Type
string
(Instrument period units)
instr_period.units Examples
"sec"
peak_accel
peak_accel
is required
Type:
number
(Peak acceleration)cannot be null
defined in: QuakeComponent
peak_accel Type
number
(Peak acceleration)
peak_accel Examples
17.433
peak_accel.units
peak_accel.units
is required
Type:
string
(Peak acceleration units)cannot be null
defined in: QuakeComponent
peak_accel.units Type
string
(Peak acceleration units)
peak_accel.units Examples
"cm/sec/sec"
accel.time_step
accel.time_step
is optional
Type:
number
(Time step of acceleration data)cannot be null
defined in: QuakeComponent
accel.time_step Type
number
(Time step of acceleration data)
peak_accel.time
peak_accel.time
is required
Type:
number
(Time of peak acceleration)cannot be null
defined in: QuakeComponent
peak_accel.time Type
number
(Time of peak acceleration)
peak_accel.time Examples
20.27
peak_veloc
peak_veloc
is required
Type:
number
(Peak velocity)cannot be null
defined in: QuakeComponent
peak_veloc Type
number
(Peak velocity)
peak_veloc Examples
0.205
peak_veloc.units
peak_veloc.units
is required
Type:
string
(peak_veloc.units)cannot be null
defined in: QuakeComponent
peak_veloc.units Type
string
(peak_veloc.units)
peak_veloc.units Examples
"cm/sec"
peak_veloc.time
peak_veloc.time
is required
Type:
number
(Time of peak velocity)cannot be null
defined in: QuakeComponent
peak_veloc.time Type
number
(Time of peak velocity)
peak_displ
peak_displ
is required
Type:
number
(Peak displacement)cannot be null
defined in: QuakeComponent
peak_displ Type
number
(Peak displacement)
peak_displ.units
peak_displ.units
is required
Type:
string
(peak_displ.units)cannot be null
defined in: QuakeComponent
peak_displ.units Type
string
(peak_displ.units)
peak_displ.units Examples
"cm"
peak_displ.time
peak_displ.time
is required
Type:
number
(Time of peak displacement)cannot be null
defined in: QuakeComponent
peak_displ.time Type
number
(Time of peak displacement)
peak_displ.time Examples
20.27
init_displ
init_displ
is optional
Type:
number
(Initial displacement)cannot be null
defined in: QuakeComponent
init_displ Type
number
(Initial displacement)
init_displ.units
Units
init_displ.units
is optional
Type:
string
(init_displ.units)cannot be null
defined in: QuakeComponent
init_displ.units Type
string
(init_displ.units)
init_displ.units Examples
"cm/sec"
init_veloc
init_veloc
is optional
Type:
number
(Initial velocity)cannot be null
defined in: QuakeComponent
init_veloc Type
number
(Initial velocity)
init_veloc.units
Initial velocity units
init_veloc.units
is optional
Type:
string
(init_veloc.units)cannot be null
defined in: QuakeComponent
init_veloc.units Type
string
(init_veloc.units)
init_veloc.units Examples
"cm/sec"
file_name
file_name
is optional
Type:
string
(Source file name)cannot be null
defined in: QuakeComponent
file_name Type
string
(Source file name)
Additional Properties
Additional properties are allowed and do not have to follow a specific schema