MnSGC Ballooning Team Techniques: APRS tracking-data processing James Flaten Summer 2010.

Slides:



Advertisements
Similar presentations
The essentials managers need to know about Excel
Advertisements

Microsoft Excel Khan Mohammad Mahmud Hasan
CPIT 102 CPIT 102 CHAPTER 1 COLLABORATING on DOCUMENTS.
Orchard Harvest™ LIS Review Results Training
Loading Excel Double click the Excel icon on the desktop (if you have this) OR Click on Start All Programs Microsoft Office Microsoft Office Excel 2003.
Understanding Microsoft Excel
AoN Session 2. Highlight a number of cells at the top of the page. Then with the cursor over these cells right click. Scroll down to the format cell.
Instructions for using this template. To enter your questions and answers, click once on the text on the slide. Then highlight and just type over what’s.
Managing Grades with Excel Viewing Help To view Help 1.Open Excel on your computer. 2.In the top right hand corner of the Excel Screen type in the.
SUNY Morrisville-Norwich Campus- Week 7 CITA 130 Advanced Computer Applications II Spring 2005 Prof. Tom Smith.
MnSGC Ballooning Team Techniques: BalloonSat Easy/Weather data analysis James Flaten Summer 2010.
Using Excel for Data Analysis in CHM 161 Monique Wilhelm.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 11 1 Microsoft Office Excel 2003 Tutorial 11 – Importing Data Into Excel.
Error Bars & Uncertainty in Slope IB DP Physics. Error Bars  Used on graphs to display the uncertainty in measurements of the data points.  There may.
September 2005Created by Polly Stuart1 Analysis of Time Series Data For AS90641 Part 1 Basics for Beginners.
Spreadsheet Problem Solving
Add a File with X, Y coordinates to MapWindow
DECISION MODELING Chapter 2 Spreadsheet Modeling Part 1 WITH MICROSOFT EXCEL Copyright 2001 Prentice Hall Publishers and Ardith E. Baker.
Graphing with Excel: Graphing Made Easy Mac 2008 Version.
Lesson 1 – Microsoft Excel The goal of this lesson is for students to successfully explore and describe the Excel window and to create a new worksheet.
Introducing... NPF Connect Press [Space Bar] to continue...
Importing Data Text Data Parsing Scrubbing Data June 21, 2012.
Spreadsheets and Microsoft Excel. Introduction n A spreadsheet (called a worksheet in Excel) is a two-dimensional array of cells containing data to be.
Excel By: Brandon Honza. Step 1 Take the CD on the table and put it into your computer. Open the Disc. Then click and drag the entire Excel folder to.
Microsoft Excel By: Dr. K.V. Vishwanath Professor, Dept. of C.S.E,
 Starting Excel 2003  Using Help  Workbook Management  Cursor Management  Manipulating Data  Using Formulae and Functions  Formatting Spreadsheet.
EDT 608 Unit 3 Using Microsoft Excel Under “Start”, go to “Programs” and select “Microsoft Excel”. Go the next slide to see the Excel Screen template.
How to make graphs. Hello, There are many ways to make graphs to represent your data. Throughout this very detailed tutorial you will learn to make bar.
1 ADVANCED MICROSOFT EXCEL Lesson 9 Applying Advanced Worksheets and Charts Options.
Exercise 1: Creating GIS data—points lines and polygons A very common method of creating vector data is to physically create these files through on-screen.
DECISION MODELING Chapter 2 Spreadsheet Modeling Part 1 WITH MICROSOFT EXCEL Copyright 2001 Prentice Hall Publishers and Ardith E. Baker.
Cell Alignment By default, text is left aligned and values are right aligned. You can also adjust vertical alignment.
Excel CREATING A WORKSHEET AND CHART. Personal Budget Worksheet We will create a personal budget worksheet that shows you income each month and your expenses.
Spreadsheet Basics chapter 7
MS Excel Introduction to Excel; What Can I Do with a Spreadsheet? Unit 5.
IC 3 BASICS, Internet and Computing Core Certification Key Applications Lesson 11 Organizing the Worksheet.
CTS130 Spreadsheet Lesson 19 Using What-If Analysis.
Graphing with Excel The Basics. Working With Excel The spreadsheet program Excel is useful for constructing data tables and graphs The results can easily.
Instructions for using this template. Remember this is Jeopardy, so where I have written “Answer” this is the prompt the students will see, and where.
Chapter 5 Working with Multiple Worksheets and Workbooks
Lesson 1 – Microsoft Excel * The goal of this lesson is for students to successfully explore and describe the Excel window and to create a new worksheet.
LSP 120: Quantitative Reasoning and Technological Literacy Topic 1: Introduction to Quantitative Reasoning and Linear Models Lecture Notes 1.3 Prepared.
Creating a Scatter Plot On a Mac. Data in Excel Spreadsheet Insert the variable you want on the x-axis in the left column Insert the variable you want.
Understanding Microsoft Excel Lesson 1 – Microsoft Excel 2013.
Regression Analysis in Microsoft Excel MS&T Physics 1135 and 2135 Labs.
Paper 2 Exam Tips Guidance: 1.Evidence Document 2.Unit 9: – Communication ( ) 3.Unit 10: - Document Production (Word) 4.Unit 16: PowerPoint 5.Unit.
How to graph your stock project performance vs. the 3 major indexes.
How-to Easily Create a Stacked Clustered Column Chart in Excel.
Instructions for using this template. Remember this is Jeopardy, so where I have written “Answer” this is the prompt the students will see, and where.
Excel is our friend. Really. Excel is a spreadsheet program used a great deal in business and in science. It can do a lot of things but we will mainly.
MnSGC Ballooning Team Techniques: HOBO temp/solar panel data analysis James Flaten Summer 2010.
Understanding Microsoft Excel
Власенко Юлия Сергеевна, учитель математики МОУ ООШ №5 г. Качканар
Understanding Microsoft Excel
Understanding Microsoft Excel
Data!.
Finalizing a Worksheet
Microsoft Excel.
Using Excel to Graph Data
Understanding Microsoft Excel
SSI Toolbox Status Workbook Overview
Using Charts in a Presentation
Mostly Solving Equations
This is a setup file for a Jeopardy game.
Using Excel to Graph Data
Understanding Microsoft Excel
This is a setup file for a Jeopardy game.
HIMS 650 Homework set 5 Putting it all together
Степень с натуральным показателем
This is a setup file for a Jeopardy game.
Presentation transcript:

