Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 241)

Ticket Owner Reporter Resolution Summary
#34 Malte Marquarding Malte Marquarding fixed Drop custom build support for woody
Description

Drop the custom build process of python and matplotlib for /usr/local installations.

#35 Malte Marquarding James.Caswell@… fixed Function to compute a median scantable for quotients
Description

The methanol mulitbeam project needs to build quotients from median scans, as it doesn't take any off integrations. For this a scantable.median() is necessary.

#37 Malte Marquarding ttsutsum@… fixed reader.read error
Description

when I tried reader.read I got an error saying 'integrations' is used before assignment. (Note: since I am running ASAP2.0 from CASA new framework the output shown below may be different as the standard ASAP. I am also using python2.4.3.)

ttsutsum@minor[data]|7> scan=r.read()


exceptions.UnboundLocalError? Traceback (most recent call last)

/export/home/minor/alma/asaptest/data/<console>

/usr/lib/python2.4/site-packages/asap/asapreader.py in read(self)

56 from asap import scantable 57 from asap import asaplog

---> 58 if integrations is None:

59 integrations = [-1] 60 asaplog.push("Reading integrations from disk...")

UnboundLocalError?: local variable 'integrations' referenced before assignment

/usr/lib/python2.4/site-packages/asap/asapreader.py(58)read()

-> if integrations is None: ---

Tak Tsutsumi

Note: See TracQuery for help on using queries.