EoRImaging / eppsilon

eppsilon - error propagated power spectrum with interleaved observed noise
BSD 2-Clause "Simplified" License
5 stars 4 forks source link

uvf cubes and freq range/flags #141

Closed nicholebarry closed 3 years ago

nicholebarry commented 3 years ago

uvf cubes didn't have the correct freq_ch_range and freq_flags logic. This isn't a widely used option for uvf cubes, but it's nice to have for comparison purposes.

Frequency channel ranges are determined before the frequency flags are applied. The data, model, weights, and all beam options must have the same logic.

Tested and works with uvf cubes and Healpix cubes with both freq ranges/flags. There was stale Healpix logic (freq flags before freq channel ranges) that has been removed.