✨Good Time, Bad Time: GTI/BTI :)
In my continued journey with Stingray.jl During GSoC 2025, this phase focused on a core aspect of high-energy astrophysics: time filtering using GTIs (Good Time Intervals) and BTIs (Bad Time Intervals) . After a productive discussion with my mentor @matteobachetti during our meet, I dove into implementing and refining functionality around GTIs—an essential tool in the timing analysis of astrophysical data. What Are GTIs and BTIs? GTIs define intervals during which the data is considered reliable—free of contamination, instrument artifacts, or observational interruptions. BTIs are the complementary regions—gaps between GTIs that typically represent unusable or noisy time segments. Correct handling of these intervals is critical, especially in X-ray timing , where even small artifacts can skew power spectra, light curves, and periodograms. Worked on Features this week I extended and validated the implementation of GTI filtering in both EventList and LightCurve structu...