ctools  2.0.0
 All Classes Namespaces Files Functions Variables Macros Pages
cscripts.cscaldb.cscaldb Class Reference
Inheritance diagram for cscripts.cscaldb.cscaldb:

Public Member Functions

def __init__
 
def process
 

Private Member Functions

def _get_parameters
 
def _get_missions
 
def _get_instruments
 
def _get_response_names
 

Detailed Description

Shows the content of the ctools calibration database.

The ``cscaldb`` script writes the content of the calibration database
into the ``cscaldb.log`` log file. If the ``debug`` parameter is set
to ``yes`` the calibration database is also logged in the console.

Definition at line 31 of file cscaldb.py.

Constructor & Destructor Documentation

def cscripts.cscaldb.cscaldb.__init__ (   self,
  argv 
)
Constructor.

Parameters
----------
argv : list of str
    List of IRAF command line parameter strings of the form
    ``parameter=3``.

Raises
------
TypeError
    An invalid number of command line arguments was provided.

Definition at line 41 of file cscaldb.py.

Member Function Documentation

def cscripts.cscaldb.cscaldb._get_instruments (   self,
  caldb,
  mission 
)
private

Definition at line 93 of file cscaldb.py.

Referenced by cscripts.cscaldb.cscaldb.process().

def cscripts.cscaldb.cscaldb._get_missions (   self,
  caldb 
)
private

Definition at line 75 of file cscaldb.py.

Referenced by cscripts.cscaldb.cscaldb.process().

def cscripts.cscaldb.cscaldb._get_response_names (   self,
  calibrations 
)
private

Definition at line 112 of file cscaldb.py.

Referenced by cscripts.cscaldb.cscaldb.process().


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