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


next up previous contents index
Next: coordsys.settabular - Function Up: coordsys - Tool Previous: coordsys.setspectral - Function


coordsys.setstokes - Function



Package general
Module images
Tool coordsys


Set the Stokes types


Synopsis
setstokes(stokes)


Arguments

stokes in Stokes types
    Allowed: Vector of strings


Returns
T or fail



Description

If the Coordinate System contains a Stokes Coordinate, this function allows you to change the Stokes types defining it. If there is no Stokes Coordinate, an exception is generated.

See the coordsys constructor to see the possible Stokes types you can set.

You can set the Stokes types with function setstokes.



Example
- cs := coordsys(stokes='I V')
- cs.stokes()
I V
- cs.setstokes("XX RL")
- cs.stokes()
XX RL





next up previous contents index
Next: coordsys.settabular - Function Up: coordsys - Tool Previous: coordsys.setspectral - 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