Source: idf/lan_idf/lan_idf__get_channel_properties.pro
lan_idf__get_channel_properties Get one or more properties for a single channel Usage: value = idfid->get_channel_properties(channel) Argument: channel string The channel whose property(ies) are to be returned. Keywords: energy If set, then return the energy and bounds of the channel (3-element array: mid, low, high). kev If set then return energies in keV rather than MeV geometry If set, then return the geometry factor for the channel background If set, then return the background levels of the channel pointing If set, then return the pointing information for the channel nomessage If set, then suppress any error message. If no keys are set, then the whole channel property structure is returned. History: Original: 22/11/99; SJT Add channel ranges: 24/11/99; SJT Add nomessage key: 10/12/99; SJT Add cadence: 1/2/00; SJT Add pointing key: 29/2/00; SJT Add keV key: 24/3/00; SJT