- Timestamp:
- 11/24/05 14:12:33 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/__init__.py
r715 r733 99 99 plotter.panelling : scan 100 100 101 # push panels together, to shar axislabels101 # push panels together, to share axislabels 102 102 plotter.ganged : True 103 104 # decimate the number of points plotted bya afactor of 105 # nchan/1024 106 plotter.decimate : False 103 107 104 108 # default colours/linestyles … … 282 286 copy - returns a copy of a scan 283 287 get_scan - gets a specific scan out of a scantable 288 (by name or number) 284 289 summary - print info about the scantable contents 285 290 set_cursor - set a specific Beam/IF/Pol 'cursor' for … … 292 297 get_tsys - get the TSys 293 298 get_time - get the timestamps of the integrations 299 get_sourcename - get the source names of the scans 294 300 get_unit - get the currnt unit 295 301 set_unit - set the abcissa unit to be used from this … … 313 319 or 'SDFITS' 314 320 nbeam,nif,nchan,npol - the number of beams/IFs/Pols/Chans 321 nscan - the number of scans in the scantable 322 nrow - te number of integrations in the scantable 315 323 history - print the history of the scantable 316 324 get_fit - get a fit which has been stored witnh the data … … 323 331 auto_quotient - return the on/off quotient with 324 332 automatic detection of the on/off scans 333 (matched pairs and 1 off - n on) 325 334 quotient - return the on/off quotient 326 335 scale - return a scan scaled by a given factor … … 339 348 rotate_linpolphase - rotate the phase of the complex 340 349 polarization O=Q+iU correlation 350 freq_switch - perform frequency switching on the data 351 stats - Determine the specified statistic, e.g. 'min' 352 'max', 'rms' etc. 353 stddev - Determine the standard deviation of the current 354 beam/if/pol 355 341 356 [Math] Mainly functions which operate on more than one scantable 342 357 … … 373 388 and what 'panelled' 374 389 set_cursor - only plot a selected part of the data 375 set_range - set a 'zoom' window 390 set_range - set a 'zoom' window [xmin,xmax,ymin,ymax] 376 391 set_legend - specify user labels for the legend indeces 377 392 set_title - specify user labels for the panel indeces 393 set_abcissa - specify a user label for the abcissa 378 394 set_ordinate - specify a user label for the ordinate 379 set_abcissa - specify a user label for the abcissa380 395 set_layout - specify the multi-panel layout (rows,cols) 396 set_colors - specify a set of colours to use 397 set_linestyles - specify a set of linestyles to use if only 398 using one color 399 set_mask - set a plotting mask for a specific polarization 381 400 382 401 [Reading files]
Note:
See TracChangeset
for help on using the changeset viewer.