Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
![]() | Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | simulator | |
Tool | simulator |
filename | Name of MS to create | ||
Allowed: | String | ||
Default: | 3C273XC1.ms | ||
clname | Name of componentlist to create | ||
Allowed: | String | ||
Default: | 3C273XC1.cl | ||
size | Number of pixels on a side | ||
Allowed: | Int | ||
Default: | 128 | ||
stokes | Stokes parameters to simulate (e.g. 'IQUV') | ||
Allowed: | 'I'|'IV'|'IQU'|'IQUV' | ||
Default: | 'I' | ||
coordinates | Coordinate system to use e.g. 'j2000,'gal' | ||
Allowed: | String | ||
Default: | 'j2000' |
sim:=simulatortester(coordinates='gal',size=1024) sim.simulate(type='corrected', simulate='3C273XC1.dirty') sim.close()