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


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


addline - Function



Package general
Module measuresdata


Add/delete entries to the Lines table


Synopsis
addline(nam, freq, src, com, delnam, ctable)


Description
Add or delete spectral line entries from the Lines table. A backup table will be made, the entries will be sorted on the name specified (capitalised).



Example
- include 'measuresdata.g'
- addline('OH1720','1720.53MHz',
+ 'taken from WSRT list','precision unknown')
T



Arguments

nam   name of spectral line
    Allowed: string
freq   frequency
    Allowed: any wave energy quantity
    Default: ''
src   some comment about source of data
    Allowed: string
    Default: ''
com   comment, e.g. about precision
    Allowed: string
    Default: ''
delnam   indicate if delete in stead of add
    Allowed: bool
    Default: F
ctable   indicate that an empty table should be created
    Allowed: bool
    Default: F


Returns
bool




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