SterlingYM / astroPIPS

A set of tools for photometric analysis. Determines the period of short-period variable stars.
https://pips.readthedocs.io/en/latest/
MIT License
7 stars 0 forks source link

method argument falsely returns Fourier periodogram for any model #34

Open SterlingYM opened 3 years ago

SterlingYM commented 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