Skip to content

A python implementation of cross-correlation task that finds time delays between two time series, with monte-carlo simulations to estimate the uncertainties

License

Notifications You must be signed in to change notification settings

evandromr/python_crosscorr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cross-correlation

A python implementation of a cross-correlation task that finds time delays between two time series, with monte-carlo simulations to estimate the uncertainties.

Assuming that the error of the time series are 1-sigma deviations of the value, generates several fake curves with random points that follow a normal distribution with the same 1-sigma deviation. Calculates the cross-correlation function and time-delay for each fake curve. Find the mean and standard deviation of the distribution of time-delays.

External packages needed:

  • matplotlib
  • numpy
  • astropy
  • scipy

About

A python implementation of cross-correlation task that finds time delays between two time series, with monte-carlo simulations to estimate the uncertainties

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages