| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1488 |
|
| Package | bima | |
| Module | bimacalibrater | |
| Tool | bimacalibrater |
| sources | Nicknames of sources on which to run calibrater.setdata() | ||
| Allowed: | Vector of strings (nicknames or roles of sources) | ||
| Default: | 'phcals' | ||
| mode | Type of processing: channel or velocity | ||
| Allowed: | 'channel'|'velocity' | ||
| nchan | Number of channels to select | ||
| Allowed: | Int | ||
| Default: | 1 | ||
| start | Start channel (1-relative) | ||
| Allowed: | Int | ||
| step | Step in channel number | ||
| Allowed: | Int | ||
| mstart | Start velocity (e.g. '20Km/s') | ||
| Allowed: | Quantity | ||
| mstep | Step in velocity (e.g. '100m/s' | ||
| Allowed: | Quantity | ||
| uvrange | UV range (in klambda) (e.g. [0, 50]) | ||
| Allowed: | Vector of Doubles | ||
| Default: | 0 (all data) | ||
| sourcenames | List of sources to select (only useful for multisource datasets; see above | ||
| Allowed: | Vector of strings | ||
| Default: | ' ' | ||
| msselect | TAQL selection string | ||
| Allowed: | String | ||
- bc := bimacalibrater(['sgrb2.ms','sgra.ms'],
+ '1733-130.ms',targetnames=['sgrb','sgra'],phcalnames='1733');
- bc.setjy(fluxdensity=[5,0,0,0]);
T
- bc.setdata('1733',mode='channel',uvrange=[10,50]);
T