About Chandra Archive Proposer Instruments & Calibration Newsletters Data Analysis HelpDesk Calibration Database NASA Archives & Centers Chandra Science Links

Skip the navigation links
Last modified: December 2007

URL: http://cxc.harvard.edu/ciao4.0/calgeterror.html
Hardcopy (PDF): A4 | Letter
AHELP for CIAO 4.0 calGetError Context: caldb

Synopsis

Returns the severity of the last CALDB error.

Syntax

Int_Type calGetError()

Description

This function returns the severity of the last error to have occurred when using the CALDB module. It returns one of three values, which are described below. The error flag is cleared by calling this routine.

Return values of calGetError().

Value Meaning
0 No error.
1 Fatal error.
-1 A warning.

The caldb module is not available by default; to use it in a S-Lang program, it must be loaded using the S-Lang require() function:

  require("caldb");

Example

  if ( 0 != calGetError() )
    vmessage( "The CALDB library reports an error or warning." );

Bugs

See the bugs page for the caldb library on the CIAO website for an up-to-date listing of known bugs.

Hardcopy (PDF): A4 | Letter
Last modified: December 2007



The Chandra X-Ray Center (CXC) is operated for NASA by the Smithsonian Astrophysical Observatory.
60 Garden Street, Cambridge, MA 02138 USA.    Email: cxcweb@head.cfa.harvard.edu
Smithsonian Institution, Copyright © 1998-2004. All rights reserved.