Source: cli/idf/trk_idf_info.pro
trk_idf_info Get information about the track data IDF. Usage: trk_idf_info, [ispecies, ibin], {/hiscale|/epam}, $ <output keys>[, qualifiers> Arguments: ispecies int/str input The species name or index number of the species for which the information is needed. ibin int input The bin number or range [2-element array] for which the information is needed. Keywords: bins int output Returns the bin range for the requested species or of all species. energy float output Returns the energy range of the bin or bins requested: No arguments -> return the bin edges for all bins. 1 argument -> return the energy range of the species. 2 arguments -> return the energy range of the bin or range of bins, for the specified species. channels int output Returns the Wart channels for a species and bin. species string output Returns the species list, or the name of a given species index. geometry float output Returns the geometry factor for the track channels hiscale input If set, then get the hiscale track IDF. epam input If set, then get the epam track IDF. kev input If set, then return the energies in keV rather than MeV. all intput If set, then return a list of all the energy boundaries when energies are requested with 2 arguments. History: Original: 22/1/01; SJT Added geometry: 30/1/00; SJT