Utility routines for CIAO (CIAO contributed package).
from ciao_contrib.utils import *
The ciao_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 or Sherpa by saying:
from ciao_contrib.utils import *
The utils module currenly provides the routines:
-
simple_stats() - calculate several basic statistic values for an array of numbers
-
simple_hist() - calculate a one-dimensional histogram of an array
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.
|