NRAO Home > CASA > CASA Toolkit Reference Manual
sd.list_rcparameters - Function

5.1.1 Print a list of rc parameters
Description

Print a list of rc parameters and its default values that determine basic behavior of the tool. The user can be accessed rc parameters directory since the rc parameters are available as a Python dictionary sd.rcParams. There is also a method to set rc parameters called rc. Contents of the rc paramters are described below.

Arguments

Returns
string

Example

   sd.list_rcparameters()  
   # output will be as follows  
   # general  
   # only valid in asap standard mode not in scripts or casapy  
   # It will disable exceptions and just print the messages  
   verbose                    : True  
 
   # preload a default plotter  
   useplotter                 : True  
 
   # apply operations on the input scantable or return new one  
   insitu                     : True  
 
   # plotting  
 
   # do we want a GUI or plot to a file  
   plotter.gui                : True  
 
   # default mode for colour stacking  
   plotter.stacking           : Pol  
 
   # default mode for panelling  
   plotter.panelling          : scan  
 
   # push panels together, to share axis labels  
   plotter.ganged             : True  
 
   ...


More information about CASA may be found at the CASA web page

Copyright © 2016 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