Changeset 1936 for branches/asap4casa3.1.0/python
- Timestamp:
- 09/21/10 18:36:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/asap4casa3.1.0/python/scantable.py
r1931 r1936 377 377 378 378 def set_spectrum(self, spec, rowno): 379 """ Return the spectrum for the current row in the scantable as a list.379 """Set the spectrum for the current row in the scantable. 380 380 381 381 Parameters: … … 738 738 """\ 739 739 Get a list of time stamps for the observations. 740 Return a datetime object for each integration time stamp in the scantable. 740 Return a datetime object or a string (default) for each 741 integration time stamp in the scantable. 741 742 742 743 Parameters: … … 1284 1285 """\ 1285 1286 Set or replace the restfrequency specified and 1286 If the 'freqs' argument holds a scalar,1287 if the 'freqs' argument holds a scalar, 1287 1288 then that rest frequency will be applied to all the selected 1288 1289 data. If the 'freqs' argument holds … … 1434 1435 out += "Function: %s\n Parameters:" % (func) 1435 1436 for i in items: 1437 if i == '': 1438 continue 1436 1439 s = i.split("=") 1437 1440 out += "\n %s = %s" % (s[0], s[1]) … … 2306 2309 """\ 2307 2310 2308 Return a scan where all spectra are scaled by the give 'factor'2311 Return a scan where all spectra are scaled by the given 'factor' 2309 2312 2310 2313 Parameters:
Note:
See TracChangeset
for help on using the changeset viewer.