| AHELP for CIAO 4.4 | get_crate_type |
Context: crates |
Synopsis
Return the type of the crate as a string.
Syntax
get_crate_type(crate)
Description
- crate - input crate
The get_crate_type command returns the type of the input crate as a string.
Example 1
>>> tbl = read_file("evt2.fits")
>>> print(get_crate_type(tbl))
TableExample 2
>>> img = read_file("image.fits")
>>> print(get_crate_type(img))
ImageBugs
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.

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