Skip to content

The Spatial Wavelet Transform of Hillier (2008)

Notifications You must be signed in to change notification settings

TopoToolbox/SWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWT

The Spatial Wavelet Transform of J. K. Hillier (2008) Seamount detection and isolation with a modified wavelet transform. Basin Research 20, 555-573. https://doi.org/10.1111/j.1365-2117.2008.00382.x

Compilation

A Makefile is provided to compile the code on Unix systems. Download the code repository and run make from the SWT/ directory. Two executables will be produced:

  • swt: computes the spatial wavelet transform on a provided profile
  • find_seamounts: estimates seamount morphology from depth profiles filtered by swt

Usage

See the Makefile for usage examples.

Testing

Snapshot characterization tests are implemented using an example provided by Yuezhi Zhong. Run

make check

from the SWT/ directory to run the tests. The input data is run through the executables and then compared to output that has previously been generated by the program. Any discrepancies will cause this program to fail with a nonzero exit code and to print out the mismatched data.

About

The Spatial Wavelet Transform of Hillier (2008)

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors