3.1.4
enum for amplitude modes, RAW, ZERO, MINMAX, MEAN
Create MinMaxable from a d3 style two element array.
MinMaxable
:
new MinMaxable
MinMaxable
(MinMaxable?)
MinMaxable
(number)
MinMaxable
(MinMaxable?)
Type: MinMaxable
(Duration)
(Duration)
Links amplitude scales across multiple seismographs, respecting doRmean.
(Array<AmplitudeScalable>?)
optional list of AmplitudeScalable to link
Type: (ReturnType<any> | null)
Links new Seismograph with this amplitude scale.
(Array<(AmplitudeScalable | {amp_scalable: AmplitudeScalable})>)
Array of AmplitudeScalable to link
Link new Seismograph with this amplitude scale.
((AmplitudeScalable | {amp_scalable: AmplitudeScalable}))
AmplitudeScalable to link
Unlink Seismograph with this amplitude scale.
(AmplitudeScalable)
AmplitudeScalable to unlink
Recalculate the best amplitude scale for all Seismographs. Causes a redraw.
Promise<Array<AmplitudeScalable>>
:
array of promise of best amp scales
Promise<Array<AmplitudeScalable>>
Promise<Array<AmplitudeScalable>>
Extends LinkedAmplitudeScale
(Array<AmplitudeScalable>?)
Promise<Array<AmplitudeScalable>>
Promise<Array<AmplitudeScalable>>
Extends LinkedAmplitudeScale
(number)
(Array<AmplitudeScalable>?)
Promise<Array<AmplitudeScalable>>
Promise<Array<AmplitudeScalable>>
Links time scales across multiple seismographs.
(Array<TimeScalable>?)
optional list of TimeScalables to link
(Duration?)
(Duration?)
(number?)
Type: Duration
Type: Duration
Type: (null | Duration)
Type: (null | Duration)
Link new TimeScalable with this time scale.
((TimeScalable | {time_scalable: TimeScalable}))
TimeScalable to link
Links TimeScalable with this time scale. Each object in the array should either be a TimeScalable or have a time_scalable field that is a TimeScalable.
(Array<(TimeScalable | {time_scalable: TimeScalable})>)
Array of TimeScalable to link
Unlink TimeScalable with this amplitude scale.
(TimeScalable)
TimeScalable to unlink
(Duration)
(Duration)
Type: Duration
Duration
Type: Duration
(Duration)
Type: Duration
Duration
Type: Duration
(Duration)
Type: Duration
Duration
Type: Duration
Duration
Recalculate the best time scale for all Seismographs. Causes a redraw.
Promise<Array<TimeScalable>>
:
promise to array of all linked items
Promise<Array<TimeScalable>>
Linked Time Scale that only modifies the alignment via the offset. The duration of the linked TimeScalable is reused.
Extends LinkedTimeScale
(Array<TimeScalable>?)
[description]
(Duration?)
[description]
(Duration?)
[description]
(number?)
[description]
Does no calculation, just causes a redraw.
Promise<Array<TimeScalable>>
:
promise to all linked items
Promise<Array<TimeScalable>>