| AHELP for CIAO 4.2 | get_transform_matrix |
Context: sl.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
slsh> cr = read_file("evt2.fits");
slsh> print (get_transform_matrix(cr, "EQPOS"));
-0.000136667 0 0
0 0.000136667 0
259.814 66.6354 1The transform matrix from the crate "cr" is retrieved and printed to the screen.
Bugs
See the bug pages on the CIAO website for an up-to-date listing of known bugs.
![[CIAO Logo]](../imgs/ciao_logo_navbar.gif)