| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1383 |
|
| Package | general | |
| Module | deconvolver | |
| Tool | deconvolver |
This returns a Glish variable containing the tool functions of deconvolver.
| dirtyname | Dirty image to be processed | ||
| Allowed: | Table name | ||
| Default: | 'dirty' | ||
| psfname | point spread function to be processed | ||
| Allowed: | Table name | ||
| Default: | 'psf' | ||
deco:=deconvolver('3C273XC1.dirty', '3C273XC1.psf')
deco.clean(model='3C273XC1.clean', niter=10000, gain=0.2)
deco.close()