Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 241)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#257 fixed nscans*npols does not always match nrows Malte Marquarding balt.indermuehle@…
Description

During processing of some Mopra data, excess rows show up. Needs further investigation, Malte supplied with test data where this occurs.

#256 fixed selector class bugs Malte Marquarding Malte Marquarding
Description
  • __add__ returns by reference is operand is empty
  • rowselection is not copied in copy constructor/assignment operarator
#254 feedback RuntimeError: Couldn't convert frequency frame. Malte Marquarding jvazquez@…
Description

ASAP>s = scantable(file, average=True) Found ATMOPRA data. Auto averaging integrations Importing MOPS.rpf...

ASAP>print s


RuntimeError? Traceback (most recent call last)

/home/jose/<ipython console> in <module>()

/usr/lib/pymodules/python2.7/asap/scantable.pyc in str(self)

438 def str(self): 439 tempFile = tempfile.NamedTemporaryFile?()

--> 440 Scantable._summary(self, tempFile.name)

441 tempFile.seek(0) 442 asaplog.clear()

RuntimeError?: Couldn't convert frequency frame.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.