Skip to main content

I/O routines for streaming data from radio telescopes

Project description

Module for writing/reading binary files being continuously written to disk. Designed for supporting scihi.

Usage:

scio.append(arr,filename,[overwrite=False]) write the array arr to the end of file filename. If overwrite is True, then erase what's there and start fresh.
Routine does not check that dtype/size of succeeding arrays matches what's already in the file.

arr=scio.read(filename) return as a numpy array of the same dtype the set of arrays written.

Currently supported dtypes are int32, int64, uint32, uint64, float32, and float64.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pbio-0.0.1.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

pbio-0.0.1-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page