aboutsummaryrefslogtreecommitdiff
path: root/noao/obsutil/src/Revisions
blob: 44497e52f7344984172498f4787b285ef4c827c0 (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
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
.help Revisions Nov01 obsutuil

sptime/t_sptime.x
    Made the graphs all auto-scale.  (11/14/08, Valdes)

sptime/t_sptime.x
sptime/stdisperser.x
sptime/grating.x
sptime/specpars.par
sptime/sptime.h
doc/sptime.hlp
    Added a "generic" disperser type to force using the desired wavelength
    and dispersion without defining a grating whose mapping between
    position on the detector and wavelength might be wrong.  Also fixed
    a couple of typos.  (11/13/08, Valdes)

=======
V2.14.1
=======

=======
V2.13
=======

doc/ccdtime.hlp
ccdtime/t_ccdtime.x
    In order to get more than five filters while not changing the parameters
    the f1-f5 input parameters may not be a comma delimited list of
    desired filters.  Note that whitespace is not stripped and the
    filter must match the string in the database so "U, V" will match
    "U" but not "V".  Instead use "U,V".  (9/21/06, Valdes)


=======
V2.12.3
=======

t_sptime.x
    1. For fibers or circular aperture the area of the aperture applied to
    the sky flux was wrong because the size was treated as a radius instead
    of a diameter.
    2. In computing the sky flux reported the way seeing throughput was
    applied was wrong.  (1/5/05, Valdes)


========
V2.12.2a
========

grating.x
t_sptime.x
    Added some checks against unphysical parameters.
    (7/7/04, Valdes)

mkpkg
    Did not follow the standard convention of building xx_obsutil.e.
    (7/7/04, Valdes)

=======
V2.12.2
=======

sptime/t_sptime.x
sptime/sptime.par
sptime/sptime.h
    1.  Improved algorithm for handling saturation.
    2.  Added a minimum exposure parameter.
    (5/15/03, Valdes)

starfocus/stfprofile.x
    Limits on centroided image raster at the boundary have been removed.
    Instead boundary reflection allows a somewhat unbiased centroid estimation
    for sources near the edge.  (5/6/03, Valdes)

starfocus/t_starfocus.x
starfocus/starfocus.h
starfocus/mkpkg
    1.  Added 100 pixels of boundary reflection to allow some attempt at
	measuring PSFs near the image edges.
    2.  Now starting coordinates closer that a radius distance from the
	image edge are allowed.  (5/6/03, Valdes)

starfocus/stfprofile.x
    The selection of a point to get a first estimation of the FWHM in
    stf_fit did not check for the case of a zero value.  This could cause
    a floating divide by zero.  (5/5/03, Valdes)

starfocus/stfprofile.x
    The subpixel evaluation involves fitting an image interpolator to a
    subraster.  To avoid attempting to evaluate a point outside the center
    of the edge pixels, which is a requirement of the image interpolators,
    the interpolator is fit to the full data raster and the evaluations
    exclude the boundary pixels.  (5/5/03, Valdes)

ccdtime.par
t_ccdtime.x
    1.	The minimum seeing is now 0.001.
    2.  The formating of the seeing was changed in case the seeing is set
	less than 0.1.
    (4/24/03, Valdes)

t_sptime.x
    The thermal background calculation was wrong.  (3/17/03, Valdes)

../doc/cgiparse.hlp        +
../../obsutil.hd
    Added CGIPARSE task help.  (3/3/03, Valdes)

sptime/t_cgiparse.x	+
sptime/x_spectime.x
sptime/mkpkg.x
x_obsutil.x
../obsutil.cl
../obsutil.men
    Added CGIPARSE task.  (3/3/03, Valdes)

sptime/t_sptime.x
sptime/specpars.par
sptime/sptime.par
sptime/sptime.h
    See sptime/Revisions.  (3/3/03, Valdes)

=======
V2.12.1
=======

=====
V2.12
=====

New obsutil package installed.
    1. STARFOCUS, PSFMEASURE, SPECFOCUS extracted from NMISC.
    2. CCDTIME copied from ASTUTIL
    3. SPTIME, SPECPARS extracted from SPECTIME.
    4. FINDGAIN copied and modified from MSCFINDGAIN.
    5. BITCOUNT, PAIRMASS copied from NLOCAL.
    (11/14/01, Valdes)

.endhelp