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


next up previous contents index
Next: createfromnorad - Function Up: measuresdata - Module Previous: addsource - Function


createcomet - Function



Package general
Module measuresdata


Creates an epherimis table from text input


Synopsis
createcomet(nam, fil)


Description
Create a table with ephemeris information in the current directory, using a text file in (for now) the "p120" format.



Example
- include 'measuresdata.g'
- createcomet('VGEO', '../indata/vgeo.txt')
successful readonly open of auto-locked table VGEO: 7 columns, 35 rows
deleted table VGEO.old
successful creation of auto-locked table VGEO: 7 columns, 0 rows
creating table VGEO with zero rows
VGEO table 0003.0001 now with 35 entries till 1997/12/21
T



Arguments

nam   name of table to be created
    Allowed: string
fil   path to input ascii list
    Allowed: path as string


Returns
bool




next up previous contents index
Next: createfromnorad - Function Up: measuresdata - Module Previous: addsource - 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