Changeset 1351
- Timestamp:
- 04/26/07 14:50:36 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/__init__.py
r1316 r1351 392 392 get_tsys - get the TSys 393 393 get_time - get the timestamps of the integrations 394 get_inttime - get the integration time 394 395 get_sourcename - get the source names of the scans 395 396 get_azimuth - get the azimuth of the scans … … 449 450 freq_align - align spectra in frequency frame 450 451 invert_phase - Invert the phase of the cross-correlation 451 swap_linears - Swap XX and YY 452 swap_linears - Swap XX and YY (or RR LL) 452 453 rotate_xyphase - rotate XY phase of cross correlation 453 454 rotate_linpolphase - rotate the phase of the complex … … 469 470 set_tsys - set a selection by tsys thresholds 470 471 set_query - set a selection by SQL-like query, e.g. BEAMNO==1 472 ( also get_ functions for all these ) 471 473 reset - unset all selections 472 + - merge t o selections474 + - merge two selections 473 475 474 476 [Math] Mainly functions which operate on more than one scantable … … 480 482 'add', 'sub', 'mul', 'div' 481 483 quotient - build quotient of the given on and off scans 482 (matched pairs and 1 off /n on are valid)484 (matched pairs and 1 off - n on are valid) 483 485 merge - merge a list of scantables 484 486 … … 594 596 595 597 Please report any bugs via: 596 http://s ourcecode.atnf.csiro.au/cgi-bin/trac_asap.cgi/newticket598 http://svn.atnf.csiro.au/trac/asap/newticket 597 599 598 600 [IMPORTANT: ASAP is 0-based]
Note:
See TracChangeset
for help on using the changeset viewer.