Open SterlingYM opened 3 years ago
in photdata.periodogram() function, the argument method='fast' always returns Fourier periodogram regardless of the model argument. We should check the model argument and return an error message if anything except for model='Fourier' is passed
photdata.periodogram()
method='fast'
model
model='Fourier'
in
photdata.periodogram()
function, the argumentmethod='fast'
always returns Fourier periodogram regardless of themodel
argument. We should check themodel
argument and return an error message if anything except formodel='Fourier'
is passed