MnSGC Ballooning Team Techniques: APRS tracking-data processing James Flaten Summer 2010

After each flight, tracking data files are saved from car-tracking computers and from the internet record on aprs.fi from all transmitters on the flight. Usually the internet record is the most complete, but it may be manually supplemented with a transmissions from the launch site and/or the landing zone. It is sufficient to process just the data from the transmitter that worked best on that flight.

Here are some lines from a raw data file. Sample data of interest is highlighted (yellow is timestamp in hr,min,sec – ends with “h” for “hour”) (green is latitude given in deg,decmin – ends the “N/” for “north”) (turquoise is longitude also in deg,decmin – ends with “W” for “west”) (gray is altitude in ft – starts with “A=”). Notice not all lines contain useful data. Red type indicates duplicate data records or problematic data. Manually erase all lines that don’t contain useful data.

Here is all that is left after extra lines are erased. Now use the Find and Replace All feature of MS Word to add “/” characters in the vicinity of each piece of useful data. For example, replace “h” with “/h/”, replace “N/” with “/N/”, replace “W” with “/W/”, and replace “A=” with “A=/”. Now the file looks like this (below). Notice that some extraneous replacements occurred too.

Save the file in Plain Text (*.txt) format, accepting the defaults offered. Close MS Word and reopen the file using MS Excel (will need to tell Excel to look for Files of type “All Files”, not just “All Excel Files”). Indicate that data in this file is “delimited” by specific characters rather than of fixed width. Tell Excel to watch for the “/” character to delimit data points.

Erase data from all cells that don’t interest you. Notice that the data doesn’t line up vertically (yet). Erase extra characters (in the altitude boxes in this case).

Now delete the extra cells themselves, shifting to the left (not vertically) until everything lines up. Here is what it looks like part way through and at the end. Add title line and save in.xls format as a “scrubbed” data file.

Find an “Altitude vs Time Analysis” file from a flight that has already been processed. Study how it works (next several slides) before putting data from new flight in place. The columns highlighted here are where the scrubbed data will go.

The green columns highlighted show extraction of hours, minutes, and seconds indi- vidually from the hr,min,sec raw data column. The orange column (see equation in box at the top) calculates the total amount of time in seconds since the release (call that t = 0). If some tracking data lines come from prior to release, their Time boxes will have negative values. You need to figure out exactly when balloon was released and subtract that number of seconds from the Time column. For flight shown the offset was sec.

Tan columns repeat Time, now in minutes, and Altitude. The graph shows the raw Altitude vs Time for the flight. There might be gaps in the record, depending on how well the tracking went. Expect a linear ascent rate to some altitude A1 and time t1, a (slower) linear ascent rate to burst at time t2, then a rapid, non-linear descent to the landing (rest of the data). The change in ascent slope is sometimes fairly subtle.

The next 3 graphs are of Phase 1, Phase 2, and Phase 3 separately. (Notice the highlighted graph only uses some of the data points.) Use a linear fit on the first two graphs and a 3 rd or 4 th order polynomial fit for the last graph. The equations for the fits are printed right on the graphs. Instructions for doing such fits with Excel are on the next slide.

To do fitting with Excel, click on the data (on the graph) to select it then right- click and choose “Add Trendline”. In the Format Trendline window be sure to select “Display Equation on chart” so that you can see the fit parameters it uses to do the fitting. Linear fits work well but parameters for high-order polynomial fits may be reported on-screen with insufficient digits for the next step, so you may need to do those fits using different software.

The parameters for the two linear fits (2 parameters each) plus the polynomial fit (about 5 parameters) go in the boxes highlighted, as do notes about times in the data record where each fit is valid. Note that the parameter values and the times to switch between phases will be different for every flight.

Now generate altitude values (blue columns) for a set of uniform times (gray column) and plot them (pink plot). This should look very like the original data plot in overall shape.

In the yellow cells a single (complicated) formula (see equation at top of window) selects the right fit and then calculates the altitude A for any time t. This is the A[t] function, which is the desired result for this data processing.

Now on to the new data! Copy the scrubbed data from the new flight into the correct columns of the spreadsheet, update the title, then save it with an appropriate name that incorporates the actual flight number (e.g. “GL27”) Study the data to determine the time when the flight began and force that to become t=0 in the Time column by subtraction. Examine the plot of the original data to decide where Phase I, Phase 2, and Phase 3 begin and end (in minutes). Plot just Phase 1 data and apply a linear fit, extracting the two fit parameters. Do the same for Phase 2 data. Fit the descent with a 3 rd or 4 th order poly- nomial fit, whichever looks better, and extract those parameters too (seeking additional digits from another fitting program if need be). Calculate altitudes for evenly-space time values in all 3 phases and plot them to make sure they fit together reasonably. Finally, update the A[t] function and plot all the phases, comparing to the original data plot.