stingray icon indicating copy to clipboard operation
stingray copied to clipboard

Multiband Support in stingray

Open pupperemeritus opened this issue 1 year ago • 4 comments

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?

pupperemeritus avatar Aug 15 '24 19:08 pupperemeritus

@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

matteobachetti avatar Aug 16 '24 15:08 matteobachetti

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

pupperemeritus avatar Aug 21 '24 06:08 pupperemeritus

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

pupperemeritus avatar Sep 30 '24 16:09 pupperemeritus

My god I'm almost amnesiac. I forgot about this. I will work on this finally.

pupperemeritus avatar Jun 23 '25 12:06 pupperemeritus