Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | map | |
Tool | freqselmanager |
This function creates a freqsel data item representing selection by
frequency channel.
Create a freqsel data item item1 containing 64 selected
channels, starting at channel 2 and stepping by 1 channel.
Create a freqsel data item representing frequency channel selection
Synopsis
channel(nchan, start, step)
Arguments
nchan
No. of channels
Allowed:
Int
Default:
1
start
Start channel
Allowed:
Int
Default:
1
step
No. of channels to step
Allowed:
Int
Default:
1
Returns
freqsel data item
or fail
Description
Example
myfq:= freqselmanager();
item1:= myfq.channel(nchan=64, start=2, step=1);
Next: freqselmanager.velocity - Function
Up: freqselmanager - Tool
Previous: freqselmanager - Constructor
  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