BlackHolePerturbationToolkit / FastEMRIWaveforms

Blazingly fast EMRI waveforms
GNU General Public License v3.0
46 stars 27 forks source link

About the number of data points #67

Closed ljq2088 closed 1 year ago

ljq2088 commented 1 year ago

May I ask a naive question as a beginner: I used function "few" and "GenerateEMRIWaveform" to generate waveform, and found that the number of data is not equal to T/dt, and I wonder the the number of data points depends on which parameters.

mikekatz04 commented 1 year ago

Hello, take a look at the tutorial. If you are not padding the output, it will just make the waveforms as long as it needs to be. You can add "pad_output": True, to the summation kwargs.