Changeset 2782 in Sophya for trunk/SophyaExt/FitsIOServer


Ignore:
Timestamp:
May 30, 2005, 4:45:47 PM (20 years ago)
Author:
ansari
Message:

Ajout classe Swapper sur fichiers FITS - CMV+Reza 30 Mai 2005

Location:
trunk/SophyaExt/FitsIOServer
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/Makefile

    r2765 r2782  
    44 
    55clean:
    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)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o
     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)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o
    77        rm -f $(SOPHYALIBP)libFitsIOServer.a
    88 
    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)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o
     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)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o
    1010        $(AR) $(ARFLAGS) $@ $?
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
     
    312312        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitsspherethetaphi.cc
    313313 
     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 
    314325$(SOPHYAOBJP)fitstarray.o: fitstarray.cc \
    315326  $(SOPHYAINCP)sopnamsp.h \
  • trunk/SophyaExt/FitsIOServer/fabtwriter.h

    r2493 r2782  
    4545  inline unsigned long GetNOverFlow(void) {return NOverFlow;}
    4646
     47  //! Return the c-fitsio file pointer
     48  inline fitsfile * GetFitsPtr() { return FitsPtr; }
    4749protected:
    4850  struct KeyDouble {string keyname; double val; string comment;};
  • trunk/SophyaExt/FitsIOServer/objlist.list

    r2740 r2782  
    1111fitsspherehealpix.o
    1212fitsspherethetaphi.o
     13fitsswapper.o
    1314fitstarray.o
    1415fitsxntuple.o
  • trunk/SophyaExt/FitsIOServer/smakefile

    r2765 r2782  
    11include $(SOPHYABASE)/include/sophyamake.inc
     2
    23 
    34all: $(SOPHYALIBP)libFitsIOServer.a
    45 
    56clean:
    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)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o
     7         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
    78        rm -f $(SOPHYALIBP)libFitsIOServer.a
    89 
    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)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o
     10$(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
    1011        $(AR) $(ARFLAGS) $@ $?
    1112        touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
     
    312313        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitsspherethetaphi.cc
    313314 
     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 
    314326$(SOPHYAOBJP)fitstarray.o: fitstarray.cc \
    315327  $(SOPHYAINCP)sopnamsp.h \
Note: See TracChangeset for help on using the changeset viewer.