So, in this PhD thingy I have some radar data files to work with. Not too hard, is it? A single radar beam, which records data in N-second batches. So we get a nice time series containing a sequence of altitude profiles of data.
Just like that. Now, the radar produces a lot of these profiles, for example one per minute. What’s the best way to organize these data? That’s right, in matrices where each column is one profile. And then you just stack them in sequential order. That way it’s easy to make scripts that snip out just the time period you want to poke at.
Below is a graph of the time axis in one version of a dataset I’m analysing. Can you spot the error? X axis profile number, Y axis timestamp of profile.


Kingdom of Loathing