NAME:
xmm_1band
PURPOSE:
takes in a structure obtained by doing mrdfits on an emllist xmm
source list and modifies it to contain 5 fluxes, rates, etc per
object rather than 5 rows per object but all of these are zero except
for those corresponding to 1 band.
CALLING SEQUENCE:
stout=xmm_1band(str)
INPUTS:
st: structure created by doing mrdfits on an emllist xmm source list
OUTPUTS:
stout: a structure containing the same info as str apart from a few
discarded fields and 5 fluxes, etc per object
EXAMPLE:
st2=xmm_1band(st1)
DEPENDENCIES:
RESTRICTIONS:
UNTESTED
CALLED PROCEDURES AND FUNCTIONS:
astrolib functions
MODIFICATION HISTORY:
06-Nov-2000 Original by Suzanne Aigrain
08-Nov-2000 S. Aigrain: modified to use corrected coord when present
(See /home/xmmssc/soft/idl/pro/dbcreate/xmm_1band.pro)