Changeset 1058


Ignore:
Timestamp:
06/05/06 12:25:13 (18 years ago)
Author:
mar637
Message:

Fix for Ticket #37; left over variable form asap1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release2.0/python/asapreader.py

    r895 r1058  
    66    This class allows the user to import single dish files
    77    (rpfits,sdfits,ms).
    8     The reader reads in integrations from the file and reamins at
     8    The reader reads in integrations from the file and remains at
    99    the fileposition afterwards.
    1010    Available functions are:
    1111
    12     read(integrations)
    13     summary    CURRENTLY DISABLED
     12    read() # read until the (current) end of file)
    1413
    1514    Example:
     
    5150    def read(self):
    5251        """
    53         Reads in an returns a specified sequence of integrations.
    54         If no list is given all integrations a read in.
     52        Reads in all integrations in the data file.
    5553        """
    5654        from asap import scantable
    5755        from asap import asaplog
    58         if integrations is None:
    59             integrations = [-1]
    6056        asaplog.push("Reading integrations from disk...")
    6157        stfiller._read(self)
Note: See TracChangeset for help on using the changeset viewer.