Adding source for Nançay Decameter Array (NDA) observations#231
Adding source for Nançay Decameter Array (NDA) observations#231Amityush-lgtm wants to merge 8 commits into
Conversation
samaloney
left a comment
There was a problem hiding this comment.
Does this run for you locally?
Looks good just need to make sure the generic fits reader work with the NDA file and if not add a new branch
No, it's not working, I'm totally confused with how to fix this, that why i decided to open a PR first and get some inputs |
|
So you can run the test with the python debugger |
|
Thanks for the tip! I'll try debugging it and see what i find. |
|
The reader failed because the filename has a |
samaloney
left a comment
There was a problem hiding this comment.
Ok nearly there only one small fix left
f3e649d to
a73bf8f
Compare
hayesla
left a comment
There was a problem hiding this comment.
this is looking good! one quick question, passing the file returns two spectrograms (RR, and LL) - do we have other classes that do the same thing?
thing to think about for the future on how we deal with this?
|
Yes, |
|
Yea this was something I just did as it was easy - for this specific case the data array could be 3d, time, freq, polarisation as both the time and freq axis are identical. More generally think like map we could have a keyword that would return either and SpectrogramSeqeunce (WAVES, WIND, RPW etc where the time axis is the same but freq axis is different) or SpectrogramCollection (if both axis are different). Need to think about how to expose this to users and etc. |
Co-authored-by: nabobalis <1392107+nabobalis@users.noreply.github.com>
* Fix docs so changelog is shown * Add changelog
1d2be1d to
98dff6e
Compare
|
yeah not a blocker on this PR just soemthing to think about. I think that these would be a NDCubecollection rather than a sequence |
|
is it normal for the py313-online CI job to take this long or does it have an issue?? |
|
I'm not sure whats going on with the tests |
|
some of the tests are rerunning quite a few times and still failing. |
|
yes, i dont think any of the fails are related to this PR |
|
@samaloney might know about this test issue! |
|
Yea I added retry and timeouts so the test can take bit longer but should pass more often. Do they run locally buy ruing |
PR Description
Fixes #226
This PR adds support for reading and interacting with solar radio burst data from the Nançay Decameter Array (NDA) in radiospectra.
Changes:
AI Assistance Disclosure
AI tools were used for:
Working on the test, will push the tests in a while.