AstroChem / vis_sample

Other
13 stars 7 forks source link

fixed uvfits import and allowed for mis-match between sky-brightness and ms sizes #25

Closed ryanaloomis closed 8 years ago

ryanaloomis commented 8 years ago

uvfits import previously had a wrong factor of 1/2 for weights. also added polarization checking

previously a ms could only be output if the input sky brightness image had the same number of channels as the input ms. now if the ms is larger than the sky brightness image, the interpolated visibilities are centered and zero padded.

the infrastructure for dealing with flagged data has now been added in the background, but isn't currently used for anything (per previous discussions)