Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | atnf | |
Module | atca | |
Tool | atcafiller |
msname | Filename for MeasurementSet to create | ||
Allowed: | String | ||
Default: | '' | ||
filenames | Existing RPFITS files to read; wild cards accepted, don't use commas | ||
Allowed: | String or Vector of Strings | ||
Default: | '' | ||
options | birdie, reweight, noxycorr,compress,fastmosaic,hires | ||
Allowed: | Vector of Strings | ||
Default: | '' | ||
shadow | dish size for flagging shadowed data | ||
Allowed: | Float | ||
Default: | 22.0 |
In the filenames argument commas are not allowed because of the wildcard capability.
The options argument allows for special processing options during the filling process.
Set the shadow parameter to zero to keep shadowed data. Set it slightly larger than the dish size (22m) if you don't trust data that is almost (geometrically) shadowed.
- rpf := atcafiller('myms', "/data/RPFITS/1999-01-01_0101.C999 /data/RPFITS/1999-01-01_0202.C999", "birdie reweight", 22.5, F);