musevlt / zap

the Zurich Atmosphere Purge. Sky subtraction for MUSE.
http://zap.readthedocs.io/
MIT License
10 stars 9 forks source link

Documentation - interactive mode - wrong command? #11

Closed jzabl closed 4 years ago

jzabl commented 4 years ago

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

saimn commented 4 years ago

Yes, good catch, thanks Johannes!