-
Notifications
You must be signed in to change notification settings - Fork 22
/
.gitignore
194 lines (193 loc) · 4.04 KB
/
.gitignore
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
*.dylib
*.o
*.so
*.os
*.os-*
*.pyc
_build.*
*~
*.dSYM/
core.*
.cache/
.coverage
.pytest_cache/
.sconf_temp
.sconsign.dblite
.coverage
config.log
memleak.fits
pytest_session.txt
bin/filter-gcc
doc/*.tag
doc/html
doc/xml
doc/doxygen.conf
examples/maskIo2
examples/transform
examples/fitsMemLeak
include/lsst/afw/image/ImageExceptions.h
examples/.tests
examples/*.fits
examples/analyticKernel
examples/ccd
examples/rowColumnStats
examples/chebyshev1Function
examples/convolveLinear
examples/deltaFunctionKernels
examples/fitsio
examples/fixedKernel
examples/gaussianFunction
examples/generate
examples/integerDeltaFunction
examples/lanczosFunction
examples/lanczosKernel
examples/makeExposure
examples/maskedImageFitsIo
examples/minimize
examples/polynomialFunction
examples/simpleConvolve
examples/spatiallyVaryingConvolve
examples/statistics
examples/timeConvolve
examples/timeImageAddition
examples/timeImageIterators
examples/timePixelAccess
examples/timePixelAccessGil
examples/timeSpatiallyVaryingConvolve
examples/timeWcs
examples/vwconvert
examples/wcsTest
examples/image
examples/image1
examples/image2
examples/mask
examples/maskedImage1
examples/maskedImage2
examples/decoratedImage
examples/maskedImage
examples/footprintFunctor
examples/splineInterpolate
examples/imageBackground
examples/imageStatistics
examples/ticket647
examples/integrateCartesian
examples/integrateExample
examples/integratePolar
examples/forEachPixel
examples/spatialCellExample
examples/simpleStacker
examples/timeConvolveGpu
examples/timeWarpGpu
examples/Spline
lib/libafw.*
python/lsst/*.pyc
python/lsst/afw/version.py
python/lsst/afw/*.pyc
python/lsst/afw/cameraGeom/*.pyc
python/lsst/afw/cameraGeom/cameraGeomLib_wrap.*
python/lsst/afw/cameraGeom/_cameraGeomLib.so
python/lsst/afw/coord/*.os
python/lsst/afw/coord/*.so
python/lsst/afw/coord/*.pyc
python/lsst/afw/detection/*.os
python/lsst/afw/detection/*.pyc
python/lsst/afw/detection/*.so
python/lsst/afw/detection/*_wrap.cc
python/lsst/afw/display/*.pyc
python/lsst/afw/display/*.os
python/lsst/afw/display/*.so
python/lsst/afw/display/fwDisplay.py
python/lsst/afw/display/xpa.py
tests/.cache
tests/core.*
tests/.tests
tests/coordinates
tests/image.boost
tests/*.fits
tests/source_??????
tests/SourceMatchIo
tests/bBox1
tests/background
tests/checkTypeConversions
tests/convolveGPU
tests/coord
tests/decoratedImage
tests/distort
tests/ellipse
tests/footprint1
tests/footprintArray
tests/fourierCutout
tests/image
tests/integrate
tests/interpolate
tests/kernel
tests/localKernel
tests/maskIo1
tests/maskIo2
tests/maskedImage
tests/maskedImage1
tests/maskedImageIo1
tests/maskedImageIo2
tests/peak
tests/ramFitsIO
tests/rowColumnStats
tests/sourceIo1
tests/sourceIo2
tests/sourceMatch1
tests/stacker
tests/statistics
tests/statisticsSpeed
tests/testLib.py
tests/test_cameraSys
tests/test_coord
tests/test_endpoint
tests/test_filterLabel
tests/test_functorKeys
tests/test_genericmapkey
tests/test_imageHash
tests/test_key
tests/test_polygon
tests/test_spherePoint
tests/test_storable
tests/test_storablemap
tests/test_transform
tests/test_trapezoidalPacker
tests/test_warpGpu
tests/ticket1145
tests/wcsCopy
tests/test_spanSets
tests/ramFitsIO_fpC-005902-r6-0677_sub.fits_imageInOut.fit
tests/ramFitsIO_fpC-005902-r6-0677_sub.fits_imageOut.fit
tests/ramFitsIO_fpC-005902-r6-0677_sub.fits_exposureRamOut.fit
tests/ramFitsIO_fpC-005902-r6-0677_sub.fits_fitsOut.fit
tests/ramFitsIO_fpC-005902-r6-0677_sub.fits_cfitsioInOut.fit
tests/ramFitsIO_fpC-002570-r6-0199_sub.fits_exposureRamOut.fit
tests/ramFitsIO_fpC-002570-r6-0199_sub.fits_imageOut.fit
tests/ramFitsIO_fpC-002570-r6-0199_sub.fits_imageRamOut.fit
tests/testEigenLib.py
tests/test_tableArchives
tests/ramFitsIO_fpC-005902-r6-0677_sub.fits_imageRamOut.fit
tests/test_polymorphicValue
tests/test_simpleTable
tests/test_simpleGenericMap
tests/test_distortion
tests/test_schema
tests/test_span
tests/test_fitsTables
tests/test_tableAliases
testTable.fits
tests/data/Dest
tests/data/kernel*.boost
ups/*.cfgc
extensions/
.vscode/
# Output of tests
doc/htmlDir
im.fits
bim.fits
tmp-False.fits
tmp-True.fits
in.fits
out.fits
matches.fits
bin/showCamera.py