Source: cli/idf/mfsa_idf_info.pro
mfsa_idf_info
Get various information from the MFSA IDF objects.
Usage:
mfsa_idf_info, [channel,] <output keywords>, <selection keys>
Argument:
channel int input The MFSA channel (or range) for which
the information is needed.
Keywords:
energy float output Returns the centre energies.
high_energy float output Returns the upper energy
bounds
low_energy float output Returns the lower energy
bounds
geometry float output Returns geometry factors.
safe_bands int output Returns the range of channel
numbers for which the fluxes
are likely to be useful.
get_species string output Returns the list of species for
which energies etc are
defined.
max_species int output Returns the highest channel for
which the specified species is
defined
hiscale If set, then use the hiscale
MFSA object.
epam If set, then use the EPAM MFSA
object.
lems If set then return values for
the LEMS detector systems.
lefs If set, then return values for
the LEFS detector systems.
species str/int input Select for which species the
energy values shall be
returned.
kev If set then return energies in
keV rather than MeV
Notes:
You must give exactly one of the HISCALE and EPAM keys.
All outputs other than safe_bands and get_species also require
exactly one of LEMS and LEFS.
If an energy output is requested and no species is given,
protons are assumed.
History:
Original: 1/2/01; SJT