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


dish.gsput - Function



Package dish
Module dish
Tool dish


Sends an sdrecord from glish to the globalscan1 record


Synopsis
gsput(sdrec)


Description
This function is used to place a glish value into the globalscan1 record. The entry must be a valid sdrecord. This function is useful to more advanced DISH users who wish to access and modify the sdrecord directly.



Arguments

sdrec   sdrecord to place into globalscan1
    Allowed: sdrecord


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
boolean




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