Chandra X-Ray Observatory (CXC)
Skip to the navigation links
Last modified: December 2011

URL: http://cxc.harvard.edu/ciao/get_transform.html
Jump to: Description · Example · Bugs · See Also


AHELP for CIAO 4.4

get_transform

Context: crates

Synopsis

Extract the coordinate transform from a crate.

Syntax

get_transform(crate, name)

Description

  • crate - input crate
  • name - transform name

The get_transform command extracts the transform with the given name from the input crate. The name check is case-sensitive.

Example

>>> cr = read_file("evt2.fits")
>>> trans = get_transform(cr, "EQPOS")
>>> a = [[4096.5, 4096.5]]
>>> b = trans.apply(a))

Here we use the EQPOS transform to convert the SKY coordinate (4096.5,4096.5) for this observation, creating

>>> print(b)
[[  8.80739407 -43.35678949]]

Bugs

See the bug pages on the CIAO website for an up-to-date listing of known bugs.

Refer to the CIAO bug pages for an up-to-date listing of known issues.

See Also

crates
copy_piximgvals, get_axis_transform, get_col, get_col_names, get_colvals, get_crate_item_type, get_crate_type, get_key, get_key_names, get_keyval, get_number_cols, get_number_rows, get_piximg, get_piximg_shape, get_piximgvals, get_transform_matrix
transform
apply_transform, copy_transform, get_transform_type

Last modified: December 2011
CXC logo

The Chandra X-Ray Center (CXC) is operated for NASA by the Smithsonian Astrophysical Observatory. 60 Garden Street, Cambridge, MA 02138 USA.   Email: cxcweb@head.cfa.harvard.edu Smithsonian Institution, Copyright © 1998-2012. All rights reserved.