Changeset 2350
- Timestamp:
- 11/16/11 14:01:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r2349 r2350 244 244 elif os.path.isfile(filename): 245 245 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) 248 248 else: 249 249 msg = "The given file '%s'is not a valid " \
Note:
See TracChangeset
for help on using the changeset viewer.