Main Page: Difference between revisions
Jump to navigation
Jump to search
Daviddelene (talk | contribs) No edit summary |
Daviddelene (talk | contribs) |
||
Line 29: | Line 29: | ||
=====Atmospheric Winds (AIMMS Probe - USB Stick)===== | =====Atmospheric Winds (AIMMS Probe - USB Stick)===== | ||
* [[.:AIMMS_Winds:USB|AIMMS Probe (USB Data System)]] | * [[.:AIMMS_Winds:USB|AIMMS Probe (USB Data System)]] | ||
* Use this process to generate Google Earth flight paths from USB AIMMS Probe data. | |||
*Use this process to generate Google Earth flight paths from USB AIMMS Probe data. | * Last edited 8/03/2017 - Shawn Wagner [shawn.wagner@und.edu] | ||
*Last edited 8/03/2017 - Shawn Wagner [shawn.wagner@und.edu] | |||
1. Concatenate all ".A??" files into one ".aim" file using the ADPAA combine_aimms script or the linux command "cat". | 1. Concatenate all ".A??" files into one ".aim" file using the ADPAA combine_aimms script or the linux command "cat". | ||
Example: "combine_aimms file=12091440.A00" give combine file 12091440.aim | Example: "combine_aimms file=12091440.A00" give combine file 12091440.aim | ||
Example: "cat 12091440.A00 12091440.A01 > 12091440.aim" give combine file "12091440.aim". | Example: "cat 12091440.A00 12091440.A01 > 12091440.aim" give combine file "12091440.aim". | ||
2. Convert the ".aim" file from step 1 into a file of the correct format using ADPAA command "convert_aimmstonasa file=*inputfile*.aim". | 2. Convert the ".aim" file from step 1 into a file of the correct format using ADPAA command "convert_aimmstonasa file=*inputfile*.aim". | ||
Example: "convert_aimmstonasa file=12091440.aim" produces the file "97_12_09_14_40_07.aimms.realtime_usb.raw". | Example: "convert_aimmstonasa file=12091440.aim" produces the file "97_12_09_14_40_07.aimms.realtime_usb.raw". | ||
3. Convert file generated in step 2 into kml format using ADPAA command "convert2kml < *inputfile* > *outputfile*". | 3. Convert file generated in step 2 into kml format using ADPAA command "convert2kml < *inputfile* > *outputfile*". | ||
Example: "convert2kml < 97_12_09_14_40_07.aimms.realtime_usb.raw > 97_12_09_14_40_07.aimms.realtime_usb.kml" produces the file "97_12_09_14_40_07.aimms.realtime_usb.kml". | Example: "convert2kml < 97_12_09_14_40_07.aimms.realtime_usb.raw > 97_12_09_14_40_07.aimms.realtime_usb.kml" produces the file "97_12_09_14_40_07.aimms.realtime_usb.kml". | ||
4. The file produced in step 3 may now be loaded into Google Earth. | 4. The file produced in step 3 may now be loaded into Google Earth. |
Revision as of 15:33, 2 October 2017
General Information
- Constants: Setting and Updating
- Cplot Graphical Analysis Program
- Copyright Notice (COPYING)
- Creations of Wiki Page Accounts
- IDL Wrapper Code
- Installing, Updating, and Committing (Developers) ADPAA (INSTALL)
- M300 Tag Number Standard Definitions
- Scripts (Project and Flight Processing, Analysis Tools)
Files
- Data file extension hierarchy (from bottom to top)
- Image files
- netCDF Files
Guides and Tutorials
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 - USB Stick)
- AIMMS Probe (USB Data System)
- Use this process to generate Google Earth flight paths from USB AIMMS Probe data.
- Last edited 8/03/2017 - Shawn Wagner [shawn.wagner@und.edu]
1. Concatenate all ".A??" files into one ".aim" file using the ADPAA combine_aimms script or the linux command "cat".
Example: "combine_aimms file=12091440.A00" give combine file 12091440.aim Example: "cat 12091440.A00 12091440.A01 > 12091440.aim" give combine file "12091440.aim".
2. Convert the ".aim" file from step 1 into a file of the correct format using ADPAA command "convert_aimmstonasa file=*inputfile*.aim".
Example: "convert_aimmstonasa file=12091440.aim" produces the file "97_12_09_14_40_07.aimms.realtime_usb.raw".
3. Convert file generated in step 2 into kml format using ADPAA command "convert2kml < *inputfile* > *outputfile*".
Example: "convert2kml < 97_12_09_14_40_07.aimms.realtime_usb.raw > 97_12_09_14_40_07.aimms.realtime_usb.kml" produces the file "97_12_09_14_40_07.aimms.realtime_usb.kml".
4. The file produced in step 3 may now be loaded into Google Earth.
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)