pyrocko.gui.snuffler.snufflings.minmax

Classes

MinMaxSnuffling()

Reports minimum, maximum, and peak-to-peak values of selected data.

class MinMaxSnuffling[source]

Bases: Snuffling

Reports minimum, maximum, and peak-to-peak values of selected data.

To use it, use the picker tool to mark a region or select existing regions and call this snuffling. The values are printed via standard output to the termimal.

setup()[source]

Customization of the snuffling.

call()[source]

Main work routine of the snuffling.