.:AIMMS Winds:M300: Difference between revisions

From ADPAA
Jump to navigation Jump to search
Line 10: Line 10:


'''Subroutines'''
'''Subroutines'''
The process_raw BASH script calls the IDL subroutine process_WIMI.pro, which in turn calls the subroutines aimms22.pro and AIMMS.pro.


'''Required Input Files'''
'''Required Input Files'''

Revision as of 11:56, 12 April 2023

Aircraft-Integrated Meteorological Measurement System (AIMMS Probe) M300 Data System Processing

process_raw (Level 1)

Purpose

aimms22.pro - to read AIMMS 20 probe stream ID 22 raw data from *.sea file and output to ADPAA-formatted file. aimms.pro - to read AIMMS model 20 and model 30 probe data from *.sea file and ". Extracts the AIMMS probe data from the SEA M300 data acquisition system file (*.sea), sorts the various data streams, and outputs the data to ADPAA-formatted files. Standard meteorology packet data (ID stream 0) is saved to *.serialA.aimms.raw. Aircraft state data packet (ID stream 1) is saved to *.serialB.aimms.raw. Raw data from ID stream 22 is saved to *.serial22.aimms.raw file.

Subroutines

The process_raw BASH script calls the IDL subroutine process_WIMI.pro, which in turn calls the subroutines aimms22.pro and AIMMS.pro.

Required Input Files

  • .sea

Output

  • *.aimms.raw
  • *.serialA.aimms.raw
  • *.serialB.aimms.raw
  • *.serial22.aimms.raw

Syntax

Example Syntax