Synopsis
Return the type of the crate as a string.
Syntax
get_crate_type(crate)
Description
Argument | Description |
---|---|
crate | A Crate object such as a TABLECrate or IMAGECrate |
The get_crate_type command returns the type of the input crate as a string.
Examples
Example 1
>>> tbl = read_file("evt2.fits") >>> print(get_crate_type(tbl)) Table
Example 2
>>> img = read_file("image.fits") >>> print(get_crate_type(img)) Image
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.