Skip to the content.

Here is an example of seafloor data and its cleaning using the python tiskit code

tiskit

tiskit is documented at tiskit.readthedocs.io, including how to install, examples and a complete description of each component class.

Installing

Installation instructions are found in the documentation. Unfortunately, if you install using pip install tiskit, tiskit will be named tiskit-py and you will need to modify line 10 of run_data_cleaner.py from

from tiskit import CleanRotator, SpectralDensity, DataCleaner

to

from tiskit-py import CleanRotator, SpectralDensity, DataCleaner

If anything does not work for you, please tell Wayne or, better yet, leave an issue at the development website.

Files to download

The script requires tiskit 0.3

Run the script using python3 run_data_cleaner.py When you run it for the first time, CleanRotator will download an earthquake catalog to your directory.

Images of results

run_data_cleaner.py should plot the orginal power spectral densities for the four channels, then the following image, which compares the PSDs obtained from:

XS.S11D_2048s_comparePSDs.png