Difference between revisions of "Ultracomm"
From Phonlab
Jump to navigationJump to search (Created page with "`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 a…") |
m |
||
Line 1: | Line 1: | ||
− | + | <code>ultracomm</code> is a command line utility for configuring Ultrasonix Tablet systems and acquiring ultrasound data. |
|
− | In the Phonology Lab we typically don't run |
+ | In the Phonology Lab we typically don't run <code>ultracomm</code> directly and instead run the <code>ultrasession</code> Python script, which handles a lot of bookkeeping details relevant to a data acquisition session automatically, and which calls <code>ultracomm</code> for you. |
− | The latest code and releases are available at [[https://github.com/rsprouse/ultracomm |
+ | The latest code and releases are available at [[https://github.com/rsprouse/ultracomm github]]. |
Revision as of 12:37, 18 August 2015
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 latest code and releases are available at [github].