Skip to content

This page provides documentation for our command line tools.

harm-analysis

Runs the harm_analysis function for a file containing time domain data.

Usage:

harm-analysis [OPTIONS] FILENAME

Options:

  --fs FLOAT      Sampling frequency.
  --sep TEXT      Separator between items.
  --plot          Plot the power spectrum of the data
  --sfactor TEXT  Scaling factor to apply to the data.  Examples: 1/8, 5, etc
  --help          Show this message and exit.

spec-analysis

Runs the spec_analysis function for a file containing time domain data.

Usage:

spec-analysis [OPTIONS] FILENAME

Options:

  --fs FLOAT      Sampling frequency.
  --plot          Plot the power spectrum of the data
  --sep TEXT      Separator between items.
  --sfactor TEXT  Scaling factor to apply to the data.  Examples: 1/8, 5, etc
  --help          Show this message and exit.