mweastwood / TTCal.jl

A calibration routine developed for the OVRO LWA.
http://mweastwood.github.io/TTCal.jl
Other
11 stars 6 forks source link

add an option to save peeling solutions as numpy arrays #44

Closed mweastwood closed 8 years ago

mweastwood commented 8 years ago

There will be one file per source peeled.

To read into python:

$ ipython
In [1]: from pylab import *
In [2]: sol = np.load("peelings-1.npz")
In [3]: sol["gains"]
In [4]: sol["flags"]