nraonrao
 
NRAO Home > CASA > TaskRef

0.1.64 sdscale

Requires:

Synopsis ASAP SD task: scale the sd spectra Description

ASAP SD task (based on the ALMATST5 recommendations): Scale the sd spectra

Task Version 2008-01-29 TT

Arguments





Inputs

sdfile

name of input SD dataset

allowed:

string

Default:

factor

scaling factor

allowed:

double

Default:

1.0

scaletsys

scaling of associated Tsys

allowed:

bool

Default:

True

outfile

if specified write the scaled data to a separate scantable file

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  
        factor -- scaling factor  
                  default: 1 (no scaling)  
        scaletsys -- scaling of associated Tsys  
                    default: True  
        outfile -- output file name  
                   outfile=’’ will write the data to a file named,  
                   <sdfile>_scaled<factor>  
                   default: ’’  
        overwrite -- overwrite the output file if already exists  
                options: (bool) True,False  
                default: False  
 
 
        DESCRIPTION:  
 
        Task sdscale performs scaling of single-dish spectra.  
        By setting scaletsys = True, associated Tsys is also scaled.  
        Tsys informations are written in the casalogger and they are  
        automatically stored in ’casapy.log’.  
        The sdfile can be any of ASAP, MS, SDFITS, or RPFITS format.  
        If outfile name is given or outfile=’’(default), the scaled data  
        is written to a new file with the same format as the input data  
        (Note: in case of the RPFITS format input data, it will be written  
        to SDFITS format).  
 

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.