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.gui - Function Up: dish - Tool Previous: dish.gsread - Function


dish.gswrite - Function



Package dish
Module dish
Tool dish


Write the globalscan1 spectrum to disk


Synopsis
gswrite(file)


Description
Use this function to write the globalscan1 to disk. It can be retrieved at a later time using the gsread function. This function may be useful for storing and organizing individual spectra. Also see the save function.



Arguments

file   filename
    Allowed: string


Example
- d.show()   # You should already have some spectrum available for this example
- d.gswrite('ngc1068_before_baseline')  # save the preliminary result
- d.baseline()                          # operate on the globalscan1 data
- d.show()
- d.gsread('ngc1068_before_baseline')   # retrieve the preliminary result
- d.show()



Returns
boolean




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