nraonrao
 
NRAO Home > CASA > TaskRef

0.1.60 sdlist

Requires:

Synopsis ASAP SD task: list summary of single dish data Description

ASAP SD listing task: list summary of the single dish data

Modified 2008-02-01 TT Task Version 2007-03-04 STM

Arguments





Inputs

sdfile

name of input SD dataset

allowed:

string

Default:

scanaverage

average integs within scans (True,False)

allowed:

bool

Default:

False

listfile

Name of output file for summary list

allowed:

string

Default:

overwrite

overwrite the output file if already exists

allowed:

bool

Default:

False

Returns
void

Example

 
        Keyword arguments:  
        sdfile -- name of input SD dataset  
        scanaverage -- average integrations within scans  
                options: (bool) True,False  
                default: False  
                example: if True, this happens in read-in  
                         For GBT, set False!  
        listfile -- 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.  
 

Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu

Copyright © 2008 Associated Universities Inc., Washington, D.C.

This code is available under the terms of the GNU General Public Lincense


Home | Contact Us | Directories | Site Map | Help | Privacy Policy | Search

Updated daily during alpha development.