-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdata.html
164 lines (94 loc) · 5.27 KB
/
data.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html>
<head>
<title>Data</title>
<meta name="description" content="">
<link rel="stylesheet" href="/css/spacelab.css">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="canonical" href="http://yourdomain.com/data">
<link rel="alternate" type="application/rss+xml" title="UI-DataScience" href="http://yourdomain.com/feed.xml">
</head>
<!-- NAVBAR -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<nav class="navbar navbar-inverse navbar-fixed-top" >
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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">Home</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a class="page-link" href="/code">Research</a></li>
<li><a class="page-link" href="/data">Data</a></li>
<li><a class="page-link" href="/news">News</a></li>
<li><a class="page-link" href="/people">People</a></li>
<li><a class="page-link" href="/projects">Ongoing Projects</a></li>
<li><a class="page-link" href="/teaching/">Teaching</a></li>
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li><a href="#">Separated link</a></li>
<li class="divider"></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li> -->
</ul>
<!-- <ul class="nav navbar-nav navbar-right">
<li><a href="#">Link</a></li>
</ul> -->
</div>
</div>
</nav>
<div style="max-width: 900px; margin-left: auto; margin-right: auto; padding-left:2%; padding-right: 2%; font-size:120%;">
<body>
<div style="margin: 20px; margin-top:70px;">
<div class="home" style='margin:20px'>
<h1 class="page-header">Data</h1>
<ul style="padding-left:0;">
<h3>
Dark Energy Survey (Restricted data)
</h3>
<span class="text-success">Jul 14, 2014</span>
<p>Introduction
We have used TPZ to produced photo-z PDFs and probabilistic star/galaxy classifications for all objects
on the DES SVA 1.0 gold catalog.
Data (You need DES credentials)
SVA GOLD 1.0 TPZ PHOTO-Z and P(Z)
SVA GOLD 1.0 TPZ S/G CLASS
If you have any questions about these data, please contact Robert
Brunner at: bigdog AT illinois.edu
</p>
<a href="/data/2014/07/14/des.html">Read more...</a><br>
<h3>
SDSS DR7 Galaxy Correlation Function Data
</h3>
<span class="text-success">Dec 16, 2013</span>
<p>Introduction We are publicly releasing both the angular correltaion function estimates (computed with the Landy & Szalay estimor) and the associated covariance matrices for the SDSS DR7 galaxy sample first presented in Wang, Brunner, & Dolence 2013. Data Angular Correlation Functions This first column of these files is the angle in degrees, the second column is the estimator, and the third column is the error of the estimator. Covariance Matrices: This first row and the...</p>
<a href="/data/2013/12/16/tpacf.html">Read more...</a><br>
<h3>
SDSS DR7 Galaxy Angular Power Spectra
</h3>
<span class="text-success">Sep 6, 2013</span>
<p>Introduction We are publically releasing the angular power spectra estimates and the corresponding Fisher matrices and Window functions first presented in Hayes, Brunner, & Ross 2012. The naming of these files correspond to the samples they describe. The naming convention begins with the type of data. We provide the angular power spectrum and errors in the files prefixed with “C_”, the Fisher matrices in the files prefixed with “Fisher_”, and the window functions in the...</p>
<a href="/data/2013/09/06/apsqe.html">Read more...</a><br>
</ul>
</div>
</div>
</body>
</div>
<!-- FOOTER -->
<div class='well' style='margin-top:50px; margin-bottom:0;'>
<p align='center' style='font-size:120%;'>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
<p align='center' style='font-size:120%'>Copyright (c) 2009-2016 University of Illinois<br>All rights reserved.</p>
</div>
</html>