pbio 0.0.2

Last updated:

0 purchases

pbio 0.0.2 Image
pbio 0.0.2 Images
Add to Cart

Description:

pbio 0.0.2

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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.