| AHELP for CIAO 4.4 | get_transform_matrix |
Context: crates |
Synopsis
Extract the transform matrix from a crate.
Syntax
get_transform_matrix(crate, name)
Description
- crate - input crate
- name - transform name
The get_transform_matrix command extracts the transform matrix for the given transform name from the input crate.
Example
>>> cr = read_file("evt2.fits")
>>> print(get_transform_matrix(cr, "EQPOS"))[[ -1.36666667e-04 0.00000000e+00 0.00000000e+00] [ 0.00000000e+00 1.36666667e-04 0.00000000e+00] [ 2.59813868e+02 6.66356635e+01 1.00000000e+00]]
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
- transform
- apply_transform, copy_transform, get_transform_type

![[CIAO Logo]](../imgs/ciao_logo_navbar.gif)