casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions | Private Attributes | Static Private Attributes
sdlist_pg.sdlist_pg_ Class Reference

List of all members.

Public Member Functions

def __init__
def __call__

Private Attributes

 __bases__
 __doc__

Static Private Attributes

string __name__

Detailed Description

Definition at line 18 of file sdlist_pg.py.


Constructor & Destructor Documentation

Definition at line 21 of file sdlist_pg.py.


Member Function Documentation

def sdlist_pg.sdlist_pg_.__call__ (   self,
  infile = None,
  antenna = None,
  scanaverage = None,
  outfile = None,
  overwrite = None,
  async = None 
)
ASAP SD task: list summary of single dish data
Keyword arguments:
infile -- name of input SD dataset
antenna -- antenna name or id (only effective for MS input). 
scanaverage -- average integrations within scans
options: (bool) True,False
default: False
example: if True, this happens in read-in
For GBT, set False!
outfile -- Name of output file for summary list
default: '' (no output file)
example: 'mysd_summary.txt'
overwrite -- overwrite the output file if already exists
options: (bool) True,False
default: False


DESCRIPTION:

Task sdlist lists the scan summary of the dataset after importing
as a scantable into ASAP.  It will optionally output this summary
as file.

Note that if your PAGER environment variable is set to 'less' and
you have set the 'verbose' ASAP environment variable to True
(the default), then the screen version of the summary will page.
You can disable this for sdlist by setting
sd.rcParams['verbose']=False
before running sdlist.  Set it back afterwards if you want lots
of information.

WARNING for the GBT raw SDFITS format data as input:
SDtasks are able to handle GBT raw SDFITS format data since the 
data filler is available. However, the functionality is not well 
tested yet, so that there may be unknown bugs.  

Definition at line 26 of file sdlist_pg.py.

References vla_uvfits_line_sf.verify.


Member Data Documentation

Definition at line 22 of file sdlist_pg.py.

Definition at line 23 of file sdlist_pg.py.

string sdlist_pg.sdlist_pg_.__name__ [static, private]

Definition at line 19 of file sdlist_pg.py.


The documentation for this class was generated from the following file: