PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
RF data processor (RfProcessor)

This is a command-line tool for converting RF data to displayable brightness images (with or without scan conversion). Conversion parameters are read from the device set configuration file.

See detailed description of conversion parameters on the RF processing algorithm page.

Examples

RfProcessor --config-file=PlusConfiguration_ImageProcessingAlgoTest.xml --rf-file=UltrasonixCurvilinearRfData.mha --output-img-file=outputUltrasonixCurvilinearBrightnessData.mha

Command-line parameters reference

  --config-file=opt  Config file containing processing parameters

  --help  Print this help.

  --operation=opt  Processing operation to be applied on the input file
                         (BRIGHTNESS_CONVERT, BRIGHTNESS_SCAN_CONVERT, default:
                         BRIGHTNESS_SCAN_CONVERT

  --output-img-file=opt  File name of the generated output brightness image

  --rf-file=opt  File name of input RF image data

  --use-compression=opt  Use compression when outputting data

  --verbose=opt  Verbose level (1=error only, 2=warning, 3=info,
                         4=debug, 5=trace)