-
Notifications
You must be signed in to change notification settings - Fork 0
/
MaskHelp.html
executable file
·125 lines (100 loc) · 3.55 KB
/
MaskHelp.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
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="css/Mask.css">
<script type="module" src="js/header.js"></script>
<div id="pageName" style="display: none;">Slit Mask Help</div>
<div id="headerContainer"></div>
<body>
<h2>Slitmask Options:</h2>
Help for the inventory options:
<ul>
<li>
<b>Mask Status</b>
<ul>
<li>
<b>UNMILLED</b>
<p class="help-idented">
The inital status of a mask upon submission is UNMILLED.
A mask design that is UNMILLED means that either (1) a mask has not been created for
the mask, or (2) the mask created has been archived and the design has
been set to be re-milled. A design with status = UNMILLED will be available in the
milling queue.
</p>
</li>
<li>
<b>READY</b>
<p class="help-idented">
A mask design that is READY has an associated mask that was milled and is available
for observing. A READY mask is on Maunakea summit is either
in the instrument or available to be installed in the instrument.
</p>
</li>
<li>
<b>ARCHIVED</b>
<p class="help-idented">
An ARCHIVED mask design means the design will not be used to create a mask.
If a mask has been created that mask is now archived (recycled) and no longer
available for use. To observe with an ARCHIVED mask design, the mask
must be set to 'RE-MILL', which will bring the
design back into the milling queue.
</p>
</li>
</ul>
</li>
<li>
<b>Archive</b>
</li>
<p class="help-idented">
The ARCHIVE button will mark masks as ARCHIVED. The meaning of archived is that the
mask is no longer READY for observing. If it was milled, the physical metal mask
is no longer available for use.
To move a mask design from ARCHIVED to READY, the mask must be set to RE-MILL and
a new mask will be created at the CNC mill.
</p><br>
<li>
<b>Auto Archiving</b>
</li>
<p class="help-idented">
Mask designs are automatically archived if they are 6 months past their use-date.
Once the mask design is marked as archived, the mask will be removed from
Maunakea summit and no longer be available for use. An email is sent to the PI
2 weeks before the mask is archived to warn the PI of this process, at this point
they have the ability to update the use-date saving the mask from the recycle pile.
</p><br>
<li>
<b>Remill</b>
</li>
<p class="help-idented">
The REMILL functionality allows
a mask design to be sent to the milling queue. If an archived mask design needs to
be used again, a new mask can be milled from the design by marking it to
be remilled. Contact an Support Astronomer or [email protected] regarging
the mask milling process.
</p><br>
<li>
<b>Plot</b>
</li>
<p class="help-idented">
The Plot button produces a graphical representation of the mask design.
</p><br>
<li>
<b>FITS file</b>
</li>
<p class="help-idented">
The FITS file generates a 'FITS chunk' for any
mask design. This can take a while to generate and is not useful unless you
already know what it is.
</p><br>
<li>
<b>Detail</b>
</li>
<p class="help-idented">
The Detail button shows all the data contained in the
mask design and blueprint.
</p><br>
</ul>
</body>
<footer>
<object type="text/html" data="footer.html" id="footer" width="100%" height="150px" style="overflow:auto; border:0;"></object>
</footer>
</html>