#!/usr/bin/env python # coding: utf-8 # # ``gatspy``: General tools for Astronomical Time Series # # This notebook, and the notebooks linked within, contain some examples of using ``gatspy`` for analysis of astronomical time series. # See also the [gatspy documentation](http://astroml.org/gatspy). # - [Single-band Lomb-Scargle and Supersmoother](SingleBand.ipynb) # # - [Multi-band Lomb-Scargle and Supersmoother](MultiBand.ipynb) # # - [Fast FFT-based Lomb-Scargle Periodograms](FastLombScargle.ipynb) # #