Changeset 984 for trunk/python
- Timestamp:
- 04/05/06 14:27:05 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/__init__.py
r944 r984 272 272 273 273 __date__ = '$Date$'.split()[1] 274 __version__ = '2.0 a'274 __version__ = '2.0b' 275 275 276 276 if rcParams['verbose']: … … 290 290 copy - returns a copy of a scan 291 291 get_scan - gets a specific scan out of a scantable 292 (by name or number) [deprecated] 292 (by name or number) 293 set_selection - set a new subselection of the data 294 get_selection - get the current selection object 293 295 summary - print info about the scantable contents 294 296 stats - get specified statistic of the spectra in … … 310 312 (e.g. 'LSRK') 311 313 set_doppler - set the doppler to be used from this point on 314 set_dirframe - set the frame for the direction on the sky 312 315 set_instrument - set the instrument name 313 316 get_fluxunit - get the brightness flux unit … … 318 321 get_restfreqs - get the current list of rest frequencies 319 322 set_restfreqs - set a list of rest frequencies 320 lines - print list of known spectral lines 321 flag_spectrum - flag a whole Beam/IF/Pol 323 flag_spectrum - flag data 322 324 save - save the scantable to disk as either 'ASAP' 323 325 or 'SDFITS' 324 326 nbeam,nif,nchan,npol - the number of beams/IFs/Pols/Chans 325 327 nscan - the number of scans in the scantable 326 nrow - te number of integrationsin the scantable328 nrow - te number of spectra in the scantable 327 329 history - print the history of the scantable 328 330 get_fit - get a fit which has been stored witnh the data … … 336 338 automatic detection of the on/off scans 337 339 (matched pairs and 1 off - n on) 338 quotient - return the on/off quotient339 340 scale - return a scan scaled by a given factor 340 341 add - return a scan with given value added … … 374 375 commited. 375 376 fit - execute the actual fitting process 376 store_fit - store the fit param aters in the data (scantable)377 store_fit - store the fit parameters in the data (scantable) 377 378 get_chi2 - get the Chi^2 378 379 set_scan - set the scantable to be fit … … 388 389 asapplotter - a plotter for asap, default plotter is 389 390 called 'plotter' 390 plot - plot a (list of)scantable391 plot - plot a scantable 391 392 save - save the plot to a file ('png' ,'ps' or 'eps') 392 393 set_mode - set the state of the plotter, i.e. 393 394 what is to be plotted 'colour stacked' 394 395 and what 'panelled' 395 set_ cursor- only plot a selected part of the data396 set_selection - only plot a selected part of the data 396 397 set_range - set a 'zoom' window [xmin,xmax,ymin,ymax] 397 398 set_legend - specify user labels for the legend indeces … … 407 408 [Reading files] 408 409 reader - access rpfits/sdfits files 410 open - attach reader to a file 411 close - detach reader from file 409 412 read - read in integrations 410 413 summary - list info about all integrations
Note:
See TracChangeset
for help on using the changeset viewer.