-
Notifications
You must be signed in to change notification settings - Fork 8
/
talk-gene-magnier.html
113 lines (95 loc) · 4.58 KB
/
talk-gene-magnier.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<!-- link rel="icon" href="../../favicon.ico" -->
<title>LSST DM Seminar :: Gene Magnier on PanSTARRS PS1</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Google Analytics (via mjuric's Google Analytics account) -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57287526-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Using the great stylesheet from https://github.com/simonwhitaker/github-fork-ribbon-css -->
<link rel="stylesheet" href="gh-fork-ribbon.css">
<!--[if lt IE 9]>
<link rel="stylesheet" href="gh-fork-ribbon.ie.css">
<![endif]-->
<!-- END -->
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">LSST :: Data Management</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="http://ssg.astro.washington.edu">UW Survey Science Group</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container-fluid" id="intro">
<div class="container" style="max-width: 120ex;">
<h1>Pan-STARRS Astrometric Survey and the Local Solar Neighborhood</h1>
<h2>Eugene Magnier</h2>
<b>University of Hawaii/PanSTARRS PS1</b>
<div style="padding-top: 1em; border-bottom: thin solid #bbb;">
<p>
Monday, December 15th, 2015 @ 4pm PST<br>
Room C607 @ WRF Data Science Studio, 6th Floor, Physics-Astronomy
Tower, University of Washington<br>
</p>
<p>
Connect remotely with <a href="http://ls.st/dmh">Google Hangouts</a> or <a href="http://ls.st/dmy">watch the broadcast on YouTube</a>.
</p>
</div>
<div style="padding-top: 1em; border-bottom: thin solid;">
<p>
<b>Abstract:</b> The first science survey mission with Pan-STARRS 1 nears
ready for public release. The 3pi survey component provides many
repeated epochs on a cadence designed to optimize the measurement
of parallax and proper motion of the red objects in the local
solar neighborhood. I will discuss our efforts to characterize
the low-mass populations using Pan-STARRS 1 proper motions,
parallaxes and colors, including some of the challenges in beating
down the systematic noise.
</p>
</div>
<div style="padding-top: 1em; text-align: right;">
University of Washington LSST Seminars
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- script src="../../assets/js/ie10-viewport-bug-workaround.js"></script -->
</body>
</html>