Version 3 (modified by knpa, 10 years ago) (diff)

--

GRIMM Sky OPC internal/processing

Data output

The data comes out of the plane in two different ways:

  • A csv file created by phil's script that runs during flight: ~arsf/code/external_code/ops/phil_grimgps_opver.py This is described in the main Grimm section
  • A binary file from DustMonitor (GRIMMs software)

The DustMonitor files comes in .dm and .di pairs (measurements and metadata respectively)

The software can run in two modes - particle count or mean mass.

If you collect in particle count, you can later convert to mean mass BUT NOT THE OTHER WAY AROUND.

To view the data, you'll have to load it into DustMonitor, at which point you can write out a csv file.

DustMonitor

Software is located at ~arsf/backups/windows_software/grimm/Grimm_Software_ISO/

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).

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.

Output to an ascii/csv file with file -> export

The format of the data exported is not controlled by the control panel. It is determined by the settings under Options -> Graph -> Calculation. You can use this to change between accumulative/differential, real values/percent relation, and pick the units.