.:AIMMS Winds:M300: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Aircraft-Integrated Meteorological Measurement System (AIMMS Probe) M300 Data System Processing= ==process_raw (Level 1)== ''Purpose''") |
|||
Line 3: | Line 3: | ||
==process_raw (Level 1)== | ==process_raw (Level 1)== | ||
''Purpose'' | '''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''' | |||
'''Required Input Files''' | |||
*.sea | |||
'''Output''' | |||
* *.aimms.raw | |||
* *.serialA.aimms.raw | |||
* *.serialB.aimms.raw | |||
* *.serial22.aimms.raw | |||
'''Syntax''' | |||
'''Example Syntax''' |
Revision as of 11:53, 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
Required Input Files
- .sea
Output
- *.aimms.raw
- *.serialA.aimms.raw
- *.serialB.aimms.raw
- *.serial22.aimms.raw
Syntax
Example Syntax