Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | dish | |
Module | dish | |
Tool | dish |
file | filename | ||
Allowed: | string |
- 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()