- Remove the following text at the top of the notebook: "Important update the colab link" . (Template remnant.)
- In colab, the following command fails:
`psf_im = make_psf(ngc_ms_xdt, im_params, grid_params)
1 try:
----> 2 from casacore import images
3 except ImportError:
ModuleNotFoundError: No module named 'casacore'
`
`psf_im = make_psf(ngc_ms_xdt, im_params, grid_params)
1 try:
----> 2 from casacore import images
3 except ImportError:
ModuleNotFoundError: No module named 'casacore'
`