[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


sf Source code in sf.pro

sf

Name
         sf
Purpose
         Compute the structure function of a lightcurve, according to the
         definitions given by Nandikotkur et al., 1997, AIP
         Conf. Proc 410, 1361P for the evenly case and Paltani et
         al., 1997 A&A 327, 539P for the unevenly case.
Category
         time series analysis
Calling Sequence
         sf,time,rate,lag,sf
Input Parameters
         time      : The times at which the time series was measured
         rate      : the corresponding count rates
Optional Input Parameters
         none
Keyword Parameters
         delta     : width for the lag rebining in the unevenly case
                     (if not set, is equal to 1e-6)
         logdelta  : delta in logaritmic expression
         evenly    : if set, compute the estimation of the structure
                     function for evenly sample data, otherwise
                     compute the estimation for unevenly sample data
         lagsample : sample of time lags, if not set, all possible
                     lags in the time sample are take as lag sample.
         mincouples: minimum number of couples in a bin of the
                     structure function not to be ignored, if not set,
                     is equal to 1.
Output Parameters
         sf        : the "structure function"-values to each time lag
         lag       : sample of time lags
Optional Output
         none
Common Blocks
         none
Side Effects
         none
Restrictions
         none
Procedure
         none
Example
         sf,time,rate,lag,sf,delta=2.
Revision History
         Version 1.0, 1998.12.21, Sara Benlloch (IAAT)
         Version 1.1, 1999.01.07, lag sample in the unevenly case modificied.
                                  (benlloch@astro.uni-tuebingen.de)
         Version 1.2, 1999.01.26, new keywords; logdelta, lagsample,
                                  mincoupples.

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

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

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