Contributed CIAO routines for Crates.
import crates_contrib
from crates_contrib import *
The crates_contrib module provides useful routines for
CIAO users, and is provided as part of the
CIAO contributed scripts package.
The module can be loaded into ChIPS, Sherpa, or
Python
scripts by
saying one of the following lines:
from crates_contrib import *
import crates_contrib
This will load in all the modules that are part of this
package; this is currently:
-
crates_contrib.utils - utility routines
See the ahelp files for the individual packages and the
contributed scripts page for further information.
See the
bugs pages
for an up-to-date listing of known bugs.
|