Changes between Version 2 and Version 3 of Sensors/Grimm/internal
- Timestamp:
- Dec 6, 2013, 3:58:22 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sensors/Grimm/internal
v2 v3 6 6 7 7 - A csv file created by phil's script that runs during flight: ~arsf/code/external_code/ops/phil_grimgps_opver.py 8 This is described in the main Grimm section 8 9 9 - A binary file from DustMonitor (GRIMMs software) which also runs in-flight10 - A binary file from DustMonitor (GRIMMs software) 10 11 11 12 The DustMonitor files comes in .dm and .di pairs (measurements and metadata respectively) 13 14 The software can run in two modes - particle count or mean mass. 15 16 If you collect in particle count, you can later convert to mean mass BUT NOT THE OTHER WAY AROUND. 12 17 13 18 To view the data, you'll have to load it into DustMonitor, at which point you can write out a csv file. … … 19 24 Think it needs to run on xp. Is installed on the Windows machine. You need to make sure that the input files have "Read Only" unchecked before loading them (there's no error that tells you this, it just doesn't work). 20 25 26 Once it's loaded, you can look at the overview/table/graph. You can change how it is displayed using the control panel at the bottom. 27 28 Output to an ascii/csv file with file -> export 29 30 The format of the data exported is not controlled by the control panel. It is determined by the settings under Options -> Graph -> Calculation. 31 You can use this to change between accumulative/differential, real values/percent relation, and pick the units. 21 32 22 33 … … 25 36 26 37 38 39 40 41