- Timestamp:
- 12/20/04 15:36:48 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/__init__.py
r116 r128 39 39 set_selection - set a specific Beam/IF/Pol for furthrt use 40 40 get_selection - print out the current selection 41 rms - get the rms of the spectra in the scantable 41 stats - get specified statistic of the spectra in the scantable 42 stddev - get the standard deviation of the spectra in the scantable 42 43 get_tsys - get the TSys 43 44 get_time - get the timestamps of the integrations … … 52 53 nbeam,nif,nchan,npol - the number of beams/IFs/Pols/Chans 53 54 [Math] 54 average_ scans- return the rms-weighted (time) average of55 average_time - return the rms-weighted (time) average of 55 56 a scan or a list of scans 56 average_pol - aver ge the polarisations together.57 average_pol - average the polarisations together. 57 58 The dimension won't be reduced and 58 59 all polarisations will contain the … … 94 95 95 96 Please report any bugs to: 96 Malte.Marquarding@ atnf.csiro.au97 Malte.Marquarding@csiro.au 97 98 98 99 [NOTE: ASAP is 0-based]
Note:
See TracChangeset
for help on using the changeset viewer.