MnSGC Ballooning Team Techniques: HOBO temp/solar panel data analysis James Flaten Summer 2010.

Slides:



Advertisements
Similar presentations
Lesson 3 Working with Formulas.
Advertisements

SPREADSHEETS Chapter 3 By Michael & Russell What are Spreadsheets used for? SIMPLE CALCULATIONS SIMPLE CALCULATIONS (shop’s weekly profits) COMPLEX CALCULATIONS.
Spreadsheet software 1. Spreadsheets 2 Spreadsheet software Components of spreadsheets Labels - are used for titles, headings, names, and for identifying.
Spreadsheets. Software program capable of performing many calculations, functions, graphs Arranged in rows (by number) and columns (letters) Intersection.
8. Introduction to Spreadsheet CSCI N207 Data Analysis Using Spreadsheet Lingma Acheson Department of Computer and Information Science,
Unit 8.4_Lesson 3_CD Resource 3a_Calculating VAT using absolute cell referencing Calculating VAT Using absolute cell referencing.
FORMULAS & FUNCTIONS EXCEL 2. Excel Input – a collection of informational data typed into the spreadsheet Output – worksheet results Information to be.
FORMULAS & FUNCTIONS EXCEL. Input A collection of information Data typed into the spreadsheet Output Worksheet Results.
Microsoft Office XP Microsoft Excel
Absolute Cell Reference Absolute cell reference is when you press F4 on a formula. E.g. When you type in =C4*D4 and press F4. F4 gives you 2 dollar signs!
MnSGC Ballooning Team Techniques: BalloonSat Easy/Weather data analysis James Flaten Summer 2010.
Colorado Space Grant Consortium HOBO Computer Class #05 HOBO Computer Class #05.
Seminar for Top Engineering Prospects.  ~step/class_material.
SPREADSHEETS Define/Uses Software primarily used for business and scientific data analysis. The advantage of using a spreadsheet is in its speed at which.
Common formulas An Excel formula always begins with an equal sign (=). Create a formula by combining numbers, cell references, arithmetic operators, and/or.
Locating Points on a Circle Sine Cosine Tangent. Coordinates Systems Review There are 3 types of coordinate systems which we will use: Absolute Incremental.
Spreadsheets and Microsoft Excel. Introduction n A spreadsheet (called a worksheet in Excel) is a two-dimensional array of cells containing data to be.
Microsoft Excel 2003 Illustrated Complete And Editing Worksheets Building.
Excel Worksheet # 5 Class Agenda Formulas & Functions
1-7 Data and Spread Big Idea Two measures of the spread of a data set are range and mean absolute deviation. Range, the difference between the maximum.
Introduction to Excel Line Graphing The ‘Quick’ and ‘Easy’ guide to using Microsoft Excel for Line Graphing * Created by: Bunch of BHS science teachers.
Advanced Excel. Objectives Explore ways to create more intelligent spreadsheets using advanced elements such as: –Naming –Functions Logical Mathematical.
Introduction to Algebra
Inputting and presenting data. “ I know what a spreadsheet is, I can enter simple data into a spreadsheet.” By the end of this session, I want you to.
Chapter 6.  If a cell style will be used over and over again it can be modified in the cell styles gallery  Home ⇒ Cell Styles ⇒ right-click a style.
Key Words: Functional Skills. Key Words: Spreadsheets.
Basic Functions. Excel can be a very powerful tool for displaying facts and figures, especially when you know how to make quick and easy use of its features.
 A spreadsheet is a type of software which you can put and sort out data. It is also known as ‘Microsoft Excel’ What is a spreadsheet?
Learning Goal  You will understand and use the math vocabulary of chapter 2 to solve problems.
Foundation Excel 2013 Gareth Johns & Paul Mugleston 1.
Operations with Integers PowerPoint Created By: Ms. Cuervo.
Absolute cell reference
Absolute Cell References Unit 2 ICT GNVQ. Lesson Objectives To use an absolute cell reference in a formula To use the website effectivelywww.ictgnvq.org.uk.
MnSGC Ballooning Team Techniques: APRS tracking-data processing James Flaten Summer 2010.
Exploring Microsoft Excel 2002 Chapter 2 Chapter 2 Gaining Proficiency: The Web and Business Applications By Robert T. Grauer Maryann Barber Exploring.
Spreadsheets What is Excel?. Objectives 1. Identify the parts of the Excel Screen 2. Identify the functions of a spreadsheet 3. Identify how spreadsheets.
  Relative Cell Reference : automatically change when copied  Ex. Write a formula in C6: A6 + B6 = C6  Excel will use the above cell to copy for formattin.
Data tables and Graphing A way to represent the data to make it easier to read and understand. Always organize the data in a table from greatest to least.
Exporting Data from Scope to Excel. Save DSO Data After you have made measurements using the Velleman scope, you can save the data as a.txt file using.
Using Microsoft® Excel This presentation is designed for Chapter 1, Section 1.2.
Junk in a Box Final Presentation Frank Becky, Kyle Cummings, Jordan Haines, Villiam Klein, Matt Peoples, Ryan Scott and Aaron Young 4 December 2007.
What is photosynthesis?
Unit 8 – Spreadsheets Part 2 Spreadsheets Skills Lesson Part 1.
How-to Easily Create a Stacked Clustered Column Chart in Excel.
EDT321EDT321 1 Summer Session Spreadsheets Formulas and Functions.
How to create a graph using Microsoft Excel By Lynn Carroll.
Suppose a real world event occurs at regular intervals such as having a birthday party, renting videos, or driving. How can Algebra help us visualize.
Excel Training - Part One
Excel Adrressing and Linking
Multiply or divide as usual.
Understanding Spreadsheets
SAME SIGNS JUST ADD !! ADDITION OF INTEGERS = (-2) = -10
Microsoft Excel 2003 Illustrated Complete
James Flaten, MN Space Grant U of MN – Aerospace Engineering Dept.
Technology Mrs. Huddleston
Spreadsheets (Excel Tasks)
4.01 Spreadsheet Formulas & Functions
4.01 Spreadsheet Formulas & Functions
Lesson 1 Notes Chapter 6.
Spreadsheets A How To!.
Ballooning Payload Components for Teacher Workshop Summer 2010
Mathematical operators
Introduction to Spreadsheet Terminology
The Coordinate Plane CCGPS6.NS.6.b
Let’s explore some more relationships between two variables.
Mathematical Formulas and Excel
Lessons 1 & 2: A Pancake Recipe
Chapter 4 SPREADHEET MODELLING WITH EXCEL
Integers and Absolute Value
Introduction to Spreadsheets
Presentation transcript:

MnSGC Ballooning Team Techniques: HOBO temp/solar panel data analysis James Flaten Summer 2010

HOBO data usually looks about like this when originally stored (depending on what units are selected during export step). Here the 4 channels are internal temperature, internal relative humidity, external temperature, and voltage (from a solar panel).

Improve the labeling, widening the columns as need be. Add “Time T (raw)” and “Time T (min)” and “Flight time t (min)” columns. In the Time T (raw) column copy the TIME, GMT information, formatting the cells to “General” to expose the raw timing values.

Next generate values for the Time T (min) column by subtracting the first raw value from each one, then dividing by which is the amount of raw time per actual minute. In the spreadsheet above, the first raw value is in cell C5 (in blue) and the time per actual minute is in cell E1 (in yellow), so the required code for box D5 is “=(C5-$C$5)/$E$1” (where the dollar signs indicate absolute referencing rather than relative referencing).

A quick look at the External Temperature versus Time T suggests that Release was at about T = min, so use an offset of minute to generate Flight Time t (min) values – note the use of absolute referencing.

Final data-versus-time graphs will use the Flight Time t (min) column. The time axis may be truncated on graphs so as not to show too much pre-flight nor post-flight data. Here is an example of solar panel data, with Launch at t = 0 (always), Burst at t = 76 min, and Touchdown at t = 117 min. The noise in the data is due to rotation of the stack so that the solar panel is sometimes in the sunlight and sometimes in the shadow.