Changes between Version 4 and Version 5 of Sensors/Grimm/internal
- Timestamp:
- Dec 6, 2013, 5:03:10 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sensors/Grimm/internal
v4 v5 10 10 - A binary file from DustMonitor (GRIMMs software) 11 11 12 The DustMonitor files comes in .dm and .di pairs (measurements and metadata respectively) 12 The DustMonitor files comes in .dm and .di pairs (measurements and metadata respectively). There should also be a _nav file. 13 13 14 14 The software can run in two modes - particle count or mean mass. … … 40 40 The GRIMM output from the spectrometer has a timestamp but no positional information. knpa has written a script to use the timestamps to append position info from the ARSF navigation files: ~arsf/usr/opt/grimm/add_position_2_dustMon_output.py 41 41 42 Usage: 43 add_position_2_dustMon_output.py <comma_sep_grimm> <grimm_nav_file> <sol_file> 44 45 The grimm_nav_file is the nav file that is automatically output by DustMonitor in-flight. The sol_file is the ARSF post-processed nav file. The latter is used first, with the grimm nav file only being used when the sol file lacks coverage (which often occurs at the start or end). 46 42 47 == Other tools == 43 48 44 49 knpa has also written a script to identify periods where the plane is ascending or descending so as to extract vertical profiles: /users/rsg/arsf/usr/opt/grimm/grimm_extract_vertical_profiles.py 45 50 51 Usage: 52 grimm_extract_vertical_profiles.py <grimm_file> [-p] 53 54 Extracts vertical profiles with stats describing the min/max values. -p argument to print rather than write to a file. 46 55 47 56 48 57 49 58 50 51