Ultracomm

From Phonlab
Revision as of 13:49, 18 August 2015 by Ronald (talk | contribs) (→‎Usage)
Jump to navigationJump to search

ultracomm is a command line utility for configuring Ultrasonix Tablet systems and acquiring ultrasound data.

In the Phonology Lab we typically don't run ultracomm directly and instead run the ultrasession Python script, which handles a lot of bookkeeping details relevant to a data acquisition session automatically, and which calls ultracomm for you.

The ultracomm code and releases are available at [github]. See the 'Releases' section for the latest released version.

Usage

ultracomm accepts a number of parameters that are used to connect to and configure the Ultrasonix system. These parameters can be included on the command line or aggregated in a parameter file that is included with the --params option.

 ultracomm --params /path/to/params.cfg

The --address and --output parameters are required unless an information-only option was invoked (e.g. --help or --version). --address specifies the IP address of the Ultrasonix system, and --output names an output file containing a series of ultrasound images.

For a sample of available parameters, see [params.cfg] in the ultracomm repository.

For all available options, try:

 ultracomm --help