The Amplitude object is an object designed to encode the amplitude information that may or may not be part of the Pick Format. Amplitude uses the JSON standard.
The Amplitude object is intended for use as part of the Pick Format in seismic data messaging between seismic applications and organizations.
{
"Amplitude" : Number,
"Period" : Number,
"SNR" : Number
}
Optional Values:
The following are values that may or may not be provided as part of an amplitude.
- Amplitude - A decimal number containing the amplitude.
- Period - A decimal number containing the amplitude period.
- SNR - A decimal number containing the signal to noise ratio, capped at 1E9.