Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
|
To get a demonstration of imager running quickly do:
aips++ imagerdemo()
This demonstration runs for about 10 minutes (a quicker test can be invoked using imagertest()). To instead just set up the inputs and review them, do:
aips++ imagerdemo(initonly=T) di.inputs()
To read the FITS file and deconvolve and then display an image, do the following:
di.init_ms() di.deconvolve() di.display()
An example run of imager is presented in Appendix A.
Much more information can be obtained from the User Reference Manual section on imager.