Difference between revisions of "What is a periodogram?"

From CoolWiki
Jump to navigationJump to search
m
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
''This is from material originally developed by Peter Plavchan, NStED/IPAC.''
+
''This is from material originally developed by Dr. Peter Plavchan, NExScI/IPAC, in 2010.''
  
 
=What is a periodogram?=
 
=What is a periodogram?=
Line 20: Line 20:
  
  
=Why look for periods?=
+
=Why look for periods? (aka Why should we use periodograms?)=
  
 
A variety of astrophysical phenomena can produce periodic time-series data, including:
 
A variety of astrophysical phenomena can produce periodic time-series data, including:
Line 34: Line 34:
 
and Plavchan periodogram for it: [[image:period4.gif]]
 
and Plavchan periodogram for it: [[image:period4.gif]]
  
=NStED's tool=
+
=The NASA Exoplanet Archive's tool=
  
NStED has designed an easy to use web interface for the community to use.  You can upload your own data in IPAC ASCII format or as binary FITS tables. 
+
The NASA Exoplanet Archive has designed an easy to use web interface for the community to use.  Their current holdings of space and ground-based light curves and radial velocities can be directly fed into our periodogram service from the time-series viewer.  Soon you will be able to upload your own data in IPAC ASCII format or as binary FITS tables into this tool as well.  If you have an urgent need to do this, let us know, and we will add you to the list of beta testers.
 
 
NStED’s current holdings of space and ground-based light curves and radial velocities can be directly fed into our periodogram service from the time-series viewer.
 
  
 
The service intelligently selects the time and data value columns from the files for computing a periodogram with optimized default parameters.
 
The service intelligently selects the time and data value columns from the files for computing a periodogram with optimized default parameters.
  
NStED’s service current supports the following periodogram algorithms:
+
The service currently supports the following periodogram algorithms:
 
*Lomb-Scargle is an approximation of the Fourier Transform for unevenly spaced time sampling. It identifies periodic signals that are simple combinations of sines and cosines.
 
*Lomb-Scargle is an approximation of the Fourier Transform for unevenly spaced time sampling. It identifies periodic signals that are simple combinations of sines and cosines.
 
*Box-Least Squares (BLS) is optimized to detect periodic transits, by fitting the time series to a repeating "box"-shaped light curve.  
 
*Box-Least Squares (BLS) is optimized to detect periodic transits, by fitting the time series to a repeating "box"-shaped light curve.  
Line 63: Line 61:
 
The brute-force nature of periodograms makes their computation become quickly time intensive on single-CPU systems as the number of observations and periods sampled grow.  For example, the periodogram for a CoRoT light curve can take up to 30 minutes on a single CPU.
 
The brute-force nature of periodograms makes their computation become quickly time intensive on single-CPU systems as the number of observations and periods sampled grow.  For example, the periodogram for a CoRoT light curve can take up to 30 minutes on a single CPU.
  
The brute-force nature of periodograms also make the algorithms readily available to parallelization.  NStED has optimized our algorithms to be fully parallelized across a 128-core cluster.  Computation times can be reduced to less than a minute for time-series data with hundreds of thousands of data values.
+
The brute-force nature of periodograms also make the algorithms readily available to parallelization.  We have optimized our algorithms to be fully parallelized across a 128-core cluster.  Computation times can be reduced to less than a minute for time-series data with hundreds of thousands of data values.
 +
 
 +
The Archive returns a plot of the periodogram that can be zoomed and investigated dynamically.  The Periodogram values can be downloaded as an ASCII file.  The service displays a table of the most statistically significant candidate periods, with links to plots of their phased light curves.
 +
 
 +
The results page looks like this: [[image:period6.gif]]

Latest revision as of 00:41, 31 July 2020

This is from material originally developed by Dr. Peter Plavchan, NExScI/IPAC, in 2010.

What is a periodogram?

When you have a light curve, sometimes your eye can see repeated patterns in it. Sometimes your eye can be fooled, though -- things that seem periodic might not be, and it may seem like you have a noisy light curve, but it may turn out that you are sampling many repeated cycles of a periodic variation.

In order to look for periodic signals, there are several mathematical tools. A periodogram is one of them. There are lots of good textbooks on this subject; this wiki page is meant as just a quick introduction.

A periodogram calculates the significance of different frequencies in time-series data to identify any intrinsic periodic signals.

A periodogram is similar to the Fourier Transform, but is optimized for unevenly time-sampled data, and for different shapes in periodic signals. Unevenly sampled data is particularly common in astronomy, where your target might rise and set over several nights, or you have to stop observing with your spacecraft to download the data.

A periodogram is brute-force. Many different frequencies and candidate periodic signals are evaluated.

The statistical significance of each frequency is computed based upon a series of algebraic operations that depend on the particular algorithm used and periodic signal shape assumed.

Example: light curve for CoRoT-1: Period1.gif

and periodogram for it: Period2.gif


Why look for periods? (aka Why should we use periodograms?)

A variety of astrophysical phenomena can produce periodic time-series data, including:

  • Stellar variability
  • Eclipsing binaries
  • Transiting planets
  • Radial velocity planets

Time-series data of astrophysical objects are inherently noisy measurements -- photon noise, atmospheric conditions and other factors can introduce random variation into the magnitude of the observations.

Example: phased light curve for CoRoT source showing possible variation: Period3.gif

and Plavchan periodogram for it: Period4.gif

The NASA Exoplanet Archive's tool

The NASA Exoplanet Archive has designed an easy to use web interface for the community to use. Their current holdings of space and ground-based light curves and radial velocities can be directly fed into our periodogram service from the time-series viewer. Soon you will be able to upload your own data in IPAC ASCII format or as binary FITS tables into this tool as well. If you have an urgent need to do this, let us know, and we will add you to the list of beta testers.

The service intelligently selects the time and data value columns from the files for computing a periodogram with optimized default parameters.

The service currently supports the following periodogram algorithms:

  • Lomb-Scargle is an approximation of the Fourier Transform for unevenly spaced time sampling. It identifies periodic signals that are simple combinations of sines and cosines.
  • Box-Least Squares (BLS) is optimized to detect periodic transits, by fitting the time series to a repeating "box"-shaped light curve.
  • Plavchan is a binless phase-dispersion minimization algorithm that identifies periods with coherent phased light curves (i.e., least “dispersed”). There is no assumption about the underlying shape of the periodic signal.

Different periodogram algorithms are sensitive to different periodic signal shapes, and can be used in tandem as a powerful complementary analysis technique.

The interface looks like this: Period5.gif

You can adjust:

  • File options
  • Data columns to use in computation
  • Simple data constraint filtering
  • Period Sampling Options, including a variety of period-step methods
  • Algorithm options custom to each algorithm, with optimized values chosen by default
  • The number of phased curves to return
  • Limits on the statistical significance of returned periods
  • The statistics to use in computing the significance of periodogram power values

The brute-force nature of periodograms makes their computation become quickly time intensive on single-CPU systems as the number of observations and periods sampled grow. For example, the periodogram for a CoRoT light curve can take up to 30 minutes on a single CPU.

The brute-force nature of periodograms also make the algorithms readily available to parallelization. We have optimized our algorithms to be fully parallelized across a 128-core cluster. Computation times can be reduced to less than a minute for time-series data with hundreds of thousands of data values.

The Archive returns a plot of the periodogram that can be zoomed and investigated dynamically. The Periodogram values can be downloaded as an ASCII file. The service displays a table of the most statistically significant candidate periods, with links to plots of their phased light curves.

The results page looks like this: Period6.gif