Changeset 2350


Ignore:
Timestamp:
11/16/11 14:01:53 (12 years ago)
Author:
Malte Marquarding
Message:

Ticket #259: only set parralactify for new (rpfits) data not existing scantables or MS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r2349 r2350  
    244244                elif os.path.isfile(filename):
    245245                    self._fill([filename], unit, average)
    246 #                    # only apply to new data not "copy constructor"
    247 #                    self.parallactify(parallactify)
     246                    # only apply to new data not "copy constructor"
     247                    self.parallactify(parallactify)
    248248                else:
    249249                    msg = "The given file '%s'is not a valid " \
Note: See TracChangeset for help on using the changeset viewer.