Changeset 182 for trunk/python
- Timestamp:
- 01/07/05 11:49:53 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/__init__.py
r179 r182 28 28 def commands(): 29 29 x = """ 30 [Reading files]31 reader - access rpfits/sdfits files32 read - read in integrations33 summary - list info about all integrations34 30 [The scan container] 35 31 scantable - a container for integrations/scans 32 (can open asap/rpfits/sdfits and ms files) 36 33 copy - returns a copy of a scan 37 34 get_scan - gets a specific scan out of a scantable … … 39 36 set_selection - set a specific Beam/IF/Pol for furthrt use 40 37 get_selection - print out the current selection 41 stats - get specified statistic of the spectra in the scantable 42 stddev - get the standard deviation of the spectra in the scantable 38 stats - get specified statistic of the spectra in 39 the scantable 40 stddev - get the standard deviation of the spectra 41 in the scantable 43 42 get_tsys - get the TSys 44 43 get_time - get the timestamps of the integrations … … 78 77 set if they should be held fixed during fitting 79 78 get_parameters - get the fitted parameters 80 79 [Reading files] 80 reader - access rpfits/sdfits files 81 read - read in integrations 82 summary - list info about all integrations 83 81 84 [General] 82 85 commands - this command
Note:
See TracChangeset
for help on using the changeset viewer.