Skip to content
/ guppi Public

Guppi "multi-antenna", 4bit complex data, reader

Notifications You must be signed in to change notification settings

wfarah/guppi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Guppi

guppi package for simple multi-antenna parsing of GUPPI RAW files

Example:

from guppi import guppi
gfile = guppi.Guppi("some_multi_ant_guppi_file.raw")
hdr, data = gfile.read_next_block() #data.shape = [Nants, Nchan, Ntime, Npol]

Installation:

A pip install . after cloning the repository is sufficient to install the library

About

Guppi "multi-antenna", 4bit complex data, reader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages