.:tutorialsReadplot CCNCdata:home: Difference between revisions

From ADPAA
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:


=Purpose=
=Purpose=
An example code to get started using Python and the Airborne Data Processing And Analysis (ADPAA) software package.  It reads a data file in and creates an x-y plot using Python.
An example code to get started using Python and the Airborne Data Processing And Analysis (ADPAA) software package.  It reads in a data file and creates an x-y plot using Python.


=Usage=
=Usage=
Line 9: Line 9:


=Notes=
=Notes=
* Tutorial code is a part of the Airborne Data Testing And Evaluation (ADTAE) software package ([https://sourceforge.net/projects/adtae/ found here]) and is located at ${ADTAE_DIR}/NoteBooks/adpaa_readplot_ccndata within ADTAE.
* Tutorial code is a part of the Airborne Data Testing And Evaluation (ADTAE) software package ([https://sourceforge.net/projects/adtae/ found here]) and is located at ''${ADTAE_DIR}/NoteBooks/adpaa_readplot_ccndata'' within ADTAE.

Latest revision as of 02:01, 25 January 2019

Tutorial Name

adpaa_readplot_ccndata.py

Purpose

An example code to get started using Python and the Airborne Data Processing And Analysis (ADPAA) software package. It reads in a data file and creates an x-y plot using Python.

Usage

 ./adpaa_readplot_ccndata.py

Notes

  • Tutorial code is a part of the Airborne Data Testing And Evaluation (ADTAE) software package (found here) and is located at ${ADTAE_DIR}/NoteBooks/adpaa_readplot_ccndata within ADTAE.