Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiband Support in stingray #836

Open
pupperemeritus opened this issue Aug 15, 2024 · 3 comments
Open

Multiband Support in stingray #836

pupperemeritus opened this issue Aug 15, 2024 · 3 comments

Comments

@pupperemeritus
Copy link
Contributor

I was browsing astropy today and came across a multiband version of the Lomb Scargle periodogram. I was wondering if Stingray could use multiband functionality in not just the Lomb-Scargle periodogram but other algorithms as well. Was thinking of implementing it by maybe creating a general class that can use any existing Stingray class to support multiband, and using new data handling classes to handle it.

Would it be worthwhile implementing it in the context and requirements of Stingray?

@matteobachetti
Copy link
Member

@pupperemeritus definitely. We have some methods that already rely on multiple energy ranges (VarEnergySpectrum children basically), and StingrayTimeseries can handle multiple measurements for each time stamp. Having periodogram methods understand multiple time series might be useful indeed

@pupperemeritus
Copy link
Contributor Author

I'll try working on it. I'll update the details of the design as I experiment.

@pupperemeritus
Copy link
Contributor Author

I got a little caught up with a bunch of things. I'm going to work on it as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants