| AHELP for CIAO 4.2 | get_crate_item_type |
Context: py.crates |
Synopsis
Return the type of the crate item as a string.
Syntax
get_crate_item_type(crateitem)
Description
- crateitem - input Crate item
The get_crate_item_type command returns the type of the input crate item in a string. The value will either be "Key" or "Data". If the crate item type is unknown, nothing is returned.
Example
>>> cr = read_file("evt2.fits")
>>> expo = get_key(cr, "EXPOSURE")
>>> print get_crate_item_type(expo)
KeyA crate "cr" is created from the file evt2.fits, then the EXPOSURE keyword value is stored in the variable "expo". The get_crate_item_type command is used to confirm that "expo" contains a CrateKey object.
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)