|
|||
NRAO Home > CASA > CASA Toolkit Reference Manual |
|
msmetadata.timesforscans - Function
1.3.2 Get an array of the unique times for the specified scan numbers, observation ID,
and array ID.
Description
Get an array of the unique times for the specified scan numbers, observation
ID, and array ID.
Arguments
Inputs |
| ||
scans |
| Scan numbers for which to return the times. | |
| allowed: | intArray |
|
| Default: | -1 | |
obsid |
| Observation ID. A negative value indicates all
observation IDs should be used.
| |
| allowed: | int |
|
| Default: | -1 |
|
arrayid |
| Array ID. A negative value indicates all array IDs should
be used.
| |
| allowed: | int |
|
| Default: | -1 |
|
doubleArray
Example
msmd.open("my.ms")
# get the times associated with scan numbers 10 and 20, all obsids, all arrayids
times = msmd.timesforscans([10,20])
msmd.done()
__________________________________________________________________
More information about CASA may be found at the
CASA web page
Copyright © 2016 Associated Universities Inc., Washington, D.C.
This code is available under the terms of the GNU General Public Lincense
Home |
Contact Us |
Directories |
Site Map |
Help |
Privacy Policy |
Search