Changeset 1632 for branches/alma


Ignore:
Timestamp:
09/11/09 12:18:38 (15 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready to Release: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Bug fix.
Removed duplicated 'from asap import asaplog' lines.


Location:
branches/alma/python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/python/asapfitter.py

    r1628 r1632  
    151151                self.y = self.data._getspectrum(row)
    152152                self.mask = mask_and(self.mask, self.data._getmask(row))
    153                 from asap import asaplog
    154153                asaplog.push("Fitting:")
    155154                i = row
     
    645644        # NOTICE: This does not reflect changes in scantable!
    646645        if len(rows) > 0: self.blpars=[]
    647         from asap import asaplog
    648646        asaplog.push("Fitting:")
    649647        for r in rows:
  • branches/alma/python/asapplotter.py

    r1614 r1632  
    613613        maxpanel, maxstack = 16,8
    614614        if n > maxpanel or nstack > maxstack:
    615             from asap import asaplog
    616615            maxn = 0
    617616            if nstack > maxstack: maxn = maxstack
Note: See TracChangeset for help on using the changeset viewer.