My Project
Functions | Variables
fourierSpectrumPlotsSpike Namespace Reference

Functions

def load_csv_data (run_name, output_type, use_shared_names=False)
 
def make_sin_curve (data, amplitude=1, period=1, phase_shift=1, vertical_shift=0)
 
def calculate_fourier_spectrum (data, suptitle="")
 
def test_scipy_fftpack ()
 
def make_fourier_spectrum (run_name, output_name="pad_phase_")
 
def run (run_name)
 

Variables

 loader = LoadFile()
 
 pyplot
 
 run_name = sys.argv[1]
 

Function Documentation

◆ calculate_fourier_spectrum()

def fourierSpectrumPlotsSpike.calculate_fourier_spectrum (   data,
  suptitle = "" 
)

Definition at line 49 of file fourierSpectrumPlotsSpike.py.

Here is the call graph for this function:

◆ load_csv_data()

def fourierSpectrumPlotsSpike.load_csv_data (   run_name,
  output_type,
  use_shared_names = False 
)

Definition at line 21 of file fourierSpectrumPlotsSpike.py.

Here is the call graph for this function:

◆ make_fourier_spectrum()

def fourierSpectrumPlotsSpike.make_fourier_spectrum (   run_name,
  output_name = "pad_phase_" 
)

Definition at line 102 of file fourierSpectrumPlotsSpike.py.

Here is the call graph for this function:

◆ make_sin_curve()

def fourierSpectrumPlotsSpike.make_sin_curve (   data,
  amplitude = 1,
  period = 1,
  phase_shift = 1,
  vertical_shift = 0 
)

Definition at line 42 of file fourierSpectrumPlotsSpike.py.

Here is the call graph for this function:

◆ run()

def fourierSpectrumPlotsSpike.run (   run_name)

Definition at line 127 of file fourierSpectrumPlotsSpike.py.

Here is the call graph for this function:

◆ test_scipy_fftpack()

def fourierSpectrumPlotsSpike.test_scipy_fftpack ( )

Definition at line 75 of file fourierSpectrumPlotsSpike.py.

Here is the call graph for this function:

Variable Documentation

◆ loader

fourierSpectrumPlotsSpike.loader = LoadFile()

Definition at line 13 of file fourierSpectrumPlotsSpike.py.

◆ pyplot

fourierSpectrumPlotsSpike.pyplot

Definition at line 14 of file fourierSpectrumPlotsSpike.py.

◆ run_name

fourierSpectrumPlotsSpike.run_name = sys.argv[1]

Definition at line 135 of file fourierSpectrumPlotsSpike.py.