Skip to content

gopastro/pyphamas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyphamas

PYPHAMAS: Python tools for PHAMAS (PHAsed Millimeter Array System)

Usage

from pyphamas import BinFile
from pyphamas.plots import X64Plot
bf = BinFile('20151019-174823_spec_0.bin', number_packets=3000)
bf.get_spec_data()
bf.read_xml_config('Configs/umass_oct19.xml')
pl = X64Plot()
pl.plot_all_spec(bf)

About

Python tools for analysing PHAMAS backend data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages