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

accel Type

object (QuakeSeries)

veloc

veloc

veloc Type

object (QuakeSeries)

displ

displ

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

location Type

string (Location)

station_no

Number identifying station at which the data was recorded.

station_no

station_no Type

string (Station number)

azimuth

azimuth

azimuth Type

string (Azimuth)

azimuth Examples

"37.691N, 122.099W"

instr_period

instr_period

instr_period Type

number (Instrument period)

instr_period Examples

0.0047

instr_period.units

instr_period.units

instr_period.units Type

string (Instrument period units)

instr_period.units Examples

"sec"

peak_accel

peak_accel

peak_accel Type

number (Peak acceleration)

peak_accel Examples

17.433

peak_accel.units

peak_accel.units

peak_accel.units Type

string (Peak acceleration units)

peak_accel.units Examples

"cm/sec/sec"

accel.time_step

accel.time_step

accel.time_step Type

number (Time step of acceleration data)

peak_accel.time

peak_accel.time

peak_accel.time Type

number (Time of peak acceleration)

peak_accel.time Examples

20.27

peak_veloc

peak_veloc

peak_veloc Type

number (Peak velocity)

peak_veloc Examples

0.205

peak_veloc.units

peak_veloc.units

peak_veloc.units Type

string (peak_veloc.units)

peak_veloc.units Examples

"cm/sec"

peak_veloc.time

peak_veloc.time

peak_veloc.time Type

number (Time of peak velocity)

peak_displ

peak_displ

peak_displ Type

number (Peak displacement)

peak_displ.units

peak_displ.units

peak_displ.units Type

string (peak_displ.units)

peak_displ.units Examples

"cm"

peak_displ.time

peak_displ.time

peak_displ.time Type

number (Time of peak displacement)

peak_displ.time Examples

20.27

init_displ

init_displ

init_displ Type

number (Initial displacement)

init_displ.units

Units

init_displ.units

init_displ.units Type

string (init_displ.units)

init_displ.units Examples

"cm/sec"

init_veloc

init_veloc

init_veloc Type

number (Initial velocity)

init_veloc.units

Initial velocity units

init_veloc.units

init_veloc.units Type

string (init_veloc.units)

init_veloc.units Examples

"cm/sec"

file_name

file_name

file_name Type

string (Source file name)

Additional Properties

Additional properties are allowed and do not have to follow a specific schema

Back to top