pyspedas
pyspedas copied to clipboard
Cluster load_csa() routine needs unit tests for each probe and datatype
Cluster has all sorts of weird constructs in the CDFs we get from the CSA. In IDL, we've made a number of changes to spd_cdf2tplot to accommodate them, and there are probably similar issues lurking in pyspedas. (See https://github.com/spedas/pyspedas/issues/716, for example).
We need to add unit tests for all the datatypes we're getting from load_csa(), and verify that the variables can be loaded (or at least not cause crashes).
We may need to add postprocessing for some of them -- I know there are several cases where the FILLVALs don't match what's actually in the data arrays, so the spectrograms often come out all black when you try to plot them. This could possibly be addressed with master CDFs, but that's a bit unwieldy when we're extracting CDFs from a zip file that's created at their end.