Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | tasking | |
Tool | scripter |
filename | File to save commands | ||
Allowed: | Any valid file name or F | ||
Default: | F |
include 'scripter.g' ds.log('myimager:=imager(\'3C273XC1.ms\')'); ds.log('myimager.setimage(nx=300,ny=300,cellx=\'0.7arcsec\'',celly=\'0.7arcsec\')') ds.log('myimager.clean()'); ds.save('imager_scripter.g');