-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBasicLEO-Data.php
More file actions
38 lines (32 loc) · 1.35 KB
/
BasicLEO-Data.php
File metadata and controls
38 lines (32 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<?php
include "includes/Header-BasicLEO.php"
?>
<body>
<main id="maincontent">
<div id="page">
<div class="post">
<h1 class="ada_compliance">Data</h1>
<p style="text-align: center;">Here is some Inertial Measurement Unit data downloaded from
the CubeSat on March 6, 2014 (plots by plot.ly)</p>
<p style="text-align: center;"><img
src="images/vermont_lunar_cubesat_inertial_measurement_unit_data (2).png"
alt="Graph of Acceleration from IMU data" width="888" height="309"/><br/><img
src="images/vermont_lunar_cubesat_inertial_measurement_unit_data.png"
alt="Graph of Rotation Rate from IMU data" width="889" height="283"/></p>
<hr width="50%"/>
<p style="text-align: center;">First contact, 90 minutes after launch, from the parking lot
at Wallops Island, with an Arrow antenna, Funcubedongle+ and Macbook, by Justin Foley (Cal
Poly).</p>
<p style="text-align: center;"><img src="images/Waterfall_20131120_190137_small.jpg"
alt="" width="600" height="1800"/></p>
<!-- BEGIN FOOTER -->
<div id="footer">
<p>© Copyright 2019 by Vermont State University | Last Revised: December 20, 2019</p>
</div>
<!-- END FOOTER -->
</div>
</div>
</body>
</html>