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.zline - Function Up: dish - Tool Previous: dish.utable - Function


dish.writetofile - Function



Package dish
Module dish
Tool dish


Write X,Y axes to an ascii file on disk.


Synopsis
writetofile(outfile, scanrec)


Description
This will produce a file on disk with the user specified name containing the X and Y data for the specified spectrum (default=currently displayed) in 2+ columns (the first column is the currently displayed x-axis, the subsequent columns will be the data in each polarization of the data).



Arguments

outfile   the name of the file on disk where the data will be written
    Allowed: string
    Default: no default
scanrec   an SDRecord
    Allowed: boolean
    Default: currently displayed


Returns
T (if successful)


Example
ok := d.writetofile('junk.dat');





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