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


next up previous contents index
Next: dish.setregion - Function Up: dish - Tool Previous: dish.sclear - Function


dish.select - Function



Package dish
Module dish
Tool dish


Select a subset of a scangroup.


Synopsis
select(scans, rows, source, restfrequency, date, ut)


Description
This will produce a new scan group in the Results Manager labeled working_groupx, where x is some integer value. Source names should be a single name (in single quotes) or a vector of source names (in double quotes or as a glish vector using brackets (['source A','source B',...]). A ``*'' is the source name wild card and will match any characters.



Arguments

scans   scan numbers
    Allowed: string - e.g., '[4,7,9]'
    Default: all
rows   row numbers in the MS
    Allowed: string - e.g., '[4:8],10'
    Default: all
source   source names
    Allowed: string
    Default: all
restfrequency   the restfrequency
    Allowed: vector of doubles
    Default: all
date   date of the observation
    Allowed: string
    Default: all
ut   seconds of UT time since the observations started
    Allowed: vector of floats
    Default: all


Returns
T (if successful)


Example
- ok := d.select(rows='[1:100]',scans='[4:6]');





next up previous contents index
Next: dish.setregion - Function Up: dish - Tool Previous: dish.sclear - 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