Skip to main content

CLI Viewer for Ibsen 512 USB interrogator

Project description

vmon-cli

vmon-cli - CLI Viewer for Ibsen 512 USB interrogator

Installation

# clone the repository
$ git clone git@github.com:codenio/vmon-cli.git

# move into tmon-cli folder
$ cd vmon-cli

# install requirements
$ pip install -r requirments.txt

# intall tmon
$ pip install .

# check installation
$ vmon --help
Usage: vmon [OPTIONS] COMMAND [ARGS]...

  vmon - I-Mon Spectrum Viewer and Exporter

Options:
  --help  Show this message and exit.

Commands:
  export  Export Processed I-Mon data read from <file>.csv into...
  plot    Plot the I-Mon data into graphs

Usage

  • vmon commands

    vmon --help
    Usage: vmon [OPTIONS] COMMAND [ARGS]...
    
      vmon - I-Mon Spectrum Viewer and Exporter
    
    Options:
      --help  Show this message and exit.
    
    Commands:
      export  Export Processed I-Mon data read from <file>.csv into...
      plot    Plot the I-Mon data into graphs
    
  • plot sub command

    $ vmon plot --help
    Usage: vmon plot [OPTIONS] FILES...
    
      Plot the I-Mon data into graphs
    
    Options:
      -p, --path TEXT   path form which csv files are to be imported, default = .
      -t, --title TEXT  set custom title for the plot, default = .
      -n, --normalise   normalise the data before ploting
      -pk, --peaks      show peaks in the plot
      --help            Show this message and exit.
    
  • export sub command

    $ vmon export --help
    Usage: vmon export [OPTIONS] [FILES]...
    
      Export Processed I-Mon data read from <file>.csv into <file>_vmon.csv
      files
    
    Options:
      -p, --path TEXT  path form which csv files are to be imported, default = .
      -n, --normalise  normalise the data before ploting
      -i, --inspect    inspect the plot before exporting
      --help           Show this message and exit.
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vmon-cli-0.2.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

vmon_cli-0.2.0-py3-none-any.whl (17.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page