Skip to content

clariusdev/research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clarius Research Tools

This repository contains scripts and reference code to read and process data collected from Clarius scanners, plus documentation for the App's research features. Each folder holds a specific project with sample data and MATLAB/Python scripts to read, process, and display the data.

Data that can be acquired from Clarius scanners includes:

  • RF — raw radiofrequency data
  • IQ — quadrature data
  • Envelope — B-mode grayscale

Documentation

Repository layout

.
├── common      shared readers (rdataread.py / rdataread.m)
├── viewer      runnable examples (python / matlab / jupyter) + sample data
└── docs        documentation

Quick start

Read and display the bundled sample data:

cd viewer/python
python runme.py

The reader (common/python/rdataread.py) exposes read_rf, read_iq, and read_env; see Raw Data Format for the binary layout and conversion to B-mode.

Related repositories

  • clariusdev/cast — Cast API for real-time streaming and raw-data download (App must be running)
  • clariusdev/solum — Solum OEM SDK for direct probe control and raw-data download
  • clariusdev/texo — script-driven research imaging (pre-release)

About

Programs to Read and Process Raw Data from Clarius Devices

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors