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


next up previous contents index
Next: newsimhelper.getallstations - Function Up: newsimhelper - Tool Previous: newsimhelper.getarrays - Function


newsimhelper.getarray - Function



Package synthesis
Module newsimulator
Tool newsimhelper


Get a specific array


Synopsis
getarray(arrayname)


Description
newsimhelper contains definitions of various arrays. These are defined in terms of the names (the DBNAME column) in the SCHED_locations file located in the data repository geodetic area. The names currently known are:

VLAA VLAB VLAC VLAD VLBA EVN ATCA6.0A ATCA6.0B ATCA6.0C ATCA6.0D ATCA1.5A ATCA1.5B ATCA1.5C ATCA1.5D ATCA0.75A ATCA0.75B ATCA0.75C ATCA0.75D ATCA0.375 ATCA0.210 ATCA0.122A ATCA0.122B ATCA0.244

getarray returns a record containing the information in a format ready to be used in newsimulator.



Arguments

arrayname Name of array
Allowed: String
Default: 'VLAD'


Returns
newsimhelper tool


Example
include 'newsimhelper.g';
- ns:=newsimhelper()
- ns.getarrays()
VLAA VLAB VLAC VLAD VLBA EVN ATCA6.0A ATCA6.0B ATCA6.0C ATCA6.0D
ATCA1.5A ATCA1.5B ATCA1.5C ATCA1.5D ATCA0.75A ATCA0.75B ATCA0.75C
ATCA0.75D ATCA0.375 ATCA0.210 ATCA0.122A ATCA0.122B ATCA0.244 
- ns.getarray('ATCA0.244')
[names=ATCA_01 ATCA_03 ATCA_05 ATCA_07 ATCA_09 ATCA_37, diam=[22 22 22
22 22 22] , telescope=ATCA0point244, x=[-4.75245e+06 -4.75242e+06
-4.75239e+06 -4.75235e+06 -4.75232e+06 -4.7494e+06] , y=[2.79033e+06
2.79038e+06 2.79043e+06 2.79048e+06 2.79054e+06 2.7955e+06] ,
z=[-3.20049e+06 -3.20049e+06 -3.20049e+06 -3.20049e+06 -3.20049e+06
-3.20049e+06] , mount=alt-az alt-az alt-az alt-az alt-az alt-az,
offset=[0 0 0 0 0 0] ]





next up previous contents index
Next: newsimhelper.getallstations - Function Up: newsimhelper - Tool Previous: newsimhelper.getarrays - 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-10-15