Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: almati2ms - Tool Up: alma - Module Previous: resample - Function


shadow - Function



Package alma
Module alma


Check and flag for antenna shadowing


Synopsis
shadow(msname, trial, minsep)


Description

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.



Returns
Bool


Arguments

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



Example
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.








next up previous contents index
Next: almati2ms - Tool Up: alma - Module Previous: resample - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-08-01