Source: idf/trk_idf/trk_idf__get_bin_energy.pro
trk_idf::get_bin_energy Return the energy bounds of a particular bin or bin range for a given species. Usage: erange = trkref -> get_bin_energy(bin, species) Arguments: bin int A scalar or 2-element array giving the bin number or range to consider species str/int Either a string giving the species symbol, or a number specifying the species number. Keyword: all If set, then return all the energy boundaries for the bin range and species kev If set, then return the energy in keV not MeV History: Original: 9/2/00; SJT Added all & kev keywords: 24/3/00; SJT