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 |