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


next up previous contents index
Next: measures.frameauto - Function Up: measures - Tool Previous: measures.framenow - Function


measures.showframe - Function



Package general
Module measures
Tool measures


show the currently active frame reference


Synopsis
showframe(g)


Arguments

g in use gui if available
    Allowed: boolean
    Default: T


Returns
bool


Description
showframe will display the currently active reference frame values in either a separate screen (if working in GUI environment), or on the terminal if no GUI active, or a forcing argument F is given. The different frame values necessary are described in the doframe function. The frame is displayed on the terminal using the formatting as done for the show function.



Example
- dm.doframe(dm.epoch('utc','today'))		# specify now as frame reference
T 
- dm.showframe(F)				# and show the current frame
epoch: 2002/10/18/00:15:49 UTC
T





next up previous contents index
Next: measures.frameauto - Function Up: measures - Tool Previous: measures.framenow - 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