Changeset 1069 for trunk/python
- Timestamp:
- 07/04/06 14:44:44 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/__init__.py
r1059 r1069 306 306 del gui 307 307 308 308 309 __date__ = '$Date$'.split()[1] 309 __version__ = '2. 0.1'310 __version__ = '2.1a' 310 311 311 312 if rcParams['verbose']: … … 367 368 average_time - return the (weighted) time average of a scan 368 369 or a list of scans 370 average_channel - return the (median) average of a scantable 369 371 average_pol - average the polarisations together. 370 372 The dimension won't be reduced and … … 373 375 convert_pol - convert to a different polarisation type 374 376 auto_quotient - return the on/off quotient with 375 automatic detection of the on/off scans 376 (matched pairs and 1 off - n on)377 automatic detection of the on/off scans (closest 378 in time off is selected) 377 379 scale, *, / - return a scan scaled by a given factor 378 380 add, +, - - return a scan with given value added … … 419 421 simple_math - simple mathematical operations on two scantables, 420 422 'add', 'sub', 'mul', 'div' 423 quotient - build quotient of the given on and off scans 424 (matched pairs and 1 off/n on are valid) 425 421 426 [Fitting] 422 427 fitter
Note:
See TracChangeset
for help on using the changeset viewer.