.rosemounttemp:M300: Difference between revisions
Davidjdelene (talk | contribs) No edit summary |
Daviddelene (talk | contribs) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Rosemount Temperature Probe | Rosemount Temperature Probe -- Aircraft Processing | ||
=Master Data Processing Scripts= | |||
===process_all=== | |||
''Purpose'' | |||
Select either Analog or CIP data from static and dynamic pressure measurements in the *.physical.* file. | |||
''Default'' | |||
Analog data | |||
=Primitive Data Processing Scripts= | =Primitive Data Processing Scripts= | ||
Line 7: | Line 17: | ||
''Purpose'' | ''Purpose'' | ||
Extracts analog data from SEA M300 data system | Extracts analog data from SEA M300 data system file (*.sea) and creates the *.analog.raw file. Extracts Cloud Imaging Probes (CIP) housekeeping information from SEA M300 data system file(*.sea). | ||
''Required Input File'' | ''Required Input File'' | ||
Line 16: | Line 26: | ||
<nowiki>*.analog.raw</nowiki> | <nowiki>*.analog.raw</nowiki> | ||
<nowiki>*.housekeeping.cip.raw</nowiki> | |||
===analog2physical=== | ===analog2physical=== | ||
Line 29: | Line 41: | ||
''Output File'' | ''Output File'' | ||
<nowiki>*.physical. | <nowiki>*.physical.raw</nowiki> | ||
===convert_physical=== | ===convert_physical=== | ||
Line 47: | Line 59: | ||
=Processing Reference= | =Processing Reference= | ||
Rosemount Manual | Rosemount Total Temperature Manual and Total Temperature Sensors Technical Report 5755 (TechicalReport5755.pdf). |
Latest revision as of 09:55, 3 April 2016
Rosemount Temperature Probe -- Aircraft Processing
Master Data Processing Scripts
process_all
Purpose
Select either Analog or CIP data from static and dynamic pressure measurements in the *.physical.* file.
Default
Analog data
Primitive Data Processing Scripts
process_raw
Purpose
Extracts analog data from SEA M300 data system file (*.sea) and creates the *.analog.raw file. Extracts Cloud Imaging Probes (CIP) housekeeping information from SEA M300 data system file(*.sea).
Required Input File
*.sea
Output File
*.analog.raw
*.housekeeping.cip.raw
analog2physical
Purpose
To convert analog measurements from engineering units (voltages) to physical units (i.e. degree C).
Required Input File
*.analog.*
Output File
*.physical.raw
convert_physical
Purpose
Uses total temperature, static pressure and dynamic pressure to correct for dynamic effect on the total temperature measurement to calculate air temperature.
Required Input File
*.physical.*
Output File
*.basic.raw
Processing Reference
Rosemount Total Temperature Manual and Total Temperature Sensors Technical Report 5755 (TechicalReport5755.pdf).