Institut für Astronomie und AstrophysikAbteilung AstronomieSand 1, D-72076 Tübingen, Germany |
qpo_progress
display a progress counter and related statistics
useful tools ;-)
qpo_progress,counter,nsimul,nsimul,t0,chatty=chatty,name=name
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))
chatty : ignored name : name of the calling procedure
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
$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
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]