-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
347 lines (328 loc) · 16.5 KB
/
index.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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="./bootstrap.min.css">
<link rel="stylesheet" href="./base.css">
<!-- Font Awesome Icons-->
<script src="https://kit.fontawesome.com/cae3700fe4.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Audiowide&family=Open+Sans:wght@300;400;700&display=swap" rel="stylesheet">
<!-- Latest icon font stylesheet -->
<link rel="stylesheet" href="https://cdn.uadigital.arizona.edu/lib/ua-brand-icons/v1.1.0/ua-brand-icons.min.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<title>90Prime v2 | SO</title>
</head>
<body>
<nav class="navbar sticky-top navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<span class="navbar-brand"><i class="ua-brand-athletics"></i> 90Prime <span class="retro h6">v2.0</span></span>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation"><span
class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav ml-auto">
<a class="nav-item nav-link" href="#23b">23B Shared Risk</a>
<a class="nav-item nav-link" href="#upgrades">Upgrades</a>
<a class="nav-item nav-link" href="#about">About</a>
<a class="nav-item nav-link" href="#team">Team</a>
<a class="nav-item nav-link" href="#support">Support</a>
</div>
</div>
</div>
</nav>
<div class="container-fluid px-0">
<div class="jumbotron jumbotron-fluid mb-0">
<div class="container">
<br /><br /><br /><br /><br /><br /><br /><br />
<div class="row justify-content-center">
<div class="col-10">
<div class="card border-0 card-transparent rounded-0">
<hr class="mt-0" />
<div class="card-body text-center">
<p class="display-4 card-text">90Prime<span class="h2 retro"> v2.0</span></p>
<p class="text-left">For the past 20 years, the <span class="text-primary font-weight-bold">90Prime</span>
instrument developed by Steward Observatory, has been the workhorse of the Bok 90" Telescope on Kitt Peak.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid pb-5 pt-3">
<div class="container">
<div class="d-none d-md-block">
<div class="row mb-4 justify-content-center text-center">
<div class="col-lg-3 col-md-4 col-4">
<a href="https://github.com/so-90prime" class="btn btn-block btn-primary btn-sm" role="button"
style="border-radius:0px;"><i class="fab fa-github-alt"></i> Github</a>
</div>
<div class="col-lg-3 col-md-4 col-4">
<a href="mailto:[email protected]" class="btn btn-block btn-primary btn-sm" role="button"
style="border-radius:0px;"><i class="fas fa-paper-plane"></i> Contact</a>
</div>
<div class="col-lg-3 col-md-4 col-4">
<a href="https://github.com/so-90prime/90prime" class="btn btn-primary btn-sm btn-block" role="button"
style="border-radius:0px;"><i class="fas fa-folder-open"></i> Docs</a>
</div>
</div>
</div>
<div class="row mb-4 justify-content-center text-center d-md-none">
<div class="col-lg-2 col-md-4 col-4">
<a href="https://github.com/so-90prime" class="btn btn-block btn-primary btn-sm" role="button"
style="border-radius:0px;"><i class="fab fa-github-alt"></i></a>
</div>
<div class="col-lg-2 col-md-4 col-4">
<a href="mailto:[email protected]" class="btn btn-block btn-primary btn-sm" role="button"
style="border-radius:0px;"><i class="fas fa-paper-plane"></i></a>
</div>
<div class="col-lg-2 col-md-4 col-4">
<a href="https://github.com/so-90prime/docs" class="btn btn-primary btn-sm btn-block" role="button"
style="border-radius:0px;"><i class="fas fa-folder-open"></i></a>
</div>
</div>
<section id="upgrades" data-aos="fade-up">
<div class="row pt-5">
<div class="col text-center">
<p class="h2 mb-0">Upgrades</p>
</div>
</div>
<div class="row justify-content-center mb-4">
<div class="col-md-2 col-3">
<hr />
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 col-12 mb-lg-0 mb-md-4 mb-4">
<div class="card border-0 card-transition" data-aos="fade-up">
<div class="card-body">
<p class="h2"><i class="fas fa-camera"></i></p>
<p class="h5 card-title font-weight-light">New Detectors</p>
</div>
<hr class="mb-0 rounded-bottom" />
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-md-4 mb-4">
<div class="card border-0 card-transition" data-aos="fade-up">
<div class="card-body">
<p class="h2"><i class="fas fa-magic"></i></p>
<p class="h5 card-title font-weight-light">Improved UX/UI Design</p>
</div>
<hr class="mb-0 rounded-bottom" />
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-lg-0 mb-md-0 mb-4">
<div class="card border-0 card-transition" data-aos="fade-up">
<div class="card-body">
<p class="h2"><i class="fas fa-code"></i></p>
<p class="h5 card-title font-weight-light">INDI Compatible</p>
</div>
<hr class="mb-0 rounded-bottom" />
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-lg-0 mb-md-0 mb-4">
<div class="card border-0 card-transition" data-aos="fade-up">
<div class="card-body">
<p class="h2"><i class="fas fa-tools"></i></p>
<p class="h5 card-title font-weight-light">Fixed Hardware</p>
<a href="https://github.com/so-90prime/docs" class="stretched-link">More info</a>
</div>
<hr class="mb-0 rounded-bottom" />
</div>
</div>
</div>
</section>
</div>
</div>
<div class="container-fluid py-5">
<div class="container">
<section id="23b" data-aos="fade-up">
<div class="row">
<div class="col text-center">
<p class="h2 mb-0">23B Shared Risk</p>
</div>
</div>
<div class="row justify-content-center mb-4">
<div class="col-md-2 col-3">
<hr />
</div>
</div>
<div class="col-md-6 col-lg-12 col-12">
<p class="mb-0"><span class="font-weight-bold text-primary">90Prime Upgrade: Information for 23B Shared Risk Science</span> The 90Prime upgrade had it's 'first light' in February 2023. We continue to commission the instrument, but it is very likely that the upgraded 90Prime will be ready for observing in 23B, We anticipated Shared Risk Science at the beginning of the semester transitioning to normal operations at the end. Here we provide some basic information about the upgrade. </p>
<p class="mb-0">If you are interested, please contact David Sand (<a href = "mailto: [email protected]">[email protected]</a>). As the upgraded 90Prime is being developed with a separate dewar, you can also choose to use the current 90Prime for a limited time. Projects that have started with the 'old' 90Prime may complete their data taking with the old dewar and CCD set, but new programs must use the upgraded 90Prime. Scheduling dewar changes between the two systems will be handled by Mountain Operations, and will be worked into the telescope schedule beforehand. </p>
<p class="mb-0"> While we anticipate that the newly upgraded 90Prime will be available during the 23B semester, many details are still be worked out as the new focal plane is characterized. Updates will be posted to this website. Here is what you can expect:</p>
<ul>
<li>A new focal plane and CCD set that should be cosmetically excellent and have at least the same QE as the current 90Prime. The chips are blue sensitive, just as the current set is.</li>
<li>The chip gaps are roughly the same as in the old 90Prime. The field of view, pixel size, etc are also nearly the same as the current 90Prime.</li>
<li>There will be new user GUIs (and backend control software) which will hopefully make the operation of 90Prime easier and less prone to fatal ‘hanging’ errors.</li>
<li>Other components have been replaced and upgraded, including a new dewar window, shutter, filter wheel components and a new spring mechanism for focus. Some of these upgrades are already in place, and you may not have known! </li>
<li>Preliminary tests have shown that the new springs improve focus drift during longer integrations. Nonetheless, we plan on implementing a ‘focus maintenance’ code that will both nudge the focus when necessary, and adjust the focus when slewing to a new field. As this has not been tested at all as of yet, it is unlikely this will be implemented in 23B.</li>
</ul>
</div>
</div>
</section>
</div>
</div>
<div class="container-fluid py-5">
<div class="container">
<section id="about" data-aos="fade-up">
<div class="row">
<div class="col text-center">
<p class="h2 mb-0">About</p>
</div>
</div>
<div class="row justify-content-center mb-4">
<div class="col-md-2 col-3">
<hr />
</div>
</div>
<div class="row" data-aos="fade-up">
<div class="col-md-6 col-lg-4 col-12 pt-1 mb-md-0 mb-4">
<img src="./90prime-design.jpg" class="img-fluid" alt="90Prime Original Design">
</div>
<div class="col-md-6 col-lg-8 col-12">
<p class="mb-0"><span class="font-weight-bold text-primary">90Prime</span> is a prime focus wide-field imager for the 90-inch telescope located
at Kitt Peak. The camera’s focal plane array is populated with a mosaic of four thinned Lockheed 4096
× 4096 pixel CCDs. The f/2.98 system provides a plate scale of
0.45 arcsec/pixel and a total field-of-view of 1
.16° × 1.16°. The optical design includes a four element corrector and six position filter wheel. The first science run was conducted in November 2003.</p>
</div>
</div>
</section>
</div>
</div>
<div class="container-fluid py-5">
<div class="container">
<section id="team" data-aos="fade-up">
<div class="row">
<div class="col text-center">
<p class="h2 mb-0">Team</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-2 col-3 mb-4">
<hr />
</div>
</div>
<div class="row text-center small justify-content-center team">
<div class="col-lg-2 col-md-3 col-6" data-aos="fade-up">
<img src="./dan-avner-person.jpg" class="img-fluid rounded-circle">
<p>Dan Avner</p>
</div>
<div class="col-lg-2 col-md-3 col-6" data-aos="fade-up">
<img src="./phil-daly-person.jpg" class="img-fluid rounded-circle">
<p>Phil Daly</p>
</div>
<div class="col-lg-2 col-md-3 col-6" data-aos="fade-up">
<img src="./joe-hoscheidt-person.jpg" class="img-fluid rounded-circle">
<p>Joe Hoscheidt</p>
</div>
<div class="col-lg-2 col-md-3 col-6" data-aos="fade-up">
<img src="./chris-johnson-person.jpg" class="img-fluid rounded-circle">
<p>Chris Johnson</p>
</div>
<div class="col-lg-2 col-md-3 col-6" data-aos="fade-up">
<img src="./m-lesser-person.jpg" class="img-fluid rounded-circle">
<p>Mike Lesser</p>
</div>
<div class="col-lg-2 col-md-3 col-6" data-aos="fade-up">
<img src="./g-hosseinzadeh-person.jpg" class="img-fluid rounded-circle">
<p>Griffin Hosseinzadeh</p>
</div>
<div class="col-lg-2 col-md-3 col-6" data-aos="fade-up">
<img src="./jeff-rill-person.jpg" class="img-fluid rounded-circle">
<p>Jeff Rill</p>
</div>
<div class="col-lg-2 col-md-3 col-6" data-aos="fade-up">
<img src="./dave-sand-person.jpg" class="img-fluid rounded-circle">
<p>Dave Sand</p>
</div>
<div class="col-lg-2 col-md-3 col-6" data-aos="fade-up">
<img src="./unknown-person.jpg" class="img-fluid rounded-circle">
<p>Greg Stafford</p>
</div>
<div class="col-lg-2 col-md-3 col-6" data-aos="fade-up">
<img src="./unknown-person.jpg" class="img-fluid rounded-circle">
<p>John Morris</p>
</div>
</div>
</section>
</div>
</div>
<div class="container-fluid py-5">
<div class="container">
<section id="support" data-aos="fade-up">
<div class="row">
<div class="col text-center">
<p class="h2 mb-0">Support</p>
</div>
</div>
<div class="row justify-content-center mb-4">
<div class="col-md-2 col-3">
<hr />
</div>
</div>
<div class="row" data-aos="fade-up">
<div class="col-md-6 col-lg-4 col-12 pt-1 mb-md-0 mb-4">
<img src="./HSF-logo.jpeg" class="img-fluid" alt="90Prime Original Design">
</div>
<div class="col-md-6 col-lg-8 col-12">
<p class="mb-0"> The upgrade of the 90Prime instrument was made possible by the Heising-Simons Foundation. </p>
</div>
</div>
</section>
</div>
</div>
<div class="container-fluid text-light" style="background-color: #2e2e2e;">
<div class="container pt-5">
<div class="row">
<div class="col-lg-4 col-md-4 col-6 text-left">
<p class="small">
<span class="font-weight-bold">Contact Us</span><br>
<i class="fas fa-mountain"></i> Mountain Operations<br>
Steward Observatory Annex East<br>
University of Arizona<br>
1540 East Second Street<br>
Tucson, Arizona 85721
</p>
</div>
<div class="col-lg-4 col-md-4 col-6">
<p class="small">
<span class="font-weight-bold">Our Sites</span><br>
<a href="https://mtnops.as.arizona.edu" target="_blank" class="text-reset text-decoration-none">Mountain
Ops</a><br>
<a href="http://kuiper.as.arizona.edu" target="_blank" class="text-reset text-decoration-none">Kuiper</a><br>
<a href="http://bok.as.arizona.edu" target="_blank" class="text-reset text-decoration-none">Bok</a><br>
<a href="http://vatt.as.arizona.edu" target="_blank" class="text-reset text-decoration-none">VATT</a><br>
<a href="http://cbtest.as.arizona.edu/mtnops-trouble-reports" target="_blank"
class="text-reset text-decoration-none">Trouble Reports</a><br>
</p>
</div>
<div class="offset-lg-1 col-lg-3 col-md-4 d-none d-md-block">
<img src="./logo.png" class="img-fluid" id="logo">
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>