|
User Documentation |
|||||||||
prev file | next file | ||||||||||
SUMMARY: fields | routine DETAILS: routine | ||||||||||
./toolbox dcascii.pro
dcascii |
procedure dcascii[, dc], [brange=float], [erange=integer], [file=string] |
Output a data container as ascii showing the x-axis value and the corresponding y-axis value over the given range of X values.
dcascii,brange=9.1,erange=9.i2 ; the output looks something like this: Scan: 39 OMC-1 2005-03-26 +01 29 57.0 Ta GHz-LSR LL 9.1000681 0.0023687387 9.1001657 -0.010491131 9.1002634 -0.048318254 9.1003611 -0.048442318 ... < Press Spacebar to continue, ? for help >The first line shows the scan number, source name, date, and UT associated with this data. The next two lines describe what is in each column. The x-axis values are in the left column and the y-axis values are in the right column. The first header in the left column gives the velocity definition if velocities are show (otherwise it is empty). The second header in that column gives the units and the reference frame. The first header in the right column gives the units and the second header gives the polarization.
Parameters | |
dc |
The data container to use. If not supplied, the plotter is queried for the currently displayed values. |