Main Page: Difference between revisions

From ADPAA
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(58 intermediate revisions by 5 users not shown)
Line 1: Line 1:
==Guides and Tutorials==
==Guides==
*[http://aerosol.atmos.und.edu/DataProcessingGuide.pdf  Data Processing Guide]
===Data Processing Guide ([http://aerosol.atmos.und.edu/DataProcessingGuide.odt  odt], [http://aerosol.atmos.und.edu/DataProcessingGuide.pdf  pdf])===
*[http://aerosol.atmos.und.edu/ProgrammingGuide.pdf  Programming Guide]
===Programming Guide ([http://aerosol.atmos.und.edu/ProgrammingGuide.odt  odt], [http://aerosol.atmos.und.edu/ProgrammingGuide.pdf  pdf])===
===Researcher Guidelines and Expectations ([http://aerosol.atmos.und.edu/GraduateResearch.odt odt], [http://aerosol.atmos.und.edu/GraduateResearch.pdf pdf])===


==General Information==
==Tutorials==
===ADPAA (Uses Data from ADTAE Repository)===
* [[.:tutorialsReadplot_CCNCdata:home|Simple Example to Create X-Y Plot Using Python adpaa.py Module]]
* [[.:tutorials2DC2DS:home|2DC-2DS Tutorial]]
===Science Engineering Associates (SEA) M300 Data Acquisition System===
* [[.:tutorialsM300SerialDataOut:home|Checking output of serial data from M300]]
* [[.:tutorialsM300FTP:home|Transferring files using the M300.]]
 
==Information for Developers==
===Coding Information===
* [[.:debug:home|ADPAA Debugging]]
* [[.:developers:home:module|Adding Module to ADPAA]]
* [[.:constants:home|Constants:  Setting and Updating]]
* [[.:constants:home|Constants:  Setting and Updating]]
* [[.:cplot:home|Cplot Graphical Analysis Program]]
* [[.:copyright:home|Copyright Notice (COPYING)]]
* [[.:wikiaccounts:home|Creations of Wiki Page Accounts]]
* [[.:idlwrapper:home|IDL Wrapper Code]]
* [[.:idlwrapper:home|IDL Wrapper Code]]
* [[.:SVNInstall:home|Installing, Updating, and Committing (Developers) ADPAA (INSTALL)]]
* [[.:SVNInstall:home|Installing, Updating, and Committing (Developers) ADPAA (INSTALL)]]
===Data Acquisition===
* [[.:DataProtocols:home| Protocols for Data Acquisition]]
* [[.:M300Tags:home| M300 Tag Number Standard Definitions]]
* [[.:M300Tags:home| M300 Tag Number Standard Definitions]]
* [[.:scripts:home|Scripts (Project and Flight Processing, Analysis Tools)]]
 
===How to Update MediaWiki Software===
* [[.:UpdateMediaWiki:home| Update MediaWiki]]
 
===Developer's Conferences===
* November 7, 2016
* June 26, 2017
* March 30, 2018/July 27, 2018
* January 25, 2019
* [[.:DevConference_20200817:home|August 17, 2020]]
 
===Directories ===
==== ADPAA Software ====
* ${ADPAA_DIR}/bin *
Location of the executable code for the binary (production) version of ADPAA
* ${ADPAA_DIR}/binary_distributions
Location of the compressed, tar files is for saved binary (production) version of ADPAA.
* ${ADPAA_DIR}/sav
Location of the complied IDL files.
* ${ADPAA_DIR}/share
Location of none code files used by the binary (production) version
* ${ADPAA_DIR}/source_distributions
Location of source code for archived version.
* ${ADPAA_DIR}/src
Location of all the source code for the current version.
 
==== ADPAA Data File ====
* Follows Appendix B of Delene, D. J., Airborne Data Processing and Analysis Software Package, Earth Science Informatics, 4(1), 29-44, 2011, URL:  http://dx.doi.org/10.1007/s12145-010-0061-4, DOI:  10.1007/s12145-010-0061-4.
Note that when the priminary data acquistion sytem, such as a M300, is restarted during a flight the flight id is denoted as YYYYMMDD_?, where ? starts at 1 for flight on that day. Within the YYYYMMDD_? directory, there are directories with names of YYYYMMDD_HHMMSS that denote the start times of each files.  A Combined directory is include within the YYYYMMDD_? that combines all data from all files acquired during the flight. The 'combine_files' script us used to combine files obtained different acquisition period into files within the Cobmined directory.
 
==General Information==
===Documentation===
* [[.:copyright:home|Copyright Notice (COPYING)]]
* [[.:wikiaccounts:home|Creations of Wiki Page Accounts]]
 
===Software Programs===
===Visualization - Graphical Analysis Programs ===
* [[.:cplot:home|cplot/cplot2]]
* [[.:aplot:home|aplot]]
* [[.:pbp_viewer:home|pbp_viewer]]
 
===Scripts===
* [[.:scripts:home|ADPAA Processing Scripts (Project and Flight Processing, Analysis Tools)]]
* [[.:sodalinkagescripts:home|ADPAA Linkage Scripts to SODA2 (Two Dimensional Image Probe Processing)]]


==Files==
==Files==
* Data file extension hierarchy (from bottom to top)
===Analysis Files===
** [[.:instrumentfiles:home|Raw Data Files - NASA/UND ASCII Format (*.raw)]]
* [[.:segmentfiles:home|Segment Files - NASA/UND ASCII Format (*.segment)]]
** [[.:chronfiles:home|Chronological files - NASA/UND ASCII Format (*.chron)]]
===Data File Extension Hierarchy (from bottom to top)====
** [[.:syncfiles:home|Synchronous Files - NASA/UND ASCII Format (*.sync)]]
* [[.:logfiles:home|Exact (unmodified) Serial Stream Out Data Files - NASA/UND ASCII Format (*.log)]]
** [[.:editfiles:home|Edited Files - NASA/UND ASCII Format (*.flt, *.edits)]]
* [[.:instrumentfiles:home|Raw Data Files - NASA/UND ASCII Format (*.raw)]]
** [[.:cleanfiles:home|Clean Files - NASA/UND ASCII Format (*.clean)]]
* [[.:chronfiles:home|Chronological files - NASA/UND ASCII Format (*.chron)]]
* Image files
* [[.:syncfiles:home|Synchronous Files - NASA/UND ASCII Format (*.sync)]]
** [[.:twodc:home|Image Files (*.2dc, *.cip, *.pip)]]
* [[.:editfiles:home|Edited Files - NASA/UND ASCII Format (*.flt, *.edits)]]
* netCDF Files
* [[.:cleanfiles:home|Clean Files - NASA/UND ASCII Format (*.clean)]]
** [[.:netcdf:home|netCDF Files]]
* [[.:summaryfiles:home|Summary (Science) Files - NASA/UND ASCII Format (*.sum)]]
===Image Files===
* [[.:twodc:home|Image Files (*.2dc, *.cip, *.pip)]]
===Input/Output of Data Files===
* [[.:ioIDL:home|IDL Reading and Writing NASA/UND Formatted Data Files]]
* [[.:ioPython:home|Python Reading and Writing NASA/UND Formatted Data Files]]
===netCDF Files===
* [[.:netcdf:home|netCDF Files]]


==Instrument Processing Streams==
==Instrument Processing Streams==
Gives the overall flow of the processing code per instrument and not step-by-step instructions as to how the data is processed.  For step-by-step instructions, see the processing code itself.
Gives the overall flow of the processing code per instrument and not step-by-step instructions as to how the data is processed.  For step-by-step instructions, see the processing code itself.


=====Atmospheric Winds (AIMMS Probe - USB Stick)=====
=====Aeronautical Radio, Incorporated (ARINC) 429=====
* [[.:ARINC429|ARINC 429 Processing]]
=====Atmospheric Winds (AIMMS Probe)=====
* [[.:AIMMS_Winds:M300|AIMMS Probe (M300 Data System)]]
* [[.:AIMMS_Winds:USB|AIMMS Probe (USB Data System)]]
* [[.:AIMMS_Winds:USB|AIMMS Probe (USB Data System)]]
=====Atmospheric Winds (M300 - Citation Research Aircraft)=====
=====Atmospheric Winds (M300 - Citation Research Aircraft)=====
* [[.:citationwinds:M300|Aircraft Processing (M300 Data System)]]
* [[.:citationwinds:M300|Aircraft Processing (M300 Data System)]]
Line 40: Line 106:
=====Cloud Droplet Probe (CDP)=====
=====Cloud Droplet Probe (CDP)=====
* [[.:cdp:Lab|Lab Processing (Processing Data using Stream Data)]]
* [[.:cdp:Lab|Lab Processing (Processing Data using Stream Data)]]
=====Cloud Particle Imager (CIP) and DMT's Image Playback and OASIS Software=====
* [[.:cdp:Aircraft|Processing Data from SEA M300 file]]
* [[.:cip:dmt|Using SEA M300 recorded CIP Data with DMT Software]]  


=====Condensation Particle Counter (CPC)=====
=====Cloud Particle Imager (CIP)=====
* [[.:cpc lab Processing]]
* [[.:cip:dmt|Using SEA M300 recorded CIP Data with DMT's Image Playback and OASIS Software]]
* [[.:cip:M300|Aircraft Processing (M300 Data System)]]


=====Condensation Particle Counter (CPC)=====
=====Condensation Particle Counter (CPC)=====
* [[.:cpc:Lab|Lab Processing]]
* [[.:cpc:Lab|Lab Processing]]
 
=====Grimm Optical Particle Counter (SKY-OPC)=====
=====Image Probes (2D-S, CIP, HVPS, PIP)=====
* [[.grimm|Grimm SKY-OPC Processing]]
* [[.:imageprobes|Two Dimensional Image Probe Processing]]
=====High Volume Precipitation Spectrometer (HVPS3)=====
* [[.hvps3|HVPS3 Processing]]
=====Icing Detector (Model LM)=====
* [[.icedetector|Icing Detector Processing (Model LM)]]
=====Icing Detector (Model ND) =====
* [[.icedetectorND|Icing Detector Processing (Model ND)]]
=====King Water Content Probe=====
* [[.king|King Processing]]
=====Multi-Element Water Content System (WCM-2000)=====
* [[.wcm|WCM 2000 Processing]]
=====Multi-Element Water Content System (WCM-3000)=====
* [[.wcm3000|WCM 3000 Processing]]
=====Nevzorov Total and Liquid Water Content Probe (Nevzorov)=====
* [[.nevzorov|Nevzorov Processing]]
=====Passive Cavity Aerosol Spectromoter Probe (PCASP) Processing=====
=====Passive Cavity Aerosol Spectromoter Probe (PCASP) Processing=====
* [[.:pcasp|PCASP Processing]]
* [[.:pcasp|PCASP Processing]]
=====Scanning Mobility Particle Sizer (SMPS) Spectrometer (TSI)=====
=====Scanning Mobility Particle Sizer (SMPS) Spectrometer (TSI)=====
*  [[.SMPS:processing|SMPS Processing]]
*  [[.SMPS:processing|SMPS Processing]]
=====Temperature Probe (Rosemount)=====
=====Temperature Probe (Rosemount)=====
*  [[.rosemounttemp:M300|Aircraft Processing (M300 Data System)]]
*  [[.rosemounttemp:M300|Aircraft Processing (M300 Data System)]]
Line 63: Line 143:
=====Two-Dimensional Cloud Probe (2DC)=====
=====Two-Dimensional Cloud Probe (2DC)=====
*  [[.twodc|2D-C Processing]]
*  [[.twodc|2D-C Processing]]
=====Weals Optical Particle Counter(OPC)=====
=====Two-Dimensional Spectrometer Probe (2DS)=====
*  [[.twods|2D-S Processing]]
=====Weals Optical Particle Counter (OPC)=====
*  [[OPC cloud chamber lab processing]]
*  [[OPC cloud chamber lab processing]]


==Related Web Sites==
==Troubleshooting Methods==
* [[.checkingserial|Checking Serial Data]]


==Related Web Site Links==
*[https://sourceforge.net/projects/adpaa/  ADPAA Source Forge Site]
*[https://sourceforge.net/projects/adpaa/  ADPAA Source Forge Site]
*[http://aerosol.atmos.und.edu/ADPAA/index.html  UND Airborne Wiki]
*[http://aerosol.atmos.und.edu/ADPAA/index.html  UND Airborne Wiki]
*[http://www.springerlink.com/content/q450j8505224413x/fulltext.pdf  David Delene's ADPAA Software Article]
*[http://www.springerlink.com/content/q450j8505224413x/fulltext.pdf  David Delene's ADPAA Software Article]

Latest revision as of 10:32, 12 December 2024

Guides

Data Processing Guide (odt, pdf)

Programming Guide (odt, pdf)

Researcher Guidelines and Expectations (odt, pdf)

Tutorials

ADPAA (Uses Data from ADTAE Repository)

Science Engineering Associates (SEA) M300 Data Acquisition System

Information for Developers

Coding Information

Data Acquisition

How to Update MediaWiki Software

Developer's Conferences

  • November 7, 2016
  • June 26, 2017
  • March 30, 2018/July 27, 2018
  • January 25, 2019
  • August 17, 2020

Directories

ADPAA Software

  • ${ADPAA_DIR}/bin *

Location of the executable code for the binary (production) version of ADPAA

  • ${ADPAA_DIR}/binary_distributions

Location of the compressed, tar files is for saved binary (production) version of ADPAA.

  • ${ADPAA_DIR}/sav

Location of the complied IDL files.

  • ${ADPAA_DIR}/share

Location of none code files used by the binary (production) version

  • ${ADPAA_DIR}/source_distributions

Location of source code for archived version.

  • ${ADPAA_DIR}/src

Location of all the source code for the current version.

ADPAA Data File

  • Follows Appendix B of Delene, D. J., Airborne Data Processing and Analysis Software Package, Earth Science Informatics, 4(1), 29-44, 2011, URL: http://dx.doi.org/10.1007/s12145-010-0061-4, DOI: 10.1007/s12145-010-0061-4.

Note that when the priminary data acquistion sytem, such as a M300, is restarted during a flight the flight id is denoted as YYYYMMDD_?, where ? starts at 1 for flight on that day. Within the YYYYMMDD_? directory, there are directories with names of YYYYMMDD_HHMMSS that denote the start times of each files. A Combined directory is include within the YYYYMMDD_? that combines all data from all files acquired during the flight. The 'combine_files' script us used to combine files obtained different acquisition period into files within the Cobmined directory.

General Information

Documentation

Software Programs

Visualization - Graphical Analysis Programs

Scripts

Files

Analysis Files

Data File Extension Hierarchy (from bottom to top)=

Image Files

Input/Output of Data Files

netCDF Files

Instrument Processing Streams

Gives the overall flow of the processing code per instrument and not step-by-step instructions as to how the data is processed. For step-by-step instructions, see the processing code itself.

Aeronautical Radio, Incorporated (ARINC) 429
Atmospheric Winds (AIMMS Probe)
Atmospheric Winds (M300 - Citation Research Aircraft)
Cloud Condensation Nuclei Counter (DMT)
Cloud Condensation Nuclei Counter (UWyo)
Cloud Droplet Probe (CDP)
Cloud Particle Imager (CIP)
Condensation Particle Counter (CPC)
Grimm Optical Particle Counter (SKY-OPC)
High Volume Precipitation Spectrometer (HVPS3)
Icing Detector (Model LM)
Icing Detector (Model ND)
King Water Content Probe
Multi-Element Water Content System (WCM-2000)
Multi-Element Water Content System (WCM-3000)
Nevzorov Total and Liquid Water Content Probe (Nevzorov)
Passive Cavity Aerosol Spectromoter Probe (PCASP) Processing
Scanning Mobility Particle Sizer (SMPS) Spectrometer (TSI)
Temperature Probe (Rosemount)
True Air Speed (TAS) Processing
Tunable Diode Laser Hygrometer (TDL)
Two-Dimensional Cloud Probe (2DC)
Two-Dimensional Spectrometer Probe (2DS)
Weals Optical Particle Counter (OPC)

Troubleshooting Methods

Related Web Site Links