Changeset 1617 for trunk/python
- Timestamp:
- 08/14/09 13:29:32 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r1600 r1617 1196 1196 1197 1197 def parallactify(self, pflag): 1198 """ 1199 Set a flag to inidcate whether this data should be treated as having 1200 been 'parallactified' (total phase == 0.0) 1201 Parameters: 1202 pflag: Bool inidcating whether to turn this on (True) or 1203 off (False) 1204 """ 1198 1205 varlist = vars() 1199 1206 self._parallactify(pflag) … … 1252 1259 1253 1260 @print_log_dec 1254 def poly_baseline(self, mask=None, order=0, plot=False, uselin=False, insitu=None): 1261 def poly_baseline(self, mask=None, order=0, plot=False, uselin=False, 1262 insitu=None): 1255 1263 """ 1256 1264 Return a scan which has been baselined (all rows) by a polynomial.
Note:
See TracChangeset
for help on using the changeset viewer.