NAME:
write_asc_xmm_xy
PURPOSE:
makes a gaia-readable ascii catalogue for overplotting source list
onto image. Positions stored as x,y.
CALLING SEQUENCE:
write_asc_xmm_xy,xmmdb,outfile[,colour=colour]
INPUTS:
xmmdb: name of xmm database containing positions
OPTIONAL INPUT PARAMETERS:
colour: colour to over plto with (default is green)
OUTPUTS:
outfile: an ascii file containing the table to be loaded in gaia
EXAMPLE:
write_asc_xmm_xy,'dbase/xmm','xmmssc/xmm.tab',colour='green'
DEPENDENCIES:
xmmdb must contain ra and dec fiedls
RESTRICTIONS:
UNTESTED
CALLED PROCEDURES AND FUNCTIONS:
astrolib functions
MODIFICATION HISTORY:
24-Nov-2000 Original by Suzanne AIgrain
(See /home/xmmssc/soft/idl/pro/gaia/write_asc_xmm_xy.pro)