[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


plotacs Source code in plotacs.pro

plotacs

Name
            plotacs
Purpose
            Prepare an overview-plot of the contents of an RXTE ACS-File
            (ACS is the Attitude Control System). The program plots
            the deviation of the pointing-position of the satellite
            from the nominal source position, the elevation of the
            source above the horizon, and which of the proportional
            counters is on.
Category
            RXTE
Calling Sequence
            plotacs,file,ra,dec
Input Parameters
            file: filename of the ACS file (only one file can be
                  given right now)
            ra  : RA of the source (2000.0 coordinates, degrees)
            dec : DEC of the source(2000.0 coordinates, degrees)
Optional Input Parameters
            none
Keyword Parameters
            none
Output Parameters
            none
Optional Output
            none
Common Blocks
            none
Side Effects
            none
Restrictions
            none
Procedure
            The function reads the important columns from the ACS
            file and plots them.
Example
            file='./FP_54a1780-54a3935.xfl'
            ra=hms2deg(19.,58.,21.72)
            dec=dms2deg(35.,12.,05.9)
            plotacs,file,ra,dec
Revision History
            V1.0, 1997/06/24, Joern Wilms (wilms@astro.uni-tuebingen.de)

Last modified by pro2html on 2005 January 04 at 16:43 UTC

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

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