AdriJD / beamconv

Code library to simulate CMB detector data with realistic optics-related contributions
MIT License
10 stars 10 forks source link

[bugfix] if beam_b is None, set do_ctalk False #1

Closed zonca closed 5 years ago

zonca commented 5 years ago

I was getting an error in the cell:

S.scan_instrument_mpi(alm, binning=False, reuse_spinmaps=True, interp=False, save_tod=True, **const_el_opts)

of introduction.ipynb due to beam_b being None and not having the dead attribute.