Main Page: Difference between revisions
Jump to navigation
Jump to search
Daviddelene (talk | contribs) No edit summary |
|||
Line 13: | Line 13: | ||
==Information for Developers== | ==Information for Developers== | ||
===Coding Information=== | ===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]] | ||
* [[.: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]] | |||
===Developer's Conferences=== | ===Developer's Conferences=== | ||
Line 44: | Line 49: | ||
* [[.:copyright:home|Copyright Notice (COPYING)]] | * [[.:copyright:home|Copyright Notice (COPYING)]] | ||
* [[.:wikiaccounts:home|Creations of Wiki Page Accounts]] | * [[.:wikiaccounts:home|Creations of Wiki Page Accounts]] | ||
===Software Programs=== | ===Software Programs=== |
Revision as of 13:18, 20 October 2023
Guides
Data Processing Guide (odt, pdf)
Programming Guide (odt, pdf)
Researcher Guidelines and Expectations (odt, pdf)
Tutorials
ADPAA (Uses Data from ADTAE Repository)
Data Acquisition
Information for Developers
Coding Information
- ADPAA Debugging
- Adding Module to ADPAA
- Constants: Setting and Updating
- IDL Wrapper Code
- Installing, Updating, and Committing (Developers) ADPAA (INSTALL)
Data Acquisition
Developer's Conferences
- November 7, 2016
- June 26, 2017
- March 30, 2018/July 27, 2018
- January 25, 2019
- August 17, 2020
Directories
- ${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.
General Information
Documentation
Software Programs
Visualization
- Graphical Analysis Programs (cplot/cplot2, aplot)
Scripts
- ADPAA Processing Scripts (Project and Flight Processing, Analysis Tools)
- ADPAA Linkage Scripts to SODA2 (Two Dimensional Image Probe Processing)
Files
Analysis Files
Data File Extension Hierarchy (from bottom to top)=
- Exact (unmodified) Serial Stream Out Data Files - NASA/UND ASCII Format (*.log)
- Raw Data Files - NASA/UND ASCII Format (*.raw)
- Chronological files - NASA/UND ASCII Format (*.chron)
- Synchronous Files - NASA/UND ASCII Format (*.sync)
- Edited Files - NASA/UND ASCII Format (*.flt, *.edits)
- Clean Files - NASA/UND ASCII Format (*.clean)
- Summary (Science) Files - NASA/UND ASCII Format (*.sum)
Image Files
Input/Output of Data Files
- IDL Reading and Writing NASA/UND Formatted Data Files
- Python Reading and Writing NASA/UND Formatted 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.
Atmospheric Winds (AIMMS Probe)
Atmospheric Winds (M300 - Citation Research Aircraft)
Cloud Condensation Nuclei Counter (DMT)
- Aircraft Processing (M300 Data System)
- Surface Processing (Processing Data Directly from Instrument)
Cloud Condensation Nuclei Counter (UWyo)
- Lab Processing (Processing Data using M200 Data System)
- Lab Processing (Processing Data using A/D Board)