-
Notifications
You must be signed in to change notification settings - Fork 0
/
MaskSubmit.html
executable file
·97 lines (90 loc) · 3.8 KB
/
MaskSubmit.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
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h3><u>Mask Submission</u></h3>
<br>
<form id="maskSubmitForm" enctype="multipart/form-data">
<!-- Wrap file input and submit button in a flex container -->
<div style="display: flex; align-items: center;">
<!-- File input, only allow one file-->
<input type="file" name="maskFile" size="80"/>
<!-- Submit button -->
<button type="button" onclick="submitMask()" id="submitMaskBtn">Submit</button>
</div>
<p></p>
<p>
<br><b>Masks must be submitted individually.</b> <br> Each mask is validated upon submission,
so there is feedback on the status of each mask as it is ingested (or rejected) from the database.
</p>
<p></p>
<hr />
<!-- Additional content -->
<p>
Reminder: Keck Observatory requires that all masks be submitted <strong>four weeks</strong> before the date of observing. Masks with unusually complex design may need to be submitted earlier; check with the Instrument Scientist at Keck for more details.
</p>
</form>
<hr />
<h3><u>DEIMOS</u></h3>
<p>
A DEIMOS mask design file must be a multi-extension FITS file containing
several tables which describe a desired slitmask. Such a FITS file will
typically have been created by the
<a href="http://www.ucolick.org/~phillips/deimos_ref/masks.html#tools">DSIMULATOR</a> program.
The new software is the
<a href="https://www2.keck.hawaii.edu/realpublic/realpublic/inst/deimos/smdt.html">SlitMask Design Tool (SMDT)</a>.
</p>
<p>
<b>DEIMOS users take note:</b> The e-mail addresses for the mask design author and the
mask observer must be a valid Keck Observer Account email address.
</p>
<hr />
<h3><u>LRIS</u></h3>
<p>
LRIS users may submit ASCII mask design files created by either of two means.
<dl>
<dt>
<a href="http://www2.keck.hawaii.edu/inst/lris/lrishome.html">AUTOSLIT</a>
</dt>
<dd>
This program is by Cohen, Shopbell, et al. It should be
<a href="http://www.astro.caltech.edu/~pls/autoslit/">available from Caltech</a>.
<br/>
Note that neither Keck nor UCO/Lick has control nor detailed knowledge of the operation of AUTOSLIT.
<br/>
The AUTOSLIT program produces multiple output files, and we are not aware of a canonical nomenclature
scheme for distinguishing the various output files. There is also no clear indication of which file
is which in the content of the headers of the output files from AUTOSLIT.
<br/>
The output file that is needed for slitmask manufacture seems to be associated with a character
string something like <tt>file3</tt> in the setup for AUTOSLIT. This file is the one which contains
multiple rows of mill coordinates for slitlets which are separated by lines containing the word
<tt>newrow</tt>.
<br/>
Please submit only this one kind of output from AUTOSLIT; i.e., the file containing the slitlet
milling coordinates.
</dd>
<dt>
<a href="http://www.ucolick.org/~phillips/lris/prep.html">
PREP (Simulator/Mapmask/Fabmask)</a>
</dt>
<dd>
This program is by Phillips. It should be available from UCO/Lick.
</dd>
</dl>
</p>
<p>
<b>LRIS users take note:</b>
The GUINAMEs which will be used for milling and selection
of the masks are created using the first 8 characters of
the file names used in the entry box below).
Those 8 characters for the GUINAME for all masks must be
unique, and duplicate names will be mangled in an attempt
to ensure uniqueness.
Until further notice the only control that LRIS users have
over the GUINAME is to name the input files according to
these conventions.
</p>
</body>