Skip to content
Snippets Groups Projects
Commit 8f0b5753 authored by Andrew Kim's avatar Andrew Kim
Browse files

function input change

parent 71d38cd2
No related branches found
No related tags found
2 merge requests!527plot_skymap example update,!526Non_tensor example sinegaussian() error fix
......@@ -29,7 +29,7 @@ def vector_tensor_sine_gaussian(frequency_array, hrss, Q, frequency, epsilon):
Relative size of the vector modes compared to the tensor modes.
"""
waveform_polarizations = bilby.gw.source.sinegaussian(
frequency_array, hrss, Q, frequency, 0, 0, 0, 0)
frequency_array, hrss, Q, frequency)
waveform_polarizations['x'] = epsilon * waveform_polarizations['plus']
waveform_polarizations['y'] = epsilon * waveform_polarizations['cross']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment