| AHELP for CIAO 4.5 ChIPS v1 | chips_contrib |
Context: contrib |
Synopsis
Contributed CIAO routines for ChIPS.
Syntax
import chips_contrib.all from chips_contrib.all import * Note: in CIAO 4.2 the module was called chips_contrib
Description
The chips_contrib package provides a number of useful routines for ChIPS users, and is provided as part of the CIAO contributed scripts package.
Loading the routines
The module can be loaded into ChIPS, Sherpa or Python scripts by saying one of the following:
from chips_contrib.all import *
This will load in all the modules that are part of this package; this currently includes:
| Module | Description |
|---|---|
| chips_contrib.images | Image-related routines for ChIPS |
| chips_contrib.regions | Region routines for ChIPS |
| chips_contrib.utils | Utility routines for ChIPS such as xlog() |
See the ahelp files for the individual packages and the contributed scripts page for further information.
Changes in the June 2012 Release
The chips_contrib.images module has been added.
Changes in the October 2011 Release
New routine
The add_ds9_contours() routine has been added to the chips_contrib.utils module.
Changes in the December 2010 Release
Module name change
To load in all the ChIPS contributed modules you now have to say one of
import chips_contrib.all from chips_contrib.all import *
rather than
import chips_contrib from chips_contrib import *
which now no longer loads in any code.
Bugs
See the bugs pages on the CIAO website for an up-to-date listing of known bugs.

![[ChIPS Logo]](../imgs/chips_logo_navbar.gif)