Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 241)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Owner Reporter Resolution Summary
#63 Malte Marquarding Chris Phillips fixed Add "colour" alias
Description

Could an alias for all the "color" commands (and arguments?) using the correct spelling colour please be added.

#71 Malte.Marquarding Chris Phillips fixed linecatalog.summary should include line intensity
Description

The linecatalog.summary() function should include line intensity as well as name and frequency

#90 Malte Marquarding bugs fixed linecatalog fails on import
Description

The next problem is trying to read in a line list, for instance the example below.

File: moleculelist.txt

mol1    109220   100.0  1.0
mol2    109770   100.0  1.0
mol3    109910   100.0  1.0
mol4    110190   100.0  1.0
mol5    112390   100.0  1.0
mol6    113220   100.0  1.0
mol7    115290   100.0  1.0

The line catalogue cant then be read; see sequence two below. I have been able to enter line frequencies by hand, eg

q1.set_restfreqs([109252.212,109782.173,109905.753,110201.353,112358.988,113191,115271.202],'MHz')

but this rather defeats the purpose of having a catalogue!

ASAP>mols = linecatalog('moleculelist.txt')

ASAP>mols.save('mols.tbl')

ASAP>mols=linecatalog('mols.tbl')

ASAP>mols.summary()
------------------------------------------------------------
Traceback (most recent call last):
  File "<ipython console>", line 1, in ?
  File 
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/asap/linecatalog.py", 
line 45, in summary
    pager(lcbase.summary(self, -1))
RuntimeError: Invalid Table data type when accessing column in 
ROScalarColumn ctor for column Column2
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.