Skip to content

yichi-yang/pyplot-binary-file-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyPlot Binary File Plotter

Usage: python bin_plot.py path_to_bin_file data_type [slice_start slice_end]

data_type is NumPy data type used to interpret binary file. For example, "uint8" or "uint16". slice_start and slice_end are optional arguments used to slice the array, they can either be "None" or an integer.

About

A python script that reads a binary file and plots the data as a curve

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages