Changeset 2782 in Sophya for trunk/SophyaExt/FitsIOServer
- Timestamp:
- May 30, 2005, 4:45:47 PM (20 years ago)
- Location:
- trunk/SophyaExt/FitsIOServer
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/Makefile
r2765 r2782 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fits tarray.o $(SOPHYAOBJP)fitsxntuple.o6 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.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)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fits tarray.o $(SOPHYAOBJP)fitsxntuple.o9 $(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist … … 312 312 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherethetaphi.cc 313 313 314 $(SOPHYAOBJP)fitsswapper.o: fitsswapper.cc fitsswapper.h \ 315 $(SOPHYAINCP)machdefs.h \ 316 $(SOPHYAINCP)swsegdb.h \ 317 $(SOPHYAINCP)segdatablock.h \ 318 $(SOPHYAINCP)anydataobj.h \ 319 $(SOPHYAINCP)pexceptions.h \ 320 $(SOPHYAINCP)FitsIO/fitsio.h \ 321 $(SOPHYAINCP)FitsIO/longnam.h \ 322 $(SOPHYAINCP)sopnamsp.h 323 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsswapper.cc 324 314 325 $(SOPHYAOBJP)fitstarray.o: fitstarray.cc \ 315 326 $(SOPHYAINCP)sopnamsp.h \ -
trunk/SophyaExt/FitsIOServer/fabtwriter.h
r2493 r2782 45 45 inline unsigned long GetNOverFlow(void) {return NOverFlow;} 46 46 47 //! Return the c-fitsio file pointer 48 inline fitsfile * GetFitsPtr() { return FitsPtr; } 47 49 protected: 48 50 struct KeyDouble {string keyname; double val; string comment;}; -
trunk/SophyaExt/FitsIOServer/objlist.list
r2740 r2782 11 11 fitsspherehealpix.o 12 12 fitsspherethetaphi.o 13 fitsswapper.o 13 14 fitstarray.o 14 15 fitsxntuple.o -
trunk/SophyaExt/FitsIOServer/smakefile
r2765 r2782 1 1 include $(SOPHYABASE)/include/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)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fits tarray.o $(SOPHYAOBJP)fitsxntuple.o7 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.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)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fits tarray.o $(SOPHYAOBJP)fitsxntuple.o10 $(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o 10 11 $(AR) $(ARFLAGS) $@ $? 11 12 touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist … … 312 313 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsspherethetaphi.cc 313 314 315 $(SOPHYAOBJP)fitsswapper.o: fitsswapper.cc fitsswapper.h \ 316 $(SOPHYAINCP)machdefs.h \ 317 $(SOPHYAINCP)swsegdb.h \ 318 $(SOPHYAINCP)segdatablock.h \ 319 $(SOPHYAINCP)anydataobj.h \ 320 $(SOPHYAINCP)pexceptions.h \ 321 $(SOPHYAINCP)FitsIO/fitsio.h \ 322 $(SOPHYAINCP)FitsIO/longnam.h \ 323 $(SOPHYAINCP)sopnamsp.h 324 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsswapper.cc 325 314 326 $(SOPHYAOBJP)fitstarray.o: fitstarray.cc \ 315 327 $(SOPHYAINCP)sopnamsp.h \
Note:
See TracChangeset
for help on using the changeset viewer.