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.find - Function Up: dish - Tool Previous: dish.fileout - Function


dish.files - Function



Package dish
Module dish
Tool dish


Prints the currently set values for filein and fileout.


Synopsis
files(quiet)


Description
Shows the current values for the filein and fileout settings. The filein setting indicates which data are accessed with getc, getr, and getscan. The fileout setting indicates which scan group is written to by the save and keep functions. If the parameter quiet is F, a glish record with this information is returned. If quiet=T, the information is printed to the screen.



Arguments

quiet   suppress printing
    Allowed: boolean
    Default: F


Returns
a glish record with two values: filein and fileout (if quiet=F)


Example
- d.open('ohtest_SP')
- d.fileout('testout')
NORMAL: New file testout is created
- d.files()
Current filein is  :  ohtest_SP1
Current fileout is :  testout
T





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