Skip to content
Snippets Groups Projects

Calibration

Merged Philipp Arras requested to merge calibration into master
7 files
+ 58
21
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -53,7 +53,7 @@ def main():
polmode = obs.polarization.has_crosshanded()
# TODO Add mode with independent noise learning
effuv = obs.effective_uvwlen()
effuv = obs.effective_uvwlen().val[0]
dom = ift.RGSpace((npix_wgts := 2500), 2 * np.max(effuv) / npix_wgts)
if not polmode:
assert obs.nfreq == obs.npol == 1
Loading