aboutsummaryrefslogtreecommitdiff
path: root/noao/nproto/doc/slitpic.hlp
blob: 859a0ee02d96118f76179f0e399a5dc6ea17ce15 (plain) (blame)
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
.help slitpic May85 noao.nproto
.ih
NAME
slitpic -- generate IRAF image of slit mask for aperture plates.
.ih
USAGE
slitpic serial_numbers output_root
.ih
PARAMETERS
.ls serial_numbers
A range of serial numbers to be searched for in \fItape1\fR.  One
mask is generated for each \fIserial_number\fR.
.le
.ls output_root
The rootname of the output image file.  The \fIserial_number\fR is appended to
this \fIoutput_root\fR if more than one image is begin created.
.le
.ls tape1 = "slitsave"
A text file containing solutions generated by program SLITS.  This file
essentially contains x,y positions of slits to be included on the mask.
.le
.ls slit_width = 2.5
The slit width in seconds of arc.
.le
.ls site = "kpno"
The telescope site where the output mask will be used.  Current choices 
are "kpno" and "ctio". 
.le
.ls pixel_scale = 0.4157
The scale of the output image in arcseconds per pixel
.le
.ls pixel_scale_date = "14feb84"
The date from which \fIpixel_scale\fR is valid.  The output \fBcrtpict\fR
print will be annotated with this date.
.le
.ls crtpict = no
This boolean parameter controls whether or not a file of commands is written
to drive program \fBcrtpict\fR.
.le
.ls cmd_file = "cmd"
If \fIcrtpict\fR = yes, this parameter specifies the root name of the output
command file.  This command file is read by task \fBcrtpict\fR.
.le
.ih
DESCRIPTION
Task \fBslitpic\fR reads a file of slit positions and generates an IRAF
image for use as a slit mask for aperture plate observing.
.ih
EXAMPLES
The following example creates an IRAF image from the "SERIAL = 67" entry
in file "mask67.dat";  the output image is named "mask":
.sp
.nf
	cl> slitpic 67 mask tape1=mask67.dat
.fi
.ih
TIME REQUIREMENTS
Task \fBslitpic\fR takes 8 cp seconds to create a 780 x 780 mask;  a
1184 x 1184 image requires about 16 cp seconds.
.ih
SEE ALSO
crtpict
.endhelp