Utility routines for Crates (CIAO contributed package)
import crates_contrib.utils
from crates_contrib.utils import *
The
crates_contrib.utils
module provides utility 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:
from crates_contrib.utils import *
from crates_contrib import *
where the second line will load in all the Crates contributed routines,
not just the utils module.
The utils module currenly provides two routines:
-
write_columns() - write out a set of arrays to a file as a table (ASCII or FITS format)
-
make_table_crate() - create a table crate from a set of arrays
See the ahelp file for the routine and the
contributed scripts page for further information.
See the
bugs pages
for an up-to-date listing of known bugs.
|