.:instrumentfiles:home: Difference between revisions

From ADPAA
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
An aircraft data acquisition system records data (i.e. *.sea level 1 file) from many different instrument.  Instrument files (Level 2 and Level 3 files) are created containing all parameters obtained from the instrument by the data acquisition system.  Measurement from each instrument are converted from engineering units (Level 2) to physical units (Level 3) if necessary.  The instrument files are typically further processed using measurements from several instruments in Level 4 processing.  The final processing step is typically to combined together parameters of scientific interests into a summary file.  All ASCII files (*.raw, *.clean) are in the NASA/UND format which is based on "[http://aerosol.atmos.und.edu/ADPAA/formatspec.txt Format Specification for Data Exchange]" written by Steven E. Gains and R. Stephen Hipsking.  All data files have a [http://aerosol.atmos.und.edu/ADPAA/fileheader.html meta-data header].  The file format specifications (formatspec.txt) and a meta-data header variable example (fileheader.html) are provided via the ADPAA repository (src/share directory).  
An aircraft data acquisition system records data (i.e. *.sea level 1 file) from many different instrument.  Instrument files (Level 2 and Level 3 files) are created containing all parameters obtained from the instrument by the data acquisition system.  Measurement from each instrument are converted from engineering units (Level 2) to physical units (Level 3) if necessary.  The instrument files are typically further processed using measurements from several instruments in Level 4 processing.  The final processing step is typically to combined together parameters of scientific interests into a summary file.  All ASCII files (*.raw, *.clean) are in the NASA/UND format which is based on "[http://aerosol.atmos.und.edu/ADPAA/formatspec.txt Format Specification for Data Exchange]" written by Steven E. Gains and R. Stephen Hipsking.  All data files have a [http://aerosol.atmos.und.edu/ADPAA/fileheader.html meta-data header].  The file format specifications (formatspec.txt) and a meta-data header variable example (fileheader.html) are provided via the ADPAA repository (src/share directory).
 
[http://www.example.com link title]
 


Below are a list of files by processing level.  The parameter information is also available from the ADPAA repository in the src/share directory.  Information about processing modules for each instrument is given in the Data Streams section of this Wiki.  Instrument manufacturer's full names are [http://www.applanix.com| Applanix Corp. (Applanix)], [http://aventech.com/| Aventech Research (Aventech)], [http://www.brechtel.com/| Brechtel Manufacturing Inc. (BMI)], [http://www.dropletmeasurement.com/| Droplet Measurement Technologies (DMT)], [http://honeywell.com| Honeywell International Inc. (Honeywell)], [http://www.omega.com/| Omega Engineering (Omega)], [http://www.scieng.com/| Science Engineering Associates (SEA)], [http://www.specinc.com/| Stratton Park Engineering Company (SPEC)], and [http://www.tsi.com/| TSI Incorporated (TSI)].   
Below are a list of files by processing level.  The parameter information is also available from the ADPAA repository in the src/share directory.  Information about processing modules for each instrument is given in the Data Streams section of this Wiki.  Instrument manufacturer's full names are [http://www.applanix.com| Applanix Corp. (Applanix)], [http://aventech.com/| Aventech Research (Aventech)], [http://www.brechtel.com/| Brechtel Manufacturing Inc. (BMI)], [http://www.dropletmeasurement.com/| Droplet Measurement Technologies (DMT)], [http://honeywell.com| Honeywell International Inc. (Honeywell)], [http://www.omega.com/| Omega Engineering (Omega)], [http://www.scieng.com/| Science Engineering Associates (SEA)], [http://www.specinc.com/| Stratton Park Engineering Company (SPEC)], and [http://www.tsi.com/| TSI Incorporated (TSI)].   


===Level 3 Files===
=====Level 3 Files=====
====From Level 1====
From Level 1
* [[.:instrumentfiles:2DC|2-DC Probe File - 2dc.spec.raw]]
* [[.:instrumentfiles:2DC|2-DC Probe File - 2dc.spec.raw]]
* [[.:instrumentfiles:aimms1|Aventech AIMMS ID 1 Stream - serialA.aimms.raw]]
* [[.:instrumentfiles:aimms1|Aventech AIMMS ID 1 Stream - serialA.aimms.raw]]
Line 20: Line 17:
* [[.:instrumentfiles:cpc|TSI Condensation Particle Counter (CPC) Stream File - serial.cpc.raw]]
* [[.:instrumentfiles:cpc|TSI Condensation Particle Counter (CPC) Stream File - serial.cpc.raw]]


====From Level 2====
From Level 2
* [[.:instrumentfiles:CitationWinds|Citation Research Aircraft Winds File - REAL.winds.raw]]
* [[.:instrumentfiles:CitationWinds|Citation Research Aircraft Winds File - REAL.winds.raw]]
* [[.:instrumentfiles:EGG|Chilled Mirror Humidity File - egg.raw]]
* [[.:instrumentfiles:EGG|Chilled Mirror Humidity File - egg.raw]]
Line 28: Line 25:
* [[.:instrumentfiles:CPCconc|TSI Condensation Particle Counter (CPC) Concentration File - conc.cpc.raw]]
* [[.:instrumentfiles:CPCconc|TSI Condensation Particle Counter (CPC) Concentration File - conc.cpc.raw]]


===Level 4 Files===
=====Level 4 Files=====
* [[.:instrumentfiles:basic|Basic Meteorological Parameters File - basic.raw]]
* [[.:instrumentfiles:basic|Basic Meteorological Parameters File - basic.raw]]
* [[.:instrumentfiles:CCNCcon|DMT Cloud Condensation Nuclei Counter (CCNC) Concentration File  - dmtccn_conc.raw]]
* [[.:instrumentfiles:CCNCcon|DMT Cloud Condensation Nuclei Counter (CCNC) Concentration File  - dmtccn_conc.raw]]
* [[.:instrumentfiles:CCNCavg|DMT Cloud Condensation Nuclei Counter (CCNC) Average Concentration File  - dmtccn_conc_avg.raw]]
* [[.:instrumentfiles:CCNCavg|DMT Cloud Condensation Nuclei Counter (CCNC) Average Concentration File  - dmtccn_conc_avg.raw]]
* [[.:instrumentfiles:CCNCspec|DMT Cloud Condensation Nuclei Counter (CCNC) Supersaturation Spectrum File  - dmtccn_ss_efit.raw]]
* [[.:instrumentfiles:CCNCspec|DMT Cloud Condensation Nuclei Counter (CCNC) Supersaturation Spectrum File  - dmtccn_ss_efit.raw]]

Revision as of 17:14, 28 February 2015

An aircraft data acquisition system records data (i.e. *.sea level 1 file) from many different instrument. Instrument files (Level 2 and Level 3 files) are created containing all parameters obtained from the instrument by the data acquisition system. Measurement from each instrument are converted from engineering units (Level 2) to physical units (Level 3) if necessary. The instrument files are typically further processed using measurements from several instruments in Level 4 processing. The final processing step is typically to combined together parameters of scientific interests into a summary file. All ASCII files (*.raw, *.clean) are in the NASA/UND format which is based on "Format Specification for Data Exchange" written by Steven E. Gains and R. Stephen Hipsking. All data files have a meta-data header. The file format specifications (formatspec.txt) and a meta-data header variable example (fileheader.html) are provided via the ADPAA repository (src/share directory).

Below are a list of files by processing level. The parameter information is also available from the ADPAA repository in the src/share directory. Information about processing modules for each instrument is given in the Data Streams section of this Wiki. Instrument manufacturer's full names are Applanix Corp. (Applanix), Aventech Research (Aventech), Brechtel Manufacturing Inc. (BMI), Droplet Measurement Technologies (DMT), Honeywell International Inc. (Honeywell), Omega Engineering (Omega), Science Engineering Associates (SEA), Stratton Park Engineering Company (SPEC), and TSI Incorporated (TSI).

Level 3 Files

From Level 1

From Level 2

Level 4 Files