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.gsput - Function Up: dish - Tool Previous: dish.gsflag - Function


dish.gsget - Function



Package dish
Module dish
Tool dish


Retrieves the globalscan1 record to a glish variable


Synopsis
gsget()


Description
This function is used to retrieve the globalscan1 record into a glish variable. It is useful to more advanced DISH users who wish to access and modify the sdrecord directly.



Example
- xx := d.gsget()             # get the globalscan1 record
- dd.data.arr[1,10:20] := 0   # modify the data array
- d.gsput(xx)                 # return the modified data to globalscan1
- d.show()                    # see the result



Returns
sdrecord




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