Signal measurement:
markptop: markp
find and set picks for maximum peak-to-peak amplitude in a sliding window of width 0.8 sec
markztop: markz [id <id>]
find and set pick for maximum zero-to-peak amplitude on active trace, pick name is O-Pmax or <id> if present
markfeature: markf ref <ref> [offset <offset> id <id>]
find and set pick for amplitude at specified offset in seconds from specified reference feature (use exact string or regular-expression for names of existing picks), mark pick name is <id>_<ref>
marklinepiv: marklp [id <pivotID>] [de <linePivotDelay>] [val <linePivotDistanceLimit>] [wi <linePivotErrorWidth>]
find and set pick for pivot point of curve.
markbox: markb [id1 <boxID1>] [id1 <boxID2>]
set picks for maximum peak-to-peak amplitude in a sliding window of width 0.8 sec
peakwindow: pkwin [wi <window_width>] [me <measurement_step>] [thres <threshold>]
set picks if peak amplitude in window of width window_width sec is greater than threshold, checking every measurement_step sec.
peakext: pkext [np <max_number_peaks>] [ma <min_amplitude>] [ndev <num_std_dev_for_error_estimate]
find and set pick for one or more peaks on active trace, if minAmplitude is set, only peaks with amplitude >= minAmplitude * maximumPeakAmplitude will be picked, if ndev is set uncertainty is set from time width from peak to last previous sample where amplitude = exp(-0.5 * sdev)
stalta: sla [stw <short_term_window_len] [ltw <long_term_window_len>] [ra <trigger_ratio>] [dir FORWARD | BACKWARD] [result PICKS | TRIGGERS | STA/LTA]
implementation of a basic STA/LTA picker.
see Pick Toolbar -> Sta/Lta Tool for details
bkpick: bkp [ltw <long_term_window_len>] [thres1 <threshold_1] [thres2 <threshold_2>] [tupevt <time_up_event>] [tdnmax <time_down_max>] [dir FORWARD | BACKWARD] [result PICKS | TRIGGERS | CHAR_FUNC]
implementation of the Baer-Kradolfer picker (Baer, M., and U. Kradolfer (1987), An automatic phase picker for local and teleseismic events. Bull. Seism. Soc. Am., 77, 1437-1445.)
long_term_window_len sets length of window in seconds for cumulation of mean and std-dev statistics (in original Bear-Kradolfer formulation, statistics are cumulated from beginning of trace)
see Pick Toolbar -> BK Picker for details
filterpick_5: filp_5 [filtw <filter_window_len>] [ltw <long_term_window_len>] [thres1 <threshold_1] [thres2 <threshold_2>] [tupevt <time_up_event>] [result PICKS | TRIGGERS | CHAR_FUNC]
implementation of the FilterPicker (A. Lomax, C. Satriano and M. Vassallo (2012), Automatic picker developments and optimization: FilterPicker - a robust, broadband picker for real-time seismic monitoring and earthquake early-warning, Seism. Res. Lett. , 83, 531-540, doi: 10.1785/gssrl.83.3.531.)
see Pick Toolbar -> FP5 for details