mweastwood / TTCal.jl

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

Propogate flags from data to gains and gains to data #10

Closed mweastwood closed 9 years ago

mweastwood commented 9 years ago

This and #9 allow me to output bcal tables that dada2ms can use to flag and calibrate the data in one pass. One of the largest bottlenecks is reading the data from disk, so the fewer times we have to read data the better.

This PR does comment out applycal for my polarized calibration routine, but that needed some love anyway.