Changeset 2610 in Sophya for trunk/SophyaLib/SkyMap
- Timestamp:
- Sep 7, 2004, 3:37:53 PM (21 years ago)
- Location:
- trunk/SophyaLib/SkyMap
- Files:
-
- 4 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/Makefile
r2444 r2610 3 3 all: $(LIB)libSkyMap.a 4 4 clean: 5 rm -f $(OBJ)HEALPixUtils.o $(OBJ)fiolocalmap.o $(OBJ)fiosphere healpix.o $(OBJ)fiospherethetaphi.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mapoperation.o $(OBJ)skymapinit.o $(OBJ)spherehealpix.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o5 rm -f $(OBJ)HEALPixUtils.o $(OBJ)fiolocalmap.o $(OBJ)fiosphereecp.o $(OBJ)fiospherehealpix.o $(OBJ)fiospherethetaphi.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mapoperation.o $(OBJ)skymapinit.o $(OBJ)sphereecp.o $(OBJ)spherehealpix.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o 6 6 rm -f $(LIB)libSkyMap.a 7 $(LIB)libSkyMap.a : $(OBJ)HEALPixUtils.o $(OBJ)fiolocalmap.o $(OBJ)fiosphere healpix.o $(OBJ)fiospherethetaphi.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mapoperation.o $(OBJ)skymapinit.o $(OBJ)spherehealpix.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o7 $(LIB)libSkyMap.a : $(OBJ)HEALPixUtils.o $(OBJ)fiolocalmap.o $(OBJ)fiosphereecp.o $(OBJ)fiospherehealpix.o $(OBJ)fiospherethetaphi.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mapoperation.o $(OBJ)skymapinit.o $(OBJ)sphereecp.o $(OBJ)spherehealpix.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS)) 9 9 ifeq ($(CXX),cxx) … … 25 25 $(INC)pexceptions.h \ 26 26 $(INC)gnumd5.h \ 27 $(INC)ppfbinstream.h \ 28 $(INC)rawstream.h \ 29 $(INC)ppfnametag.h \ 27 30 $(INC)utilarr.h \ 28 31 $(INC)smathconst.h … … 33 36 $(INC)pexceptions.h \ 34 37 $(INC)gnumd5.h \ 38 $(INC)ppfbinstream.h \ 39 $(INC)rawstream.h \ 40 $(INC)ppfnametag.h \ 35 41 $(INC)dvlist.h \ 36 42 $(INC)objfio.h \ … … 47 53 $(INC)fiondblock.h \ 48 54 $(INC)datatype.h 55 $(OBJ)fiosphereecp.o: fiosphereecp.cc fiosphereecp.h sphereecp.h \ 56 sphericalmap.h $(INC)smathconst.h \ 57 $(INC)machdefs.h pixelmap.h \ 58 $(INC)ppersist.h \ 59 $(INC)pexceptions.h \ 60 $(INC)gnumd5.h \ 61 $(INC)ppfbinstream.h \ 62 $(INC)rawstream.h \ 63 $(INC)ppfnametag.h \ 64 $(INC)dvlist.h \ 65 $(INC)objfio.h \ 66 $(INC)anydataobj.h \ 67 $(INC)mutyv.h spherepos.h unitvector.h \ 68 vector3d.h longlat.h utilgeom.h \ 69 $(INC)tvector.h \ 70 $(INC)tmatrix.h \ 71 $(INC)tarray.h \ 72 $(INC)basarr.h \ 73 $(INC)ndatablock.h \ 74 $(INC)utilarr.h \ 75 $(INC)fioarr.h \ 76 $(INC)datatype.h 49 77 $(OBJ)fiospherehealpix.o: fiospherehealpix.cc fiospherehealpix.h \ 50 78 sphericalmap.h $(INC)smathconst.h \ … … 53 81 $(INC)pexceptions.h \ 54 82 $(INC)gnumd5.h \ 83 $(INC)ppfbinstream.h \ 84 $(INC)rawstream.h \ 85 $(INC)ppfnametag.h \ 55 86 $(INC)dvlist.h \ 56 87 $(INC)objfio.h \ … … 72 103 $(INC)pexceptions.h \ 73 104 $(INC)gnumd5.h \ 105 $(INC)ppfbinstream.h \ 106 $(INC)rawstream.h \ 107 $(INC)ppfnametag.h \ 74 108 $(INC)dvlist.h \ 75 109 $(INC)objfio.h \ … … 90 124 $(INC)pexceptions.h \ 91 125 $(INC)gnumd5.h \ 126 $(INC)ppfbinstream.h \ 127 $(INC)rawstream.h \ 128 $(INC)ppfnametag.h \ 92 129 $(INC)dvlist.h \ 93 130 $(INC)objfio.h \ … … 113 150 $(INC)pexceptions.h \ 114 151 $(INC)gnumd5.h \ 152 $(INC)ppfbinstream.h \ 153 $(INC)rawstream.h \ 154 $(INC)ppfnametag.h \ 115 155 $(INC)dvlist.h \ 116 156 $(INC)objfio.h \ … … 124 164 $(INC)pexceptions.h \ 125 165 $(INC)gnumd5.h \ 166 $(INC)ppfbinstream.h \ 167 $(INC)rawstream.h \ 168 $(INC)ppfnametag.h \ 126 169 $(INC)dvlist.h \ 127 170 $(INC)objfio.h \ … … 136 179 $(INC)utilarr.h fiospherehealpix.h \ 137 180 spherehealpix.h HEALPixUtils.h fiospherethetaphi.h fiolocalmap.h \ 138 localmap.h 181 localmap.h fiosphereecp.h sphereecp.h 182 $(OBJ)sphereecp.o: sphereecp.cc sphereecp.h sphericalmap.h \ 183 $(INC)smathconst.h \ 184 $(INC)machdefs.h pixelmap.h \ 185 $(INC)ppersist.h \ 186 $(INC)pexceptions.h \ 187 $(INC)gnumd5.h \ 188 $(INC)ppfbinstream.h \ 189 $(INC)rawstream.h \ 190 $(INC)ppfnametag.h \ 191 $(INC)dvlist.h \ 192 $(INC)objfio.h \ 193 $(INC)anydataobj.h \ 194 $(INC)mutyv.h spherepos.h unitvector.h \ 195 vector3d.h longlat.h utilgeom.h \ 196 $(INC)tvector.h \ 197 $(INC)tmatrix.h \ 198 $(INC)tarray.h \ 199 $(INC)basarr.h \ 200 $(INC)ndatablock.h \ 201 $(INC)utilarr.h 139 202 $(OBJ)spherehealpix.o: spherehealpix.cc \ 140 203 $(INC)machdefs.h \ … … 143 206 $(INC)ppersist.h \ 144 207 $(INC)gnumd5.h \ 208 $(INC)ppfbinstream.h \ 209 $(INC)rawstream.h \ 210 $(INC)ppfnametag.h \ 145 211 $(INC)ndatablock.h \ 146 212 $(INC)anydataobj.h spherehealpix.h \ … … 160 226 $(INC)ppersist.h \ 161 227 $(INC)pexceptions.h \ 162 $(INC)gnumd5.h unitvector.h vector3d.h \ 228 $(INC)gnumd5.h \ 229 $(INC)ppfbinstream.h \ 230 $(INC)rawstream.h \ 231 $(INC)ppfnametag.h unitvector.h vector3d.h \ 163 232 longlat.h utilgeom.h $(INC)anydataobj.h \ 164 233 $(INC)datatype.h … … 169 238 $(INC)pexceptions.h \ 170 239 $(INC)gnumd5.h \ 240 $(INC)ppfbinstream.h \ 241 $(INC)rawstream.h \ 242 $(INC)ppfnametag.h \ 171 243 $(INC)dvlist.h \ 172 244 $(INC)objfio.h \ -
trunk/SophyaLib/SkyMap/objlist.list
r1196 r2610 1 1 HEALPixUtils.o 2 2 fiolocalmap.o 3 fiosphereecp.o 3 4 fiospherehealpix.o 4 5 fiospherethetaphi.o … … 7 8 mapoperation.o 8 9 skymapinit.o 10 sphereecp.o 9 11 spherehealpix.o 10 12 spherepos.o -
trunk/SophyaLib/SkyMap/skymap.h
r853 r2610 9 9 #include "spherehealpix.h" 10 10 #include "localmap.h" 11 #include "sphereecp.h" 11 12 #include "fiospherethetaphi.h" 12 13 #include "fiospherehealpix.h" 13 14 #include "fiolocalmap.h" 15 #include "fiosphereecp.h" 14 16 15 17 #endif -
trunk/SophyaLib/SkyMap/skymapinit.cc
r2082 r2610 8 8 #include "fiospherethetaphi.h" 9 9 #include "fiolocalmap.h" 10 #include " localmap.h"10 #include "fiosphereecp.h" 11 11 12 12 /*! … … 85 85 DObjRegister(FIO_LocalMap< complex<r_8> >, LocalMap< complex<r_8> >); 86 86 87 // ---------- Les SphereECP --------- 88 89 PPRegister(FIO_SphereECP<int_4>); 90 DObjRegister(FIO_SphereECP<int_4>, SphereECP<int_4>); 91 92 PPRegister(FIO_SphereECP<r_4>); 93 DObjRegister(FIO_SphereECP<r_4>, SphereECP<r_4>); 94 95 PPRegister(FIO_SphereECP<r_8>); 96 DObjRegister(FIO_SphereECP<r_8>, SphereECP<r_8>); 97 98 PPRegister(FIO_SphereECP< complex<r_4> >); 99 DObjRegister(FIO_SphereECP< complex<r_4> >, SphereECP< complex<r_4> >); 100 101 PPRegister(FIO_SphereECP< complex<r_8> >); 102 DObjRegister(FIO_SphereECP< complex<r_8> >, SphereECP< complex<r_8> >); 103 104 87 105 88 106 }
Note:
See TracChangeset
for help on using the changeset viewer.