[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


readgti Source code in readgti.pro

readgti

Name
       readgti
Purpose
       read a gti file and return the start and stoptimes
Category

Calling Sequence
       readgti,startimes,stoptimes,filenam,/mjd
Input Parameters
       filename : name of the gti file to be read
Optional Input Parameters

Keyword Parameters
       mjd : if set, return times as MJD values
Output Parameters
       starttimes : an array containing the starttimes in that gti file
       stoptimes  : an array containing the stoptimes in that gti file
Example
       readgti,start,stop,'good.gti'
Revision History
 $Log: readgti.pro,v $
 Revision 1.3  2005/11/09 13:40:52  wilms
 shut off annoying readfits messages
       Version 1.0: written 1996 by Ingo Kreykenbohm
       Version 1.1: 1998/08/07, Joern Wilms: added mjd-keyword
       Version 1.2: 1999/01/25, JW/KP: reduce roundoff errors, read
             mjdrefi and mjdreff from extension

Last modified by pro2html on 2005 November 10 at 04:10 UTC

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

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