🌟 Things Are Getting Interesting!!
Hey everyone! If you’ve read my first blog , you already know how this journey started — with nervous excitement, inspiring mentors, and my deep love for astronomy. Since then, things have only gotten more interesting — and yes, more challenging, but in the best way possible! Developing, Debugging, and Growing These past few weeks have felt like a whirlwind of beauty. I’ve found myself diving deeper into spectral analysis, implementing windowing techniques, exploring real research articles, and most excitingly, contributing to the actual development of functions inside Stingray.jl! A New Adventure: EventList and GTI Handling Now comes the exciting part — I’ve been working on mission support , PR #49 , where I got to play around with EventList structures. I made a minimal version EventList that could read test files, handle metadata smartly, and even filter events using GTIs (Good Time Intervals). My mentor @fergus and I created a filter_time! ...