Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: vlafiller.onlineinput - Function Up: vlafiller - Tool Previous: vlafiller - Constructor


vlafiller.diskinput - Function



Package nrao
Module vla
Tool vlafiller


Specify the input data file.


Synopsis
diskinput(filename)


Description

The diskinput functions specifies that the input data is the specified file on disk.

Normally VLA archive data is stored on tape but if you need to read one or more files repeatedly it may be faster to copy the file to disk and then convert this disk file to a measurement set. Data can be read from tapes to disk in a variety of ways including:

 
      dd if=/dev/tape bs=26624 of=file1.vla

This functions returns F if the specified file is not readable.



Arguments

filename   The input file name.
    Allowed: string
    Default: no default


Returns
T or F


Example
See the example for the vlafiller constructor.



next up previous contents index
Next: vlafiller.onlineinput - Function Up: vlafiller - Tool Previous: vlafiller - Constructor   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