Closed jzabl closed 5 years ago
In index.rst on line 222, where the interactive mode is described, it says:
index.rst
zobj.writefits(outcubefits='DATACUBE_FINAL_ZAP.fits')
Shouldn't this be:
zobj.mergefits(outcubefits='DATACUBE_FINAL_ZAP.fits')
Thanks, Johannes
Yes, good catch, thanks Johannes!
In
index.rst
on line 222, where the interactive mode is described, it says:zobj.writefits(outcubefits='DATACUBE_FINAL_ZAP.fits')
Shouldn't this be:
zobj.mergefits(outcubefits='DATACUBE_FINAL_ZAP.fits')
Thanks, Johannes