[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


qpo_progress Source code in qpo_progress.pro

qpo_progress

Name
     qpo_progress
Purpose
     display a progress counter and related statistics
Category
    useful tools ;-)
Calling Sequence
   qpo_progress,counter,nsimul,nsimul,t0,chatty=chatty,name=name
Input Parameters
   counter: integer counter (e.g., number of current iteration)
   nsimul : total number of iterations for the simulation (i.e.,
            counter goes from 0 to nsimul-1
   t0     : starting time (found with systime(1))
Keyword Parameters
  chatty  : ignored
  name    : name of the calling procedure
Example
 t0=systime(1)
 nsimul=1000
 for i=0,nsimul-1 do begin
   qpo_progress,i,nsimul,t0,name='test123'
   ... now do some complicated simulation
 enddo
Revision History
 $Log: qpo_progress.pro,v $
 Revision 1.1  2005/11/09 13:40:04  wilms
 initial CVS release
 First written in 2001/2002 by J. Wilms

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