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.summary - Function Up: dish - Tool Previous: dish.stats - Function


dish.store - Function



Package dish
Module dish
Tool dish


Store the contents of the uni Record to disk.


Synopsis
store()


Description
This function will store the uni record to disk file  /.uni2params. This record includes vairables used by dish, such as the globalscan1 array, nregion settings, and so on. A complete list of the variables can be seen from dish by d.upr('all'). The record can be restored using the d.restore() function.



Returns
boolean


Example
- d.nregion(1,100,400,512)
- d.nregion()
nregion currently set to:  [1,100][400,512]
To modify these values, use this function as follows:
nregion(1,256,850,1023)
- d.store()
- d.nregion(1,2,3,4)
- d.nregion()        
nregion currently set to:  [1,2][3,4]
To modify these values, use this function as follows:
nregion(1,256,850,1023)
- d.restore()        
- d.nregion() 
nregion currently set to:  [1,100][400,512]
To modify these values, use this function as follows:
nregion(1,256,850,1023)





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