Synopsis
Image-related routines for Crates (CIAO contributed package).
Syntax
import crates_contrib.images from crates_contrib.images import *
Description
The crates_contrib.images module provides a helper routine for CIAO users, and is provided as part of the CIAO contributed scripts package.
Loading the routine
The module can be loaded into Python with one of the following:
from crates_contrib.images import * from crates_contrib.all import *
where the second line will load in all the Crates contributed routines, not just the images module.
Contents
This module currenly provides the following routine:
Routine | Description |
---|---|
imextent() | Scale image axes from pixel coordinates to a physical scale. See "help(imextent)" from Python for more information. |
Changes in the June 2012 Release
The module and imextent routine are new in this release.
Bugs
See the bugs pages for an up-to-date listing of known bugs.
Refer to the CIAO bug pages for an up-to-date listing of known issues.