Once I have the UI built I'll add the ability to convert the units from Kelvin to both Celsius and Fahrenheit. I also plan on making it capable of building visualizations for more complicated data in the data set.
Got my little side project building charts now. It reads the PDS3 LBL and TAB files and uses vega-lite to generate SVG files with the axis labels for the x and y axes coming from the name and units defined in the files. Next step is some kind of UI frontend.
D05T1 shows temperature data in seconds starting at point when the heat shield detached. I believe that explains the initially high temperature which quickly dropped as the temperature probe got exposed to the upper atmosphere.
@AlexHollings52 Exactly, I’m happy that at least some of those time over target practice sessions happen over a stadium instead of some isolated bomb range in Nevada
@thenewarea51 I learned to fly near McDill afb. I remember one lesson we needed to be back on the ground by a certain time because the TFR for the air show was going to include the airspace over TPF. Watched the airshow from the parking lot. Fun day.
As an exercise in pointlessness I decided to use node.js to parse PDS3 data from the Galileo probe. The temp data is interesting. The first 20 seconds or so is swing around wildly before settling in at around 130 K. The final reading 58 minutes later was 425.12 K.
Dec 7th 1995 at 22:04:31.907 things were about to get a little spicy for this intrepid prob over the next hour. Right now I've got it parsing the Object Description Language files into something I can work with in JavaScript.