Changeset 3049 in Sophya
- Timestamp:
- Aug 11, 2006, 6:10:13 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/Makefile
r3007 r3049 1 1 include ../BuildMgr/sophyamake.inc 2 2 3 3 4 all: $(SOPHYALIBP)libFitsIOServer.a 4 5 5 6 clean: 6 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fits inoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o7 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o 7 8 rm -f $(SOPHYALIBP)libFitsIOServer.a 8 9 9 $(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fits inoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o10 $(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o 10 11 $(AR) $(ARFLAGS) $@ $? 11 12 touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist 12 13 13 14 $(SOPHYAOBJP)datacirclefits.o: datacirclefits.cc \ 14 $(SOPHYAINCP)sopnamsp.h datacirclefits.h \ 15 $(SOPHYAINCP)sopnamsp.h \ 16 datacirclefits.h \ 15 17 $(SOPHYAINCP)datacirclebase.h \ 16 18 $(SOPHYAINCP)circle.h \ … … 29 31 $(SOPHYAINCP)machdefs.h \ 30 32 $(SOPHYAINCP)pexceptions.h \ 31 $(SOPHYAINCP)machdefs.h fabtcolread.h \ 32 $(SOPHYAINCP)anydataobj.h \ 33 $(SOPHYAINCP)tvector.h \ 34 $(SOPHYAINCP)tmatrix.h \ 35 $(SOPHYAINCP)tarray.h \ 36 $(SOPHYAINCP)basarr.h \ 37 $(SOPHYAINCP)anydataobj.h \ 38 $(SOPHYAINCP)mutyv.h \ 39 $(SOPHYAINCP)timestamp.h \ 40 $(SOPHYAINCP)objfio.h \ 41 $(SOPHYAINCP)ppersist.h \ 42 $(SOPHYAINCP)pexceptions.h \ 33 fabtcolread.h \ 34 $(SOPHYAINCP)anydataobj.h \ 35 $(SOPHYAINCP)tvector.h \ 36 $(SOPHYAINCP)tmatrix.h \ 37 $(SOPHYAINCP)tarray.h \ 38 $(SOPHYAINCP)basarr.h \ 39 $(SOPHYAINCP)mutyv.h \ 40 $(SOPHYAINCP)timestamp.h \ 41 $(SOPHYAINCP)objfio.h \ 42 $(SOPHYAINCP)ppersist.h \ 43 43 $(SOPHYAINCP)gnumd5.h \ 44 44 $(SOPHYAINCP)ppfbinstream.h \ … … 58 58 $(SOPHYAINCP)machdefs.h \ 59 59 $(SOPHYAINCP)pexceptions.h \ 60 $(SOPHYAINCP)machdefs.h fabtwriter.h \ 61 $(SOPHYAINCP)anydataobj.h \ 62 $(SOPHYAINCP)tvector.h \ 63 $(SOPHYAINCP)tmatrix.h \ 64 $(SOPHYAINCP)tarray.h \ 65 $(SOPHYAINCP)basarr.h \ 66 $(SOPHYAINCP)anydataobj.h \ 67 $(SOPHYAINCP)mutyv.h \ 68 $(SOPHYAINCP)timestamp.h \ 69 $(SOPHYAINCP)objfio.h \ 70 $(SOPHYAINCP)ppersist.h \ 71 $(SOPHYAINCP)pexceptions.h \ 60 fabtwriter.h \ 61 $(SOPHYAINCP)anydataobj.h \ 62 $(SOPHYAINCP)tvector.h \ 63 $(SOPHYAINCP)tmatrix.h \ 64 $(SOPHYAINCP)tarray.h \ 65 $(SOPHYAINCP)basarr.h \ 66 $(SOPHYAINCP)mutyv.h \ 67 $(SOPHYAINCP)timestamp.h \ 68 $(SOPHYAINCP)objfio.h \ 69 $(SOPHYAINCP)ppersist.h \ 72 70 $(SOPHYAINCP)gnumd5.h \ 73 71 $(SOPHYAINCP)ppfbinstream.h \ … … 87 85 $(SOPHYAINCP)machdefs.h \ 88 86 $(SOPHYAINCP)pexceptions.h \ 89 $(SOPHYAINCP)machdefs.h fboloread.h \ 90 $(SOPHYAINCP)anydataobj.h \ 91 $(SOPHYAINCP)tvector.h \ 92 $(SOPHYAINCP)tmatrix.h \ 93 $(SOPHYAINCP)tarray.h \ 94 $(SOPHYAINCP)basarr.h \ 95 $(SOPHYAINCP)anydataobj.h \ 96 $(SOPHYAINCP)mutyv.h \ 97 $(SOPHYAINCP)timestamp.h \ 98 $(SOPHYAINCP)objfio.h \ 99 $(SOPHYAINCP)ppersist.h \ 100 $(SOPHYAINCP)pexceptions.h \ 101 $(SOPHYAINCP)gnumd5.h \ 102 $(SOPHYAINCP)ppfbinstream.h \ 103 $(SOPHYAINCP)rawstream.h \ 104 $(SOPHYAINCP)ppfnametag.h \ 105 $(SOPHYAINCP)dvlist.h \ 106 $(SOPHYAINCP)ndatablock.h \ 107 $(SOPHYAINCP)utilarr.h \ 108 $(SOPHYAINCP)tmatrix_tsnl.h \ 109 $(SOPHYAINCP)tvector_tsnl.h fabtcolread.h \ 87 fboloread.h \ 88 $(SOPHYAINCP)anydataobj.h \ 89 $(SOPHYAINCP)tvector.h \ 90 $(SOPHYAINCP)tmatrix.h \ 91 $(SOPHYAINCP)tarray.h \ 92 $(SOPHYAINCP)basarr.h \ 93 $(SOPHYAINCP)mutyv.h \ 94 $(SOPHYAINCP)timestamp.h \ 95 $(SOPHYAINCP)objfio.h \ 96 $(SOPHYAINCP)ppersist.h \ 97 $(SOPHYAINCP)gnumd5.h \ 98 $(SOPHYAINCP)ppfbinstream.h \ 99 $(SOPHYAINCP)rawstream.h \ 100 $(SOPHYAINCP)ppfnametag.h \ 101 $(SOPHYAINCP)dvlist.h \ 102 $(SOPHYAINCP)ndatablock.h \ 103 $(SOPHYAINCP)utilarr.h \ 104 $(SOPHYAINCP)tmatrix_tsnl.h \ 105 $(SOPHYAINCP)tvector_tsnl.h \ 106 fabtcolread.h \ 110 107 $(SOPHYAINCP)FitsIO/fitsio.h \ 111 108 $(SOPHYAINCP)FitsIO/longnam.h … … 116 113 $(SOPHYAINCP)machdefs.h \ 117 114 $(SOPHYAINCP)pexceptions.h \ 118 $(SOPHYAINCP)machdefs.hfbtntintf.h \115 fbtntintf.h \ 119 116 $(SOPHYAINCP)anydataobj.h \ 120 117 $(SOPHYAINCP)ntupintf.h \ … … 125 122 $(SOPHYAOBJP)fiosinit.o: fiosinit.cc \ 126 123 $(SOPHYAINCP)sopnamsp.h \ 127 $(SOPHYAINCP)machdefs.h fiosinit.h \ 124 $(SOPHYAINCP)machdefs.h \ 125 fiosinit.h \ 128 126 $(SOPHYAINCP)sophyainit.h \ 129 $(SOPHYAINCP)machdefs.h fitsmanager.h \130 fitsinoutfile.h$(SOPHYAINCP)pexceptions.h \131 $(SOPHYAINCP)dvlist.h \ 132 $(SOPHYAINCP)objfio.h \ 133 $(SOPHYAINCP)anydataobj.h \ 134 $(SOPHYAINCP)ppersist.h \ 135 $(SOPHYAINCP) pexceptions.h \136 $(SOPHYAINCP) gnumd5.h \137 $(SOPHYAINCP) ppfbinstream.h \138 $(SOPHYAINCP) rawstream.h \139 $(SOPHYAINCP) ppfnametag.h \140 $(SOPHYAINCP) mutyv.h \141 $(SOPHYAINCP) timestamp.h \142 $(SOPHYAINCP)FitsIO/ fitsio.h \143 $(SOPHYAINCP)FitsIO/longnam.h \144 fitshdtable.h$(SOPHYAINCP)datatable.h \127 fitsmanager.h fitsinoutfile.h \ 128 $(SOPHYAINCP)pexceptions.h \ 129 $(SOPHYAINCP)dvlist.h \ 130 $(SOPHYAINCP)objfio.h \ 131 $(SOPHYAINCP)anydataobj.h \ 132 $(SOPHYAINCP)ppersist.h \ 133 $(SOPHYAINCP)gnumd5.h \ 134 $(SOPHYAINCP)ppfbinstream.h \ 135 $(SOPHYAINCP)rawstream.h \ 136 $(SOPHYAINCP)ppfnametag.h \ 137 $(SOPHYAINCP)mutyv.h \ 138 $(SOPHYAINCP)timestamp.h \ 139 $(SOPHYAINCP)FitsIO/fitsio.h \ 140 $(SOPHYAINCP)FitsIO/longnam.h \ 141 fitshdtable.h \ 142 $(SOPHYAINCP)datatable.h \ 145 143 $(SOPHYAINCP)basedtable.h \ 146 144 $(SOPHYAINCP)ntupintf.h \ 147 $(SOPHYAINCP)dvlist.h \148 145 $(SOPHYAINCP)segdatablock.h \ 149 146 $(SOPHYAINCP)tvector.h \ … … 154 151 $(SOPHYAINCP)utilarr.h \ 155 152 $(SOPHYAINCP)tmatrix_tsnl.h \ 156 $(SOPHYAINCP)tvector_tsnl.h fitshandler.h \ 157 fitsarrhand.h $(SOPHYAINCP)tarray.h \ 158 $(SOPHYAINCP)tvector.h fitsblkrw.h \ 159 fitsntuple.h $(SOPHYAINCP)ntuple.h \ 160 $(SOPHYAINCP)anydataobj.h \ 161 $(SOPHYAINCP)ppersist.h fitsfile.h \ 162 $(SOPHYAINCP)ndatablock.h \ 153 $(SOPHYAINCP)tvector_tsnl.h \ 154 fitshandler.h fitsarrhand.h fitsblkrw.h fitsntuple.h \ 155 $(SOPHYAINCP)ntuple.h fitsfile.h \ 163 156 fitsspherehealpix.h \ 164 157 $(SOPHYAINCP)spherehealpix.h \ … … 175 168 fitsspherethetaphi.h \ 176 169 $(SOPHYAINCP)spherethetaphi.h \ 177 fitslocalmap.h $(SOPHYAINCP)localmap.h 170 fitslocalmap.h \ 171 $(SOPHYAINCP)localmap.h 178 172 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosinit.cc 179 173 … … 181 175 $(SOPHYAINCP)sopnamsp.h \ 182 176 $(SOPHYAINCP)pexceptions.h \ 183 $(SOPHYAINCP)machdefs.h fitsautoreader.h\184 $(SOPHYAINCP)machdefs.h \185 $(SOPHYAINCP)anydataobj.h fitsfile.h\186 $(SOPHYAINCP)ndatablock.h \187 $(SOPHYAINCP) anydataobj.h \188 $(SOPHYAINCP)dvlist.h \ 189 $(SOPHYAINCP)objfio.h \ 190 $(SOPHYAINCP)ppersist.h \ 191 $(SOPHYAINCP) pexceptions.h \192 $(SOPHYAINCP) gnumd5.h \193 $(SOPHYAINCP) ppfbinstream.h \194 $(SOPHYAINCP) rawstream.h \195 $(SOPHYAINCP) ppfnametag.h \196 $(SOPHYAINCP) mutyv.h \197 $(SOPHYAINCP)timestamp.hfitsinoutfile.h \177 $(SOPHYAINCP)machdefs.h \ 178 fitsautoreader.h \ 179 $(SOPHYAINCP)anydataobj.h \ 180 fitsfile.h \ 181 $(SOPHYAINCP)ndatablock.h \ 182 $(SOPHYAINCP)dvlist.h \ 183 $(SOPHYAINCP)objfio.h \ 184 $(SOPHYAINCP)ppersist.h \ 185 $(SOPHYAINCP)gnumd5.h \ 186 $(SOPHYAINCP)ppfbinstream.h \ 187 $(SOPHYAINCP)rawstream.h \ 188 $(SOPHYAINCP)ppfnametag.h \ 189 $(SOPHYAINCP)mutyv.h \ 190 $(SOPHYAINCP)timestamp.h \ 191 fitsinoutfile.h \ 198 192 $(SOPHYAINCP)FitsIO/fitsio.h \ 199 193 $(SOPHYAINCP)FitsIO/longnam.h \ … … 201 195 $(SOPHYAINCP)tarray.h \ 202 196 $(SOPHYAINCP)basarr.h \ 203 $(SOPHYAINCP)dvlist.h \ 204 $(SOPHYAINCP)ndatablock.h \ 205 $(SOPHYAINCP)utilarr.h fitsspherehealpix.h \ 197 $(SOPHYAINCP)utilarr.h \ 198 fitsspherehealpix.h \ 206 199 $(SOPHYAINCP)spherehealpix.h \ 207 200 $(SOPHYAINCP)sphericalmap.h \ … … 216 209 $(SOPHYAINCP)tvector.h \ 217 210 $(SOPHYAINCP)tmatrix.h \ 218 $(SOPHYAINCP)t array.h \219 $(SOPHYAINCP)t matrix_tsnl.h \220 $(SOPHYAINCP) tvector_tsnl.h \221 $(SOPHYAINCP)HEALPixUtils.hfitsntuple.h \211 $(SOPHYAINCP)tmatrix_tsnl.h \ 212 $(SOPHYAINCP)tvector_tsnl.h \ 213 $(SOPHYAINCP)HEALPixUtils.h \ 214 fitsntuple.h \ 222 215 $(SOPHYAINCP)ntuple.h \ 223 216 $(SOPHYAINCP)ntupintf.h \ 224 $(SOPHYAINCP)ppersist.h fitsxntuple.h \ 225 $(SOPHYAINCP)xntuple.h fitslocalmap.h \ 226 $(SOPHYAINCP)localmap.h fbtntintf.h \ 227 $(SOPHYAINCP)ntupintf.h 217 fitsxntuple.h \ 218 $(SOPHYAINCP)xntuple.h \ 219 fitslocalmap.h \ 220 $(SOPHYAINCP)localmap.h \ 221 fbtntintf.h 228 222 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsautoreader.cc 229 223 … … 231 225 $(SOPHYAINCP)sopnamsp.h \ 232 226 $(SOPHYAINCP)pexceptions.h \ 233 $(SOPHYAINCP)machdefs.h fitsbntbllineRW.h \ 234 $(SOPHYAINCP)dvlist.h \ 235 $(SOPHYAINCP)objfio.h \ 236 $(SOPHYAINCP)anydataobj.h \ 237 $(SOPHYAINCP)ppersist.h \ 238 $(SOPHYAINCP)pexceptions.h \ 239 $(SOPHYAINCP)gnumd5.h \ 240 $(SOPHYAINCP)ppfbinstream.h \ 241 $(SOPHYAINCP)rawstream.h \ 242 $(SOPHYAINCP)ppfnametag.h \ 243 $(SOPHYAINCP)mutyv.h \ 244 $(SOPHYAINCP)timestamp.h fitsfile.h \ 245 $(SOPHYAINCP)ndatablock.h fitsinoutfile.h \ 246 $(SOPHYAINCP)machdefs.h \ 247 $(SOPHYAINCP)FitsIO/fitsio.h \ 248 $(SOPHYAINCP)FitsIO/longnam.h \ 249 fitshandler.h $(SOPHYAINCP)utils.h 227 $(SOPHYAINCP)machdefs.h \ 228 fitsbntbllineRW.h \ 229 $(SOPHYAINCP)dvlist.h \ 230 $(SOPHYAINCP)objfio.h \ 231 $(SOPHYAINCP)anydataobj.h \ 232 $(SOPHYAINCP)ppersist.h \ 233 $(SOPHYAINCP)gnumd5.h \ 234 $(SOPHYAINCP)ppfbinstream.h \ 235 $(SOPHYAINCP)rawstream.h \ 236 $(SOPHYAINCP)ppfnametag.h \ 237 $(SOPHYAINCP)mutyv.h \ 238 $(SOPHYAINCP)timestamp.h \ 239 fitsfile.h \ 240 $(SOPHYAINCP)ndatablock.h \ 241 fitsinoutfile.h \ 242 $(SOPHYAINCP)FitsIO/fitsio.h \ 243 $(SOPHYAINCP)FitsIO/longnam.h \ 244 fitshandler.h \ 245 $(SOPHYAINCP)utils.h 250 246 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsbntbllineRW.cc 251 247 252 248 $(SOPHYAOBJP)fitsfile.o: fitsfile.cc \ 253 249 $(SOPHYAINCP)sopnamsp.h \ 254 $(SOPHYAINCP)machdefs.h fitsfile.h\255 $(SOPHYAINCP)ndatablock.h \256 $(SOPHYAINCP) machdefs.h \257 $(SOPHYAINCP)anydataobj.h \ 258 $(SOPHYAINCP)dvlist.h \ 259 $(SOPHYAINCP)objfio.h \ 260 $(SOPHYAINCP)ppersist.h \ 261 $(SOPHYAINCP)pexceptions.h \ 262 $(SOPHYAINCP)gnumd5.h \ 263 $(SOPHYAINCP)ppfbinstream.h \ 264 $(SOPHYAINCP)rawstream.h \ 265 $(SOPHYAINCP)ppfnametag.h \ 266 $(SOPHYAINCP)mutyv.h \ 267 $(SOPHYAINCP)timestamp.h fitsinoutfile.h\268 $(SOPHYAINCP)pexceptions.h \269 $(SOPHYAINCP)FitsIO/fitsio.h \ 270 $(SOPHYAINCP)FitsIO/longnam.h \ 271 fitshandler.h $(SOPHYAINCP)strutil.h\272 $(SOPHYAINCP) anydataobj.h250 $(SOPHYAINCP)machdefs.h \ 251 fitsfile.h \ 252 $(SOPHYAINCP)ndatablock.h \ 253 $(SOPHYAINCP)anydataobj.h \ 254 $(SOPHYAINCP)dvlist.h \ 255 $(SOPHYAINCP)objfio.h \ 256 $(SOPHYAINCP)ppersist.h \ 257 $(SOPHYAINCP)pexceptions.h \ 258 $(SOPHYAINCP)gnumd5.h \ 259 $(SOPHYAINCP)ppfbinstream.h \ 260 $(SOPHYAINCP)rawstream.h \ 261 $(SOPHYAINCP)ppfnametag.h \ 262 $(SOPHYAINCP)mutyv.h \ 263 $(SOPHYAINCP)timestamp.h \ 264 fitsinoutfile.h \ 265 $(SOPHYAINCP)FitsIO/fitsio.h \ 266 $(SOPHYAINCP)FitsIO/longnam.h \ 267 fitshandler.h \ 268 $(SOPHYAINCP)strutil.h 273 269 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsfile.cc 274 270 … … 278 274 $(SOPHYAINCP)datatable.h \ 279 275 $(SOPHYAINCP)basedtable.h \ 280 $(SOPHYAINCP)machdefs.h \281 276 $(SOPHYAINCP)ntupintf.h \ 282 277 $(SOPHYAINCP)dvlist.h \ … … 299 294 $(SOPHYAINCP)utilarr.h \ 300 295 $(SOPHYAINCP)tmatrix_tsnl.h \ 301 $(SOPHYAINCP)tvector_tsnl.h fitsblkrw.h \ 302 fitsinoutfile.h $(SOPHYAINCP)pexceptions.h \ 303 $(SOPHYAINCP)dvlist.h \ 296 $(SOPHYAINCP)tvector_tsnl.h \ 297 fitsblkrw.h fitsinoutfile.h \ 304 298 $(SOPHYAINCP)FitsIO/fitsio.h \ 305 299 $(SOPHYAINCP)FitsIO/longnam.h \ 306 300 fitshandler.h swfitsdtable.h \ 307 $(SOPHYAINCP) basedtable.h \308 $(SOPHYAINCP)swsegdb.hfitsswapper.h301 $(SOPHYAINCP)swsegdb.h \ 302 fitsswapper.h 309 303 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitshdtable.cc 310 304 305 $(SOPHYAOBJP)fitshistos.o: fitshistos.cc \ 306 $(SOPHYAINCP)machdefs.h \ 307 $(SOPHYAINCP)sopnamsp.h \ 308 $(SOPHYAINCP)histos.h \ 309 $(SOPHYAINCP)objfio.h \ 310 $(SOPHYAINCP)anydataobj.h \ 311 $(SOPHYAINCP)ppersist.h \ 312 $(SOPHYAINCP)pexceptions.h \ 313 $(SOPHYAINCP)gnumd5.h \ 314 $(SOPHYAINCP)ppfbinstream.h \ 315 $(SOPHYAINCP)rawstream.h \ 316 $(SOPHYAINCP)ppfnametag.h \ 317 $(SOPHYAINCP)peida.h \ 318 $(SOPHYAINCP)utils.h \ 319 $(SOPHYAINCP)perrors.h \ 320 $(SOPHYAINCP)fmath.h \ 321 $(SOPHYAINCP)tvector.h \ 322 $(SOPHYAINCP)tmatrix.h \ 323 $(SOPHYAINCP)tarray.h \ 324 $(SOPHYAINCP)basarr.h \ 325 $(SOPHYAINCP)mutyv.h \ 326 $(SOPHYAINCP)timestamp.h \ 327 $(SOPHYAINCP)dvlist.h \ 328 $(SOPHYAINCP)ndatablock.h \ 329 $(SOPHYAINCP)utilarr.h \ 330 $(SOPHYAINCP)tmatrix_tsnl.h \ 331 $(SOPHYAINCP)tvector_tsnl.h \ 332 $(SOPHYAINCP)hisprof.h \ 333 $(SOPHYAINCP)histerr.h \ 334 $(SOPHYAINCP)histos2.h \ 335 fitsblkrw.h fitsinoutfile.h \ 336 $(SOPHYAINCP)FitsIO/fitsio.h \ 337 $(SOPHYAINCP)FitsIO/longnam.h \ 338 fitshandler.h 339 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitshistos.cc 340 311 341 $(SOPHYAOBJP)fitsinoutfile.o: fitsinoutfile.cc \ 312 342 $(SOPHYAINCP)sopnamsp.h \ 313 343 $(SOPHYAINCP)machdefs.h \ 314 344 $(SOPHYAINCP)segdatablock.h \ 315 $(SOPHYAINCP)machdefs.h \ 316 $(SOPHYAINCP)anydataobj.h fitsinoutfile.h \ 317 $(SOPHYAINCP)pexceptions.h \ 318 $(SOPHYAINCP)dvlist.h \ 319 $(SOPHYAINCP)objfio.h \ 320 $(SOPHYAINCP)ppersist.h \ 321 $(SOPHYAINCP)pexceptions.h \ 345 $(SOPHYAINCP)anydataobj.h \ 346 fitsinoutfile.h \ 347 $(SOPHYAINCP)pexceptions.h \ 348 $(SOPHYAINCP)dvlist.h \ 349 $(SOPHYAINCP)objfio.h \ 350 $(SOPHYAINCP)ppersist.h \ 322 351 $(SOPHYAINCP)gnumd5.h \ 323 352 $(SOPHYAINCP)ppfbinstream.h \ … … 333 362 $(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \ 334 363 $(SOPHYAINCP)sopnamsp.h \ 335 $(SOPHYAINCP)machdefs.h fitslocalmap.h\336 $(SOPHYAINCP)pexceptions.h \337 $(SOPHYAINCP) machdefs.h \364 $(SOPHYAINCP)machdefs.h \ 365 fitslocalmap.h \ 366 $(SOPHYAINCP)pexceptions.h \ 338 367 $(SOPHYAINCP)localmap.h \ 339 368 $(SOPHYAINCP)pixelmap.h \ 340 369 $(SOPHYAINCP)ppersist.h \ 341 $(SOPHYAINCP)pexceptions.h \342 370 $(SOPHYAINCP)gnumd5.h \ 343 371 $(SOPHYAINCP)ppfbinstream.h \ … … 364 392 $(SOPHYAINCP)utilarr.h \ 365 393 $(SOPHYAINCP)tmatrix_tsnl.h \ 366 $(SOPHYAINCP)tvector_tsnl.h fitsfile.h \ 367 $(SOPHYAINCP)ndatablock.h \ 368 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 394 $(SOPHYAINCP)tvector_tsnl.h \ 395 fitsfile.h fitsinoutfile.h \ 369 396 $(SOPHYAINCP)FitsIO/fitsio.h \ 370 397 $(SOPHYAINCP)FitsIO/longnam.h \ … … 374 401 $(SOPHYAOBJP)fitsmanager.o: fitsmanager.cc \ 375 402 $(SOPHYAINCP)machdefs.h \ 376 $(SOPHYAINCP)sopnamsp.h fitsmanager.h \ 377 fitsinoutfile.h $(SOPHYAINCP)pexceptions.h \ 378 $(SOPHYAINCP)machdefs.h \ 379 $(SOPHYAINCP)dvlist.h \ 380 $(SOPHYAINCP)objfio.h \ 381 $(SOPHYAINCP)anydataobj.h \ 382 $(SOPHYAINCP)ppersist.h \ 383 $(SOPHYAINCP)pexceptions.h \ 403 $(SOPHYAINCP)sopnamsp.h \ 404 fitsmanager.h fitsinoutfile.h \ 405 $(SOPHYAINCP)pexceptions.h \ 406 $(SOPHYAINCP)dvlist.h \ 407 $(SOPHYAINCP)objfio.h \ 408 $(SOPHYAINCP)anydataobj.h \ 409 $(SOPHYAINCP)ppersist.h \ 384 410 $(SOPHYAINCP)gnumd5.h \ 385 411 $(SOPHYAINCP)ppfbinstream.h \ … … 396 422 $(SOPHYAINCP)sopnamsp.h \ 397 423 $(SOPHYAINCP)pexceptions.h \ 398 $(SOPHYAINCP)machdefs.h fitsntuple.h\399 $(SOPHYAINCP)machdefs.h \424 $(SOPHYAINCP)machdefs.h \ 425 fitsntuple.h \ 400 426 $(SOPHYAINCP)ntuple.h \ 401 427 $(SOPHYAINCP)objfio.h \ 402 428 $(SOPHYAINCP)anydataobj.h \ 403 429 $(SOPHYAINCP)ppersist.h \ 404 $(SOPHYAINCP)pexceptions.h \405 430 $(SOPHYAINCP)gnumd5.h \ 406 431 $(SOPHYAINCP)ppfbinstream.h \ … … 411 436 $(SOPHYAINCP)mutyv.h \ 412 437 $(SOPHYAINCP)timestamp.h \ 413 $(SOPHYAINCP)anydataobj.h \ 414 $(SOPHYAINCP)ppersist.h fitsfile.h \ 415 $(SOPHYAINCP)ndatablock.h \ 416 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 438 fitsfile.h \ 439 $(SOPHYAINCP)ndatablock.h \ 440 fitsinoutfile.h \ 417 441 $(SOPHYAINCP)FitsIO/fitsio.h \ 418 442 $(SOPHYAINCP)FitsIO/longnam.h \ … … 430 454 $(SOPHYAINCP)pixelmap.h \ 431 455 $(SOPHYAINCP)ppersist.h \ 432 $(SOPHYAINCP)pexceptions.h \433 456 $(SOPHYAINCP)gnumd5.h \ 434 457 $(SOPHYAINCP)ppfbinstream.h \ … … 455 478 $(SOPHYAINCP)tvector_tsnl.h \ 456 479 $(SOPHYAINCP)HEALPixUtils.h \ 457 $(SOPHYAINCP)anydataobj.h fitsfile.h \ 458 $(SOPHYAINCP)ndatablock.h \ 459 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 460 $(SOPHYAINCP)machdefs.h \ 461 $(SOPHYAINCP)FitsIO/fitsio.h \ 462 $(SOPHYAINCP)FitsIO/longnam.h \ 463 fitshandler.h $(SOPHYAINCP)tarray.h \ 464 fitstarray.h 480 fitsfile.h fitsinoutfile.h \ 481 $(SOPHYAINCP)FitsIO/fitsio.h \ 482 $(SOPHYAINCP)FitsIO/longnam.h \ 483 fitshandler.h fitstarray.h 465 484 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherehealpix.cc 466 485 … … 475 494 $(SOPHYAINCP)pixelmap.h \ 476 495 $(SOPHYAINCP)ppersist.h \ 477 $(SOPHYAINCP)pexceptions.h \478 496 $(SOPHYAINCP)gnumd5.h \ 479 497 $(SOPHYAINCP)ppfbinstream.h \ … … 499 517 $(SOPHYAINCP)tmatrix_tsnl.h \ 500 518 $(SOPHYAINCP)tvector_tsnl.h \ 501 $(SOPHYAINCP)anydataobj.h fitsfile.h \ 502 $(SOPHYAINCP)ndatablock.h \ 503 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 504 $(SOPHYAINCP)machdefs.h \ 505 $(SOPHYAINCP)FitsIO/fitsio.h \ 506 $(SOPHYAINCP)FitsIO/longnam.h \ 507 fitshandler.h $(SOPHYAINCP)tarray.h \ 508 fitstarray.h 519 fitsfile.h fitsinoutfile.h \ 520 $(SOPHYAINCP)FitsIO/fitsio.h \ 521 $(SOPHYAINCP)FitsIO/longnam.h \ 522 fitshandler.h fitstarray.h 509 523 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherethetaphi.cc 510 524 … … 513 527 $(SOPHYAINCP)machdefs.h \ 514 528 $(SOPHYAINCP)pexceptions.h \ 515 $(SOPHYAINCP)machdefs.h fitstarray.h \ 516 $(SOPHYAINCP)tarray.h \ 517 $(SOPHYAINCP)basarr.h \ 518 $(SOPHYAINCP)anydataobj.h \ 519 $(SOPHYAINCP)mutyv.h \ 520 $(SOPHYAINCP)timestamp.h \ 521 $(SOPHYAINCP)objfio.h \ 522 $(SOPHYAINCP)ppersist.h \ 523 $(SOPHYAINCP)pexceptions.h \ 524 $(SOPHYAINCP)gnumd5.h \ 525 $(SOPHYAINCP)ppfbinstream.h \ 526 $(SOPHYAINCP)rawstream.h \ 527 $(SOPHYAINCP)ppfnametag.h \ 528 $(SOPHYAINCP)dvlist.h \ 529 $(SOPHYAINCP)ndatablock.h \ 530 $(SOPHYAINCP)utilarr.h fitsfile.h \ 531 $(SOPHYAINCP)ndatablock.h \ 532 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 529 fitstarray.h \ 530 $(SOPHYAINCP)tarray.h \ 531 $(SOPHYAINCP)basarr.h \ 532 $(SOPHYAINCP)anydataobj.h \ 533 $(SOPHYAINCP)mutyv.h \ 534 $(SOPHYAINCP)timestamp.h \ 535 $(SOPHYAINCP)objfio.h \ 536 $(SOPHYAINCP)ppersist.h \ 537 $(SOPHYAINCP)gnumd5.h \ 538 $(SOPHYAINCP)ppfbinstream.h \ 539 $(SOPHYAINCP)rawstream.h \ 540 $(SOPHYAINCP)ppfnametag.h \ 541 $(SOPHYAINCP)dvlist.h \ 542 $(SOPHYAINCP)ndatablock.h \ 543 $(SOPHYAINCP)utilarr.h \ 544 fitsfile.h fitsinoutfile.h \ 533 545 $(SOPHYAINCP)FitsIO/fitsio.h \ 534 546 $(SOPHYAINCP)FitsIO/longnam.h \ … … 539 551 $(SOPHYAINCP)sopnamsp.h \ 540 552 $(SOPHYAINCP)pexceptions.h \ 541 $(SOPHYAINCP)machdefs.h fitsxntuple.h\542 $(SOPHYAINCP)machdefs.h \553 $(SOPHYAINCP)machdefs.h \ 554 fitsxntuple.h \ 543 555 $(SOPHYAINCP)xntuple.h \ 544 556 $(SOPHYAINCP)ntupintf.h \ 545 557 $(SOPHYAINCP)ppersist.h \ 546 $(SOPHYAINCP)pexceptions.h \ 547 $(SOPHYAINCP)gnumd5.h \ 548 $(SOPHYAINCP)ppfbinstream.h \ 549 $(SOPHYAINCP)rawstream.h \ 550 $(SOPHYAINCP)ppfnametag.h \ 551 $(SOPHYAINCP)dvlist.h \ 552 $(SOPHYAINCP)objfio.h \ 553 $(SOPHYAINCP)anydataobj.h \ 554 $(SOPHYAINCP)mutyv.h \ 555 $(SOPHYAINCP)timestamp.h \ 556 $(SOPHYAINCP)anydataobj.h \ 557 $(SOPHYAINCP)ppersist.h fitsfile.h \ 558 $(SOPHYAINCP)ndatablock.h \ 559 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 558 $(SOPHYAINCP)gnumd5.h \ 559 $(SOPHYAINCP)ppfbinstream.h \ 560 $(SOPHYAINCP)rawstream.h \ 561 $(SOPHYAINCP)ppfnametag.h \ 562 $(SOPHYAINCP)dvlist.h \ 563 $(SOPHYAINCP)objfio.h \ 564 $(SOPHYAINCP)anydataobj.h \ 565 $(SOPHYAINCP)mutyv.h \ 566 $(SOPHYAINCP)timestamp.h \ 567 fitsfile.h \ 568 $(SOPHYAINCP)ndatablock.h \ 569 fitsinoutfile.h \ 560 570 $(SOPHYAINCP)FitsIO/fitsio.h \ 561 571 $(SOPHYAINCP)FitsIO/longnam.h \ … … 587 597 $(SOPHYAINCP)tmatrix_tsnl.h \ 588 598 $(SOPHYAINCP)tvector_tsnl.h \ 589 $(SOPHYAINCP)swsegdb.h fitsswapper.h \ 590 $(SOPHYAINCP)machdefs.h fitsinoutfile.h \ 591 $(SOPHYAINCP)pexceptions.h \ 592 $(SOPHYAINCP)dvlist.h \ 593 $(SOPHYAINCP)FitsIO/fitsio.h \ 594 $(SOPHYAINCP)FitsIO/longnam.h fitsblkrw.h \ 595 fitshdtable.h $(SOPHYAINCP)datatable.h \ 596 $(SOPHYAINCP)basedtable.h fitshandler.h \ 599 $(SOPHYAINCP)swsegdb.h \ 600 fitsswapper.h fitsinoutfile.h \ 601 $(SOPHYAINCP)FitsIO/fitsio.h \ 602 $(SOPHYAINCP)FitsIO/longnam.h \ 603 fitsblkrw.h fitshdtable.h \ 604 $(SOPHYAINCP)datatable.h \ 605 fitshandler.h \ 597 606 $(SOPHYAINCP)sopnamsp.h 598 607 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swfitsdtable.cc -
trunk/SophyaExt/FitsIOServer/fiosinit.cc
r3038 r3049 12 12 #include "fitsspherethetaphi.h" 13 13 #include "fitslocalmap.h" 14 #include "fitshistos.h" 14 15 15 16 … … 44 45 // Enregistrement des classes heritant de FitsIOHandler 45 46 FitsManager::RegisterHandler(new FITS_NTuple, 0, "NTuple"); 47 FitsManager::RegisterHandler(new FitsHandler<Histo>, 0, "Histo"); 48 FitsManager::RegisterHandler(new FitsHandler<Histo2D>, 0, "Histo2D"); 46 49 47 50 FitsManager::RegisterHandler(new FITS_SphereHEALPix<r_4> , 0, "SphereHEALPix<r_4>"); -
trunk/SophyaExt/FitsIOServer/fitsautoreader.cc
r2615 r3049 192 192 return sphptr; 193 193 } 194 // CMV: Bon c'est quand meme sympa de pouvoir re-lire ce194 //cmv: Bon c'est quand meme sympa de pouvoir re-lire ce 195 195 // qu'on a ecrit !! Je fais cette modif mais a priori 196 196 // ce n'est que du sparadra car ca devrait planter -
trunk/SophyaExt/FitsIOServer/objlist.list
r2864 r3049 9 9 fitsfile.o 10 10 fitshdtable.o 11 fitshistos.o 11 12 fitsinoutfile.o 12 13 fitslocalmap.o -
trunk/SophyaExt/FitsIOServer/smakefile
r3007 r3049 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fits inoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o6 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o 7 7 rm -f $(SOPHYALIBP)libFitsIOServer.a 8 8 9 $(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fits inoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o9 $(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist 12 12 13 13 $(SOPHYAOBJP)datacirclefits.o: datacirclefits.cc \ 14 $(SOPHYAINCP)sopnamsp.h datacirclefits.h \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 datacirclefits.h \ 15 16 $(SOPHYAINCP)datacirclebase.h \ 16 17 $(SOPHYAINCP)circle.h \ … … 29 30 $(SOPHYAINCP)machdefs.h \ 30 31 $(SOPHYAINCP)pexceptions.h \ 31 $(SOPHYAINCP)machdefs.h fabtcolread.h \ 32 $(SOPHYAINCP)anydataobj.h \ 33 $(SOPHYAINCP)tvector.h \ 34 $(SOPHYAINCP)tmatrix.h \ 35 $(SOPHYAINCP)tarray.h \ 36 $(SOPHYAINCP)basarr.h \ 37 $(SOPHYAINCP)anydataobj.h \ 38 $(SOPHYAINCP)mutyv.h \ 39 $(SOPHYAINCP)timestamp.h \ 40 $(SOPHYAINCP)objfio.h \ 41 $(SOPHYAINCP)ppersist.h \ 42 $(SOPHYAINCP)pexceptions.h \ 32 fabtcolread.h \ 33 $(SOPHYAINCP)anydataobj.h \ 34 $(SOPHYAINCP)tvector.h \ 35 $(SOPHYAINCP)tmatrix.h \ 36 $(SOPHYAINCP)tarray.h \ 37 $(SOPHYAINCP)basarr.h \ 38 $(SOPHYAINCP)mutyv.h \ 39 $(SOPHYAINCP)timestamp.h \ 40 $(SOPHYAINCP)objfio.h \ 41 $(SOPHYAINCP)ppersist.h \ 43 42 $(SOPHYAINCP)gnumd5.h \ 44 43 $(SOPHYAINCP)ppfbinstream.h \ … … 58 57 $(SOPHYAINCP)machdefs.h \ 59 58 $(SOPHYAINCP)pexceptions.h \ 60 $(SOPHYAINCP)machdefs.h fabtwriter.h \ 61 $(SOPHYAINCP)anydataobj.h \ 62 $(SOPHYAINCP)tvector.h \ 63 $(SOPHYAINCP)tmatrix.h \ 64 $(SOPHYAINCP)tarray.h \ 65 $(SOPHYAINCP)basarr.h \ 66 $(SOPHYAINCP)anydataobj.h \ 67 $(SOPHYAINCP)mutyv.h \ 68 $(SOPHYAINCP)timestamp.h \ 69 $(SOPHYAINCP)objfio.h \ 70 $(SOPHYAINCP)ppersist.h \ 71 $(SOPHYAINCP)pexceptions.h \ 59 fabtwriter.h \ 60 $(SOPHYAINCP)anydataobj.h \ 61 $(SOPHYAINCP)tvector.h \ 62 $(SOPHYAINCP)tmatrix.h \ 63 $(SOPHYAINCP)tarray.h \ 64 $(SOPHYAINCP)basarr.h \ 65 $(SOPHYAINCP)mutyv.h \ 66 $(SOPHYAINCP)timestamp.h \ 67 $(SOPHYAINCP)objfio.h \ 68 $(SOPHYAINCP)ppersist.h \ 72 69 $(SOPHYAINCP)gnumd5.h \ 73 70 $(SOPHYAINCP)ppfbinstream.h \ … … 87 84 $(SOPHYAINCP)machdefs.h \ 88 85 $(SOPHYAINCP)pexceptions.h \ 89 $(SOPHYAINCP)machdefs.h fboloread.h \ 90 $(SOPHYAINCP)anydataobj.h \ 91 $(SOPHYAINCP)tvector.h \ 92 $(SOPHYAINCP)tmatrix.h \ 93 $(SOPHYAINCP)tarray.h \ 94 $(SOPHYAINCP)basarr.h \ 95 $(SOPHYAINCP)anydataobj.h \ 96 $(SOPHYAINCP)mutyv.h \ 97 $(SOPHYAINCP)timestamp.h \ 98 $(SOPHYAINCP)objfio.h \ 99 $(SOPHYAINCP)ppersist.h \ 100 $(SOPHYAINCP)pexceptions.h \ 101 $(SOPHYAINCP)gnumd5.h \ 102 $(SOPHYAINCP)ppfbinstream.h \ 103 $(SOPHYAINCP)rawstream.h \ 104 $(SOPHYAINCP)ppfnametag.h \ 105 $(SOPHYAINCP)dvlist.h \ 106 $(SOPHYAINCP)ndatablock.h \ 107 $(SOPHYAINCP)utilarr.h \ 108 $(SOPHYAINCP)tmatrix_tsnl.h \ 109 $(SOPHYAINCP)tvector_tsnl.h fabtcolread.h \ 86 fboloread.h \ 87 $(SOPHYAINCP)anydataobj.h \ 88 $(SOPHYAINCP)tvector.h \ 89 $(SOPHYAINCP)tmatrix.h \ 90 $(SOPHYAINCP)tarray.h \ 91 $(SOPHYAINCP)basarr.h \ 92 $(SOPHYAINCP)mutyv.h \ 93 $(SOPHYAINCP)timestamp.h \ 94 $(SOPHYAINCP)objfio.h \ 95 $(SOPHYAINCP)ppersist.h \ 96 $(SOPHYAINCP)gnumd5.h \ 97 $(SOPHYAINCP)ppfbinstream.h \ 98 $(SOPHYAINCP)rawstream.h \ 99 $(SOPHYAINCP)ppfnametag.h \ 100 $(SOPHYAINCP)dvlist.h \ 101 $(SOPHYAINCP)ndatablock.h \ 102 $(SOPHYAINCP)utilarr.h \ 103 $(SOPHYAINCP)tmatrix_tsnl.h \ 104 $(SOPHYAINCP)tvector_tsnl.h \ 105 fabtcolread.h \ 110 106 $(SOPHYAINCP)FitsIO/fitsio.h \ 111 107 $(SOPHYAINCP)FitsIO/longnam.h … … 116 112 $(SOPHYAINCP)machdefs.h \ 117 113 $(SOPHYAINCP)pexceptions.h \ 118 $(SOPHYAINCP)machdefs.hfbtntintf.h \114 fbtntintf.h \ 119 115 $(SOPHYAINCP)anydataobj.h \ 120 116 $(SOPHYAINCP)ntupintf.h \ … … 125 121 $(SOPHYAOBJP)fiosinit.o: fiosinit.cc \ 126 122 $(SOPHYAINCP)sopnamsp.h \ 127 $(SOPHYAINCP)machdefs.h fiosinit.h \ 123 $(SOPHYAINCP)machdefs.h \ 124 fiosinit.h \ 128 125 $(SOPHYAINCP)sophyainit.h \ 129 $(SOPHYAINCP)machdefs.h fitsmanager.h \130 fitsinoutfile.h$(SOPHYAINCP)pexceptions.h \131 $(SOPHYAINCP)dvlist.h \ 132 $(SOPHYAINCP)objfio.h \ 133 $(SOPHYAINCP)anydataobj.h \ 134 $(SOPHYAINCP)ppersist.h \ 135 $(SOPHYAINCP) pexceptions.h \136 $(SOPHYAINCP) gnumd5.h \137 $(SOPHYAINCP) ppfbinstream.h \138 $(SOPHYAINCP) rawstream.h \139 $(SOPHYAINCP) ppfnametag.h \140 $(SOPHYAINCP) mutyv.h \141 $(SOPHYAINCP) timestamp.h \142 $(SOPHYAINCP)FitsIO/ fitsio.h \143 $(SOPHYAINCP)FitsIO/longnam.h \144 fitshdtable.h$(SOPHYAINCP)datatable.h \126 fitsmanager.h fitsinoutfile.h \ 127 $(SOPHYAINCP)pexceptions.h \ 128 $(SOPHYAINCP)dvlist.h \ 129 $(SOPHYAINCP)objfio.h \ 130 $(SOPHYAINCP)anydataobj.h \ 131 $(SOPHYAINCP)ppersist.h \ 132 $(SOPHYAINCP)gnumd5.h \ 133 $(SOPHYAINCP)ppfbinstream.h \ 134 $(SOPHYAINCP)rawstream.h \ 135 $(SOPHYAINCP)ppfnametag.h \ 136 $(SOPHYAINCP)mutyv.h \ 137 $(SOPHYAINCP)timestamp.h \ 138 $(SOPHYAINCP)FitsIO/fitsio.h \ 139 $(SOPHYAINCP)FitsIO/longnam.h \ 140 fitshdtable.h \ 141 $(SOPHYAINCP)datatable.h \ 145 142 $(SOPHYAINCP)basedtable.h \ 146 143 $(SOPHYAINCP)ntupintf.h \ 147 $(SOPHYAINCP)dvlist.h \148 144 $(SOPHYAINCP)segdatablock.h \ 149 145 $(SOPHYAINCP)tvector.h \ … … 154 150 $(SOPHYAINCP)utilarr.h \ 155 151 $(SOPHYAINCP)tmatrix_tsnl.h \ 156 $(SOPHYAINCP)tvector_tsnl.h fitshandler.h \ 157 fitsarrhand.h $(SOPHYAINCP)tarray.h \ 158 $(SOPHYAINCP)tvector.h fitsblkrw.h \ 159 fitsntuple.h $(SOPHYAINCP)ntuple.h \ 160 $(SOPHYAINCP)anydataobj.h \ 161 $(SOPHYAINCP)ppersist.h fitsfile.h \ 162 $(SOPHYAINCP)ndatablock.h \ 152 $(SOPHYAINCP)tvector_tsnl.h \ 153 fitshandler.h fitsarrhand.h fitsblkrw.h fitsntuple.h \ 154 $(SOPHYAINCP)ntuple.h fitsfile.h \ 163 155 fitsspherehealpix.h \ 164 156 $(SOPHYAINCP)spherehealpix.h \ … … 175 167 fitsspherethetaphi.h \ 176 168 $(SOPHYAINCP)spherethetaphi.h \ 177 fitslocalmap.h $(SOPHYAINCP)localmap.h 169 fitslocalmap.h \ 170 $(SOPHYAINCP)localmap.h 178 171 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosinit.cc 179 172 … … 181 174 $(SOPHYAINCP)sopnamsp.h \ 182 175 $(SOPHYAINCP)pexceptions.h \ 183 $(SOPHYAINCP)machdefs.h fitsautoreader.h\184 $(SOPHYAINCP)machdefs.h \185 $(SOPHYAINCP)anydataobj.h fitsfile.h\186 $(SOPHYAINCP)ndatablock.h \187 $(SOPHYAINCP) anydataobj.h \188 $(SOPHYAINCP)dvlist.h \ 189 $(SOPHYAINCP)objfio.h \ 190 $(SOPHYAINCP)ppersist.h \ 191 $(SOPHYAINCP) pexceptions.h \192 $(SOPHYAINCP) gnumd5.h \193 $(SOPHYAINCP) ppfbinstream.h \194 $(SOPHYAINCP) rawstream.h \195 $(SOPHYAINCP) ppfnametag.h \196 $(SOPHYAINCP) mutyv.h \197 $(SOPHYAINCP)timestamp.hfitsinoutfile.h \176 $(SOPHYAINCP)machdefs.h \ 177 fitsautoreader.h \ 178 $(SOPHYAINCP)anydataobj.h \ 179 fitsfile.h \ 180 $(SOPHYAINCP)ndatablock.h \ 181 $(SOPHYAINCP)dvlist.h \ 182 $(SOPHYAINCP)objfio.h \ 183 $(SOPHYAINCP)ppersist.h \ 184 $(SOPHYAINCP)gnumd5.h \ 185 $(SOPHYAINCP)ppfbinstream.h \ 186 $(SOPHYAINCP)rawstream.h \ 187 $(SOPHYAINCP)ppfnametag.h \ 188 $(SOPHYAINCP)mutyv.h \ 189 $(SOPHYAINCP)timestamp.h \ 190 fitsinoutfile.h \ 198 191 $(SOPHYAINCP)FitsIO/fitsio.h \ 199 192 $(SOPHYAINCP)FitsIO/longnam.h \ … … 201 194 $(SOPHYAINCP)tarray.h \ 202 195 $(SOPHYAINCP)basarr.h \ 203 $(SOPHYAINCP)dvlist.h \ 204 $(SOPHYAINCP)ndatablock.h \ 205 $(SOPHYAINCP)utilarr.h fitsspherehealpix.h \ 196 $(SOPHYAINCP)utilarr.h \ 197 fitsspherehealpix.h \ 206 198 $(SOPHYAINCP)spherehealpix.h \ 207 199 $(SOPHYAINCP)sphericalmap.h \ … … 216 208 $(SOPHYAINCP)tvector.h \ 217 209 $(SOPHYAINCP)tmatrix.h \ 218 $(SOPHYAINCP)t array.h \219 $(SOPHYAINCP)t matrix_tsnl.h \220 $(SOPHYAINCP) tvector_tsnl.h \221 $(SOPHYAINCP)HEALPixUtils.hfitsntuple.h \210 $(SOPHYAINCP)tmatrix_tsnl.h \ 211 $(SOPHYAINCP)tvector_tsnl.h \ 212 $(SOPHYAINCP)HEALPixUtils.h \ 213 fitsntuple.h \ 222 214 $(SOPHYAINCP)ntuple.h \ 223 215 $(SOPHYAINCP)ntupintf.h \ 224 $(SOPHYAINCP)ppersist.h fitsxntuple.h \ 225 $(SOPHYAINCP)xntuple.h fitslocalmap.h \ 226 $(SOPHYAINCP)localmap.h fbtntintf.h \ 227 $(SOPHYAINCP)ntupintf.h 216 fitsxntuple.h \ 217 $(SOPHYAINCP)xntuple.h \ 218 fitslocalmap.h \ 219 $(SOPHYAINCP)localmap.h \ 220 fbtntintf.h 228 221 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsautoreader.cc 229 222 … … 231 224 $(SOPHYAINCP)sopnamsp.h \ 232 225 $(SOPHYAINCP)pexceptions.h \ 233 $(SOPHYAINCP)machdefs.h fitsbntbllineRW.h \ 234 $(SOPHYAINCP)dvlist.h \ 235 $(SOPHYAINCP)objfio.h \ 236 $(SOPHYAINCP)anydataobj.h \ 237 $(SOPHYAINCP)ppersist.h \ 238 $(SOPHYAINCP)pexceptions.h \ 239 $(SOPHYAINCP)gnumd5.h \ 240 $(SOPHYAINCP)ppfbinstream.h \ 241 $(SOPHYAINCP)rawstream.h \ 242 $(SOPHYAINCP)ppfnametag.h \ 243 $(SOPHYAINCP)mutyv.h \ 244 $(SOPHYAINCP)timestamp.h fitsfile.h \ 245 $(SOPHYAINCP)ndatablock.h fitsinoutfile.h \ 246 $(SOPHYAINCP)machdefs.h \ 247 $(SOPHYAINCP)FitsIO/fitsio.h \ 248 $(SOPHYAINCP)FitsIO/longnam.h \ 249 fitshandler.h $(SOPHYAINCP)utils.h 226 $(SOPHYAINCP)machdefs.h \ 227 fitsbntbllineRW.h \ 228 $(SOPHYAINCP)dvlist.h \ 229 $(SOPHYAINCP)objfio.h \ 230 $(SOPHYAINCP)anydataobj.h \ 231 $(SOPHYAINCP)ppersist.h \ 232 $(SOPHYAINCP)gnumd5.h \ 233 $(SOPHYAINCP)ppfbinstream.h \ 234 $(SOPHYAINCP)rawstream.h \ 235 $(SOPHYAINCP)ppfnametag.h \ 236 $(SOPHYAINCP)mutyv.h \ 237 $(SOPHYAINCP)timestamp.h \ 238 fitsfile.h \ 239 $(SOPHYAINCP)ndatablock.h \ 240 fitsinoutfile.h \ 241 $(SOPHYAINCP)FitsIO/fitsio.h \ 242 $(SOPHYAINCP)FitsIO/longnam.h \ 243 fitshandler.h \ 244 $(SOPHYAINCP)utils.h 250 245 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsbntbllineRW.cc 251 246 252 247 $(SOPHYAOBJP)fitsfile.o: fitsfile.cc \ 253 248 $(SOPHYAINCP)sopnamsp.h \ 254 $(SOPHYAINCP)machdefs.h fitsfile.h\255 $(SOPHYAINCP)ndatablock.h \256 $(SOPHYAINCP) machdefs.h \257 $(SOPHYAINCP)anydataobj.h \ 258 $(SOPHYAINCP)dvlist.h \ 259 $(SOPHYAINCP)objfio.h \ 260 $(SOPHYAINCP)ppersist.h \ 261 $(SOPHYAINCP)pexceptions.h \ 262 $(SOPHYAINCP)gnumd5.h \ 263 $(SOPHYAINCP)ppfbinstream.h \ 264 $(SOPHYAINCP)rawstream.h \ 265 $(SOPHYAINCP)ppfnametag.h \ 266 $(SOPHYAINCP)mutyv.h \ 267 $(SOPHYAINCP)timestamp.h fitsinoutfile.h\268 $(SOPHYAINCP)pexceptions.h \269 $(SOPHYAINCP)FitsIO/fitsio.h \ 270 $(SOPHYAINCP)FitsIO/longnam.h \ 271 fitshandler.h $(SOPHYAINCP)strutil.h\272 $(SOPHYAINCP) anydataobj.h249 $(SOPHYAINCP)machdefs.h \ 250 fitsfile.h \ 251 $(SOPHYAINCP)ndatablock.h \ 252 $(SOPHYAINCP)anydataobj.h \ 253 $(SOPHYAINCP)dvlist.h \ 254 $(SOPHYAINCP)objfio.h \ 255 $(SOPHYAINCP)ppersist.h \ 256 $(SOPHYAINCP)pexceptions.h \ 257 $(SOPHYAINCP)gnumd5.h \ 258 $(SOPHYAINCP)ppfbinstream.h \ 259 $(SOPHYAINCP)rawstream.h \ 260 $(SOPHYAINCP)ppfnametag.h \ 261 $(SOPHYAINCP)mutyv.h \ 262 $(SOPHYAINCP)timestamp.h \ 263 fitsinoutfile.h \ 264 $(SOPHYAINCP)FitsIO/fitsio.h \ 265 $(SOPHYAINCP)FitsIO/longnam.h \ 266 fitshandler.h \ 267 $(SOPHYAINCP)strutil.h 273 268 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsfile.cc 274 269 … … 278 273 $(SOPHYAINCP)datatable.h \ 279 274 $(SOPHYAINCP)basedtable.h \ 280 $(SOPHYAINCP)machdefs.h \281 275 $(SOPHYAINCP)ntupintf.h \ 282 276 $(SOPHYAINCP)dvlist.h \ … … 299 293 $(SOPHYAINCP)utilarr.h \ 300 294 $(SOPHYAINCP)tmatrix_tsnl.h \ 301 $(SOPHYAINCP)tvector_tsnl.h fitsblkrw.h \ 302 fitsinoutfile.h $(SOPHYAINCP)pexceptions.h \ 303 $(SOPHYAINCP)dvlist.h \ 295 $(SOPHYAINCP)tvector_tsnl.h \ 296 fitsblkrw.h fitsinoutfile.h \ 304 297 $(SOPHYAINCP)FitsIO/fitsio.h \ 305 298 $(SOPHYAINCP)FitsIO/longnam.h \ 306 299 fitshandler.h swfitsdtable.h \ 307 $(SOPHYAINCP) basedtable.h \308 $(SOPHYAINCP)swsegdb.hfitsswapper.h300 $(SOPHYAINCP)swsegdb.h \ 301 fitsswapper.h 309 302 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitshdtable.cc 310 303 304 $(SOPHYAOBJP)fitshistos.o: fitshistos.cc \ 305 $(SOPHYAINCP)machdefs.h \ 306 $(SOPHYAINCP)sopnamsp.h \ 307 $(SOPHYAINCP)histos.h \ 308 $(SOPHYAINCP)objfio.h \ 309 $(SOPHYAINCP)anydataobj.h \ 310 $(SOPHYAINCP)ppersist.h \ 311 $(SOPHYAINCP)pexceptions.h \ 312 $(SOPHYAINCP)gnumd5.h \ 313 $(SOPHYAINCP)ppfbinstream.h \ 314 $(SOPHYAINCP)rawstream.h \ 315 $(SOPHYAINCP)ppfnametag.h \ 316 $(SOPHYAINCP)peida.h \ 317 $(SOPHYAINCP)utils.h \ 318 $(SOPHYAINCP)perrors.h \ 319 $(SOPHYAINCP)fmath.h \ 320 $(SOPHYAINCP)tvector.h \ 321 $(SOPHYAINCP)tmatrix.h \ 322 $(SOPHYAINCP)tarray.h \ 323 $(SOPHYAINCP)basarr.h \ 324 $(SOPHYAINCP)mutyv.h \ 325 $(SOPHYAINCP)timestamp.h \ 326 $(SOPHYAINCP)dvlist.h \ 327 $(SOPHYAINCP)ndatablock.h \ 328 $(SOPHYAINCP)utilarr.h \ 329 $(SOPHYAINCP)tmatrix_tsnl.h \ 330 $(SOPHYAINCP)tvector_tsnl.h \ 331 $(SOPHYAINCP)hisprof.h \ 332 $(SOPHYAINCP)histerr.h \ 333 $(SOPHYAINCP)histos2.h \ 334 fitsblkrw.h fitsinoutfile.h \ 335 $(SOPHYAINCP)FitsIO/fitsio.h \ 336 $(SOPHYAINCP)FitsIO/longnam.h \ 337 fitshandler.h 338 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitshistos.cc 339 311 340 $(SOPHYAOBJP)fitsinoutfile.o: fitsinoutfile.cc \ 312 341 $(SOPHYAINCP)sopnamsp.h \ 313 342 $(SOPHYAINCP)machdefs.h \ 314 343 $(SOPHYAINCP)segdatablock.h \ 315 $(SOPHYAINCP)machdefs.h \ 316 $(SOPHYAINCP)anydataobj.h fitsinoutfile.h \ 317 $(SOPHYAINCP)pexceptions.h \ 318 $(SOPHYAINCP)dvlist.h \ 319 $(SOPHYAINCP)objfio.h \ 320 $(SOPHYAINCP)ppersist.h \ 321 $(SOPHYAINCP)pexceptions.h \ 344 $(SOPHYAINCP)anydataobj.h \ 345 fitsinoutfile.h \ 346 $(SOPHYAINCP)pexceptions.h \ 347 $(SOPHYAINCP)dvlist.h \ 348 $(SOPHYAINCP)objfio.h \ 349 $(SOPHYAINCP)ppersist.h \ 322 350 $(SOPHYAINCP)gnumd5.h \ 323 351 $(SOPHYAINCP)ppfbinstream.h \ … … 333 361 $(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \ 334 362 $(SOPHYAINCP)sopnamsp.h \ 335 $(SOPHYAINCP)machdefs.h fitslocalmap.h\336 $(SOPHYAINCP)pexceptions.h \337 $(SOPHYAINCP) machdefs.h \363 $(SOPHYAINCP)machdefs.h \ 364 fitslocalmap.h \ 365 $(SOPHYAINCP)pexceptions.h \ 338 366 $(SOPHYAINCP)localmap.h \ 339 367 $(SOPHYAINCP)pixelmap.h \ 340 368 $(SOPHYAINCP)ppersist.h \ 341 $(SOPHYAINCP)pexceptions.h \342 369 $(SOPHYAINCP)gnumd5.h \ 343 370 $(SOPHYAINCP)ppfbinstream.h \ … … 364 391 $(SOPHYAINCP)utilarr.h \ 365 392 $(SOPHYAINCP)tmatrix_tsnl.h \ 366 $(SOPHYAINCP)tvector_tsnl.h fitsfile.h \ 367 $(SOPHYAINCP)ndatablock.h \ 368 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 393 $(SOPHYAINCP)tvector_tsnl.h \ 394 fitsfile.h fitsinoutfile.h \ 369 395 $(SOPHYAINCP)FitsIO/fitsio.h \ 370 396 $(SOPHYAINCP)FitsIO/longnam.h \ … … 374 400 $(SOPHYAOBJP)fitsmanager.o: fitsmanager.cc \ 375 401 $(SOPHYAINCP)machdefs.h \ 376 $(SOPHYAINCP)sopnamsp.h fitsmanager.h \ 377 fitsinoutfile.h $(SOPHYAINCP)pexceptions.h \ 378 $(SOPHYAINCP)machdefs.h \ 379 $(SOPHYAINCP)dvlist.h \ 380 $(SOPHYAINCP)objfio.h \ 381 $(SOPHYAINCP)anydataobj.h \ 382 $(SOPHYAINCP)ppersist.h \ 383 $(SOPHYAINCP)pexceptions.h \ 402 $(SOPHYAINCP)sopnamsp.h \ 403 fitsmanager.h fitsinoutfile.h \ 404 $(SOPHYAINCP)pexceptions.h \ 405 $(SOPHYAINCP)dvlist.h \ 406 $(SOPHYAINCP)objfio.h \ 407 $(SOPHYAINCP)anydataobj.h \ 408 $(SOPHYAINCP)ppersist.h \ 384 409 $(SOPHYAINCP)gnumd5.h \ 385 410 $(SOPHYAINCP)ppfbinstream.h \ … … 396 421 $(SOPHYAINCP)sopnamsp.h \ 397 422 $(SOPHYAINCP)pexceptions.h \ 398 $(SOPHYAINCP)machdefs.h fitsntuple.h\399 $(SOPHYAINCP)machdefs.h \423 $(SOPHYAINCP)machdefs.h \ 424 fitsntuple.h \ 400 425 $(SOPHYAINCP)ntuple.h \ 401 426 $(SOPHYAINCP)objfio.h \ 402 427 $(SOPHYAINCP)anydataobj.h \ 403 428 $(SOPHYAINCP)ppersist.h \ 404 $(SOPHYAINCP)pexceptions.h \405 429 $(SOPHYAINCP)gnumd5.h \ 406 430 $(SOPHYAINCP)ppfbinstream.h \ … … 411 435 $(SOPHYAINCP)mutyv.h \ 412 436 $(SOPHYAINCP)timestamp.h \ 413 $(SOPHYAINCP)anydataobj.h \ 414 $(SOPHYAINCP)ppersist.h fitsfile.h \ 415 $(SOPHYAINCP)ndatablock.h \ 416 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 437 fitsfile.h \ 438 $(SOPHYAINCP)ndatablock.h \ 439 fitsinoutfile.h \ 417 440 $(SOPHYAINCP)FitsIO/fitsio.h \ 418 441 $(SOPHYAINCP)FitsIO/longnam.h \ … … 430 453 $(SOPHYAINCP)pixelmap.h \ 431 454 $(SOPHYAINCP)ppersist.h \ 432 $(SOPHYAINCP)pexceptions.h \433 455 $(SOPHYAINCP)gnumd5.h \ 434 456 $(SOPHYAINCP)ppfbinstream.h \ … … 455 477 $(SOPHYAINCP)tvector_tsnl.h \ 456 478 $(SOPHYAINCP)HEALPixUtils.h \ 457 $(SOPHYAINCP)anydataobj.h fitsfile.h \ 458 $(SOPHYAINCP)ndatablock.h \ 459 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 460 $(SOPHYAINCP)machdefs.h \ 461 $(SOPHYAINCP)FitsIO/fitsio.h \ 462 $(SOPHYAINCP)FitsIO/longnam.h \ 463 fitshandler.h $(SOPHYAINCP)tarray.h \ 464 fitstarray.h 479 fitsfile.h fitsinoutfile.h \ 480 $(SOPHYAINCP)FitsIO/fitsio.h \ 481 $(SOPHYAINCP)FitsIO/longnam.h \ 482 fitshandler.h fitstarray.h 465 483 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherehealpix.cc 466 484 … … 475 493 $(SOPHYAINCP)pixelmap.h \ 476 494 $(SOPHYAINCP)ppersist.h \ 477 $(SOPHYAINCP)pexceptions.h \478 495 $(SOPHYAINCP)gnumd5.h \ 479 496 $(SOPHYAINCP)ppfbinstream.h \ … … 499 516 $(SOPHYAINCP)tmatrix_tsnl.h \ 500 517 $(SOPHYAINCP)tvector_tsnl.h \ 501 $(SOPHYAINCP)anydataobj.h fitsfile.h \ 502 $(SOPHYAINCP)ndatablock.h \ 503 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 504 $(SOPHYAINCP)machdefs.h \ 505 $(SOPHYAINCP)FitsIO/fitsio.h \ 506 $(SOPHYAINCP)FitsIO/longnam.h \ 507 fitshandler.h $(SOPHYAINCP)tarray.h \ 508 fitstarray.h 518 fitsfile.h fitsinoutfile.h \ 519 $(SOPHYAINCP)FitsIO/fitsio.h \ 520 $(SOPHYAINCP)FitsIO/longnam.h \ 521 fitshandler.h fitstarray.h 509 522 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherethetaphi.cc 510 523 … … 513 526 $(SOPHYAINCP)machdefs.h \ 514 527 $(SOPHYAINCP)pexceptions.h \ 515 $(SOPHYAINCP)machdefs.h fitstarray.h \ 516 $(SOPHYAINCP)tarray.h \ 517 $(SOPHYAINCP)basarr.h \ 518 $(SOPHYAINCP)anydataobj.h \ 519 $(SOPHYAINCP)mutyv.h \ 520 $(SOPHYAINCP)timestamp.h \ 521 $(SOPHYAINCP)objfio.h \ 522 $(SOPHYAINCP)ppersist.h \ 523 $(SOPHYAINCP)pexceptions.h \ 524 $(SOPHYAINCP)gnumd5.h \ 525 $(SOPHYAINCP)ppfbinstream.h \ 526 $(SOPHYAINCP)rawstream.h \ 527 $(SOPHYAINCP)ppfnametag.h \ 528 $(SOPHYAINCP)dvlist.h \ 529 $(SOPHYAINCP)ndatablock.h \ 530 $(SOPHYAINCP)utilarr.h fitsfile.h \ 531 $(SOPHYAINCP)ndatablock.h \ 532 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 528 fitstarray.h \ 529 $(SOPHYAINCP)tarray.h \ 530 $(SOPHYAINCP)basarr.h \ 531 $(SOPHYAINCP)anydataobj.h \ 532 $(SOPHYAINCP)mutyv.h \ 533 $(SOPHYAINCP)timestamp.h \ 534 $(SOPHYAINCP)objfio.h \ 535 $(SOPHYAINCP)ppersist.h \ 536 $(SOPHYAINCP)gnumd5.h \ 537 $(SOPHYAINCP)ppfbinstream.h \ 538 $(SOPHYAINCP)rawstream.h \ 539 $(SOPHYAINCP)ppfnametag.h \ 540 $(SOPHYAINCP)dvlist.h \ 541 $(SOPHYAINCP)ndatablock.h \ 542 $(SOPHYAINCP)utilarr.h \ 543 fitsfile.h fitsinoutfile.h \ 533 544 $(SOPHYAINCP)FitsIO/fitsio.h \ 534 545 $(SOPHYAINCP)FitsIO/longnam.h \ … … 539 550 $(SOPHYAINCP)sopnamsp.h \ 540 551 $(SOPHYAINCP)pexceptions.h \ 541 $(SOPHYAINCP)machdefs.h fitsxntuple.h\542 $(SOPHYAINCP)machdefs.h \552 $(SOPHYAINCP)machdefs.h \ 553 fitsxntuple.h \ 543 554 $(SOPHYAINCP)xntuple.h \ 544 555 $(SOPHYAINCP)ntupintf.h \ 545 556 $(SOPHYAINCP)ppersist.h \ 546 $(SOPHYAINCP)pexceptions.h \ 547 $(SOPHYAINCP)gnumd5.h \ 548 $(SOPHYAINCP)ppfbinstream.h \ 549 $(SOPHYAINCP)rawstream.h \ 550 $(SOPHYAINCP)ppfnametag.h \ 551 $(SOPHYAINCP)dvlist.h \ 552 $(SOPHYAINCP)objfio.h \ 553 $(SOPHYAINCP)anydataobj.h \ 554 $(SOPHYAINCP)mutyv.h \ 555 $(SOPHYAINCP)timestamp.h \ 556 $(SOPHYAINCP)anydataobj.h \ 557 $(SOPHYAINCP)ppersist.h fitsfile.h \ 558 $(SOPHYAINCP)ndatablock.h \ 559 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \ 557 $(SOPHYAINCP)gnumd5.h \ 558 $(SOPHYAINCP)ppfbinstream.h \ 559 $(SOPHYAINCP)rawstream.h \ 560 $(SOPHYAINCP)ppfnametag.h \ 561 $(SOPHYAINCP)dvlist.h \ 562 $(SOPHYAINCP)objfio.h \ 563 $(SOPHYAINCP)anydataobj.h \ 564 $(SOPHYAINCP)mutyv.h \ 565 $(SOPHYAINCP)timestamp.h \ 566 fitsfile.h \ 567 $(SOPHYAINCP)ndatablock.h \ 568 fitsinoutfile.h \ 560 569 $(SOPHYAINCP)FitsIO/fitsio.h \ 561 570 $(SOPHYAINCP)FitsIO/longnam.h \ … … 587 596 $(SOPHYAINCP)tmatrix_tsnl.h \ 588 597 $(SOPHYAINCP)tvector_tsnl.h \ 589 $(SOPHYAINCP)swsegdb.h fitsswapper.h \ 590 $(SOPHYAINCP)machdefs.h fitsinoutfile.h \ 591 $(SOPHYAINCP)pexceptions.h \ 592 $(SOPHYAINCP)dvlist.h \ 593 $(SOPHYAINCP)FitsIO/fitsio.h \ 594 $(SOPHYAINCP)FitsIO/longnam.h fitsblkrw.h \ 595 fitshdtable.h $(SOPHYAINCP)datatable.h \ 596 $(SOPHYAINCP)basedtable.h fitshandler.h \ 598 $(SOPHYAINCP)swsegdb.h \ 599 fitsswapper.h fitsinoutfile.h \ 600 $(SOPHYAINCP)FitsIO/fitsio.h \ 601 $(SOPHYAINCP)FitsIO/longnam.h \ 602 fitsblkrw.h fitshdtable.h \ 603 $(SOPHYAINCP)datatable.h \ 604 fitshandler.h \ 597 605 $(SOPHYAINCP)sopnamsp.h 598 606 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swfitsdtable.cc -
trunk/SophyaLib/HiStats/hisprof.h
r2507 r3049 10 10 namespace SOPHYA { 11 11 12 template <class T> class FitsHandler; 13 12 14 //! 1 dimension profile histograms 13 15 class HProf : public Histo { 14 16 friend class ObjFileIO<HProf>; 17 friend class FitsHandler<Histo>; 15 18 public: 16 19 -
trunk/SophyaLib/HiStats/histerr.cc
r3044 r3049 17 17 /*! Constructeur par defaut */ 18 18 HistoErr::HistoErr(void) 19 : Histo(), mNData(NULL)19 : Histo(), mNData(NULL), mCorrel(0) 20 20 { 21 21 } … … 24 24 /*! Constructeur d'un histo de nBin bins allant de xMin a xMax */ 25 25 HistoErr::HistoErr(r_8 xMin, r_8 xMax, int_4 nBin) 26 : Histo(xMin,xMax,nBin), mNData(NULL) 26 : Histo(xMin,xMax,nBin), mNData(NULL), mCorrel(0) 27 27 { 28 28 this->Errors(); … … 34 34 /*! Constructeur par copie */ 35 35 HistoErr::HistoErr(const HistoErr& H) 36 : Histo(H), mNData(NULL) 36 : Histo(H), mNData(NULL), mCorrel(H.mCorrel) 37 37 { 38 38 allocate_mNData(H.mBins); … … 72 72 Histo::Zero(); 73 73 if(mNData) memset(mNData,0,mBins*sizeof(r_8)); 74 mCorrel = 0; 74 75 } 75 76 … … 128 129 { 129 130 if(mBins<1) return; 131 mCorrel++; 130 132 for(int_4 i=0;i<mBins;i++) { 131 133 if(mNData[i]<1.) continue; … … 143 145 { 144 146 if(mBins<1) return; 147 mCorrel--; 145 148 for(int_4 i=0;i<mBins;i++) { 146 149 if(mNData[i]<1.) continue; … … 174 177 } 175 178 } 179 mCorrel = hfrom.mCorrel; 176 180 177 181 } … … 192 196 allocate_mNData(h.mBins); 193 197 memcpy(mNData,h.mNData,mBins*sizeof(r_8)); 198 mCorrel = h.mCorrel; 194 199 195 200 return *this; … … 213 218 is.GetStr(strg); 214 219 220 // Nombre d'appels a ToCorrel/FromCorrel 221 is.Get(dobj->mCorrel); 222 215 223 // Lecture des donnees HistoErr 216 224 is.Get(dobj->mBins); … … 230 238 string strg; 231 239 240 // Ecriture entete 232 241 strg = "HistErr"; 233 242 os.PutStr(strg); 243 244 // Nombre d'appels a ToCorrel/FromCorrel 245 os.Put(dobj->mCorrel); 234 246 235 247 // Ecriture des valeurs -
trunk/SophyaLib/HiStats/histerr.h
r3044 r3049 9 9 namespace SOPHYA { 10 10 11 // Forward class declaration for Fits handler 12 template <class T> class FitsHandler; 13 11 14 //! 1 dimension histograms with errors given by user 12 15 class HistoErr : public Histo { 13 16 friend class ObjFileIO<HistoErr>; 17 friend class FitsHandler<Histo>; 14 18 public: 15 19 … … 66 70 void ToCorrel(void); 67 71 void FromCorrel(void); 72 int_4 NCorrel(void) {return mCorrel;} 68 73 69 74 //! Fill an histogram with an histogram … … 78 83 79 84 r_8* mNData; //!< nombre d'entrees dans chaque bin 85 int_4 mCorrel; //!< Nombre d'appels a ToCorrel(+1) ou FromCorrel(-1) 80 86 }; 81 87 -
trunk/SophyaLib/HiStats/histos.h
r3044 r3049 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: histos.h,v 1.2 1 2006-08-07 17:38:47cmv Exp $3 // $Id: histos.h,v 1.22 2006-08-11 16:10:13 cmv Exp $ 4 4 // 5 5 … … 17 17 namespace SOPHYA { 18 18 19 // Forward class declaration for Fits handler 20 template <class T> class FitsHandler; 21 19 22 //! 1 dimension histograms 20 23 class Histo : public AnyDataObj { 21 24 friend class ObjFileIO<Histo>; 25 friend class FitsHandler<Histo>; 22 26 public: 23 27 -
trunk/SophyaLib/HiStats/histos2.h
r2507 r3049 20 20 namespace SOPHYA { 21 21 22 // Forward class declaration for Fits handler 23 template <class T> class FitsHandler; 24 22 25 //! 2 dimensions histograms 23 26 class Histo2D : public AnyDataObj { 24 27 friend class ObjFileIO<Histo2D>; 28 friend class FitsHandler<Histo2D>; 25 29 public: 26 30
Note:
See TracChangeset
for help on using the changeset viewer.