« readcov | Software | wtsangles »
readwts.pyreadwts.py is a Python script that dumps a SAM .wts file. A .wts file contains the beamformer weights for a set of virtual channels.
Download readwts.py, and chmod +x readwts.py.
readwts.py [-l] [-c n] file.wts
The -l option labels each weight with its channel (name or index, depending on the version of the .wts file). The -c option is used to specify a single virtual channel. The default is to print out all of them.
When there are many, it is not clear which is which. This is what you call a bug.