OverLordGoldDragon / ssqueezepy

Synchrosqueezing, wavelet transforms, and time-frequency analysis in Python
MIT License
636 stars 96 forks source link

WAVALET transform analysis for photometry light curve #68

Closed dihegos closed 2 years ago

dihegos commented 2 years ago

I am working on binary systems, for this, we are analyzing light curves and some of them are periodic. We have this data through observations with different telescopes. The data we obtain are Time, Flux, and error_flux. And I would like to do an analysis with your ssqueezepy code, to analyze the light curves through a WAVALET transform. how do I define my time, and flux to be able to run the code?

OverLordGoldDragon commented 2 years ago

I suggest familiarizing with some other libraries and their tutorials, or asking on StackOverflow for others' attention. This isn't a basics support forum, I'm afraid.