Ignore:
Timestamp:
07/30/10 16:59:56 (14 years ago)
Author:
Kana Sugimoto
Message:

Merged the all developments from alma branch. copied external-alma.

Location:
branches/mergetest/python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/mergetest/python

  • branches/mergetest/python/asapreader.py

    r1695 r1789  
    11from asap._asap import stfiller
    2 from asap import print_log_dec
     2from asap import print_log, print_log_dec
    33
    44class reader(stfiller):
     
    4646        filename = expandvars(filename)
    4747        stfiller.__init__(self, filename, theif, thebeam)
     48        print_log()
    4849
    4950    @print_log_dec
     
    5960        if self.unit is not None:
    6061            tbl.set_fluxunit(self.unit)
     62        print_log()
    6163        return scantable(tbl)
    6264
Note: See TracChangeset for help on using the changeset viewer.