Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | alma | |
Module | alma |
This function is run to check and flag data when antennas are shadowed. If run with argument trial=T, then it does not flag but just report the scans that are shadowed. The argument minsep is the minimum projected seperation acceptable. No shadowing occurs if seperation is more than antenna diameter.
msname | Name of input ms | ||
Allowed: | String | ||
Default: | No Default | ||
trial | trial run, if T, no flagging | ||
Allowed: | Bool | ||
Default: | T | ||
minsep | Minimum acceptable seperation | ||
Allowed: | Double | ||
Default: | 14.0 |
shadow('10feb97-g067.ms', trial=F, minsep=13.0);
In the above example, flag all data for which any antenna is shadowed by any other antenna which is 13m or closer in projection.