Institut für Astronomie und AstrophysikAbteilung AstronomieSand 1, D-72076 Tübingen, Germany |
gtimerge
combine and purify two gti lists
timing tools
gti=gtimerge,gti1[,gti2]
gti1,gti2 : gti lists. Arrays containing goood time intervals with gti[0,*] are the start and gti[1,*] the stop times.
joint : Return gti intervals where gti1 and gti2 are defined (that is the the set AND relation in contrast to the default set OR relation).
returns combined gti array with non-overlapping intervals.
none
none
This procedure is slow. Do not apply for large sets of gti.
none
gti=gtimerge(g1,g2)
$Log: gtimerge.pro,v $ Revision 1.2 2004/12/27 09:04:04 goehler fix: allow more than 2^16-1 gti entries though this might slow down the processing drastically Revision 1.1 2004/11/24 15:54:41 goehler moved function from private folder to timing public folder Revision 1.3 2004/09/27 19:56:45 goehler minor fix; first tests did not show problems. Revision 1.2 2004/09/27 16:44:42 goehler untested joint option Revision 1.1 2004/09/27 15:25:56 goehler procedure to merge and purify gti intervals.
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]