[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


xmmgetpos Source code in xmmgetpos.pro

xmmgetpos

Name
            xmmgetpos
Purpose
            convert the source positions of XMM SAS sourcelist files
            *emllist*.ds into latex table
Category
            IAAT XMM tools
Calling Sequence
            xmmgetpos [, out='latexfile.tex', /flux, /region]
Input Parameters
            XMM SAS sourcelist files *emllist*.ds
Optional Input Parameters
            OUT : name of output file
Keyword Parameters
            REGION: create a ds9 region file (ascii) including circles
                     with diameter of 1' around the source positions
            RA       : sort sources for decreasing RA
            DEC      : sort sources for decreasing declinations
            ERR_RADEC: sort sources for decreasing position error circles
            CTS      : sort sources for decreasing counts
            ERR_CTS  : sort sources for decreasing count errors
            RATE     : sort sources for decreasing rates
            ERR_RATE : sort sources for decreasing rate errors
            FLUX     : sort sources for decreasing fluxes
            ERR_FLUX : sort sources for decreasing flux errors
            LIKE     : sort sources for decreasing likelihoods
Output Parameters
            LATEX file named *emllist*.tex containing some parameter
            of the sources
Optional Output
            ds9 region file (ascii) named *emllist*.txt
Common Blocks

Side Effects

Restrictions

Procedure

Example
               xmmgetpos [, out='latexfile.tex', /flux, /regions]
Revision History
               Version1.1: initial version
                           06.09.2001, Martin Stuhlinger
               Version1.2: enabled sorting parameter and added keyword region.
                                creates ascii ds9 region files named the same
                                as the corresponding source list file.
                           09.01.2002, Martin Stuhlinger
               Version1.3: if emllists contain different ID_BANDs then print
                                the summary band (id_band=0).
                           changed sorting to decreasing order and define
                                sort parameter as keywords.
                           create for each emllist different output files.
                           14.02.2002, Martin Stuhlinger
               Version1.4: delete EXPOSURE column because the summary
                                band keeps no EXPOSURE information
                           in filenames change "_" into "-"
                           inserted into LATEX table multicolumn containing
                                the filename (instead of section in front
                                of the table)
                           enable sorting for every column
                           changed LATEX style "a4kopka" into "a4paper"
                           19.02.2002, Martin Stuhlinger
               Version1.5: enable sorting for source ID number (default now)
                           Avoid some of the incorrect sources caused
                           by a bug of XMM SAS source detection emldetect:
                           if /region is selected only sources are printed
                           which have counts > counts_error.

Last modified by pro2html on 2005 January 04 at 17:02 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically