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

Remove OptimizeWarning in periodogram #37

Open SterlingYM opened 3 years ago

SterlingYM commented 3 years ago

PIPS.photdata.periodogram() often returns warning OptimizeWarning: Covariance of the parameters could not be estimated. Since covariance matrix is not needed for periodogram, we should probably suppress this warning by default.

SterlingYM commented 3 years ago

temporarily disabled OptimizeWarning