Changeset 2615 in Sophya for trunk/SophyaProg
- Timestamp:
- Sep 10, 2004, 11:55:27 AM (21 years ago)
- Location:
- trunk/SophyaProg
- Files:
-
- 58 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/Sph2Sph.cc
r1062 r2615 1 #include "sopnamsp.h" 1 2 #include "pmixer.h" 2 3 -
trunk/SophyaProg/PMixer/easyTest.cc
r2322 r2615 1 1 #include <iostream> 2 #include "sopnamsp.h" 2 3 #include "blackbody.h" 3 4 #include "radspecvector.h" -
trunk/SophyaProg/PMixer/extractRS.cc
r1976 r2615 1 #include "sopnamsp.h" 1 2 #include "pmixer.h" 2 3 -
trunk/SophyaProg/PMixer/skymixer.cc
r1358 r2615 1 #include "sopnamsp.h" 1 2 #include "pmixer.h" 2 3 -
trunk/SophyaProg/PMixer/tgrsr.cc
r1252 r2615 1 1 #include <typeinfo> 2 #include "sopnamsp.h" 2 3 #include "pmixer.h" 3 4 -
trunk/SophyaProg/PMixer/tgsky.cc
r1295 r2615 1 #include "sopnamsp.h" 1 2 #include "pmixer.h" 2 3 #include "mapoperation.h" -
trunk/SophyaProg/PrgMap/cl2map.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" // Definitions specifiques SOPHYA 2 3 -
trunk/SophyaProg/PrgMap/cremskfrsph.cc
r2322 r2615 3 3 // cremskfrsph -m 0.1 -v 1.,0. sph143k05_e.fits sphmskw.fits 4 4 // cremskfrsph -n -m -1.e-30. -M 1.e-30. -v 1.,0. sph143k05.fits sphmsk.fits 5 #include "sopnamsp.h" 5 6 #include "machdefs.h" 6 7 #include <unistd.h> -
trunk/SophyaProg/PrgMap/extrap2sph.cc
r2322 r2615 4 4 // extrap2sph -w sph143k05_e.fits sph143k05.fits sphred.fits sphout_2.fits 5 5 // extrap2sph -m -1.e-30 -M +1.e-30 sph143k05.fits sphred.fits sphout_22.fits 6 #include "sopnamsp.h" 6 7 #include "machdefs.h" 7 8 #include <unistd.h> -
trunk/SophyaProg/PrgMap/extrapsph.cc
r2322 r2615 4 4 // extrapsph -r 2 sph143k05.fits sph143k05_e.fits 5 5 // sphout.fits sphoutw.fits sphred.fits sphredw.fits 6 #include "sopnamsp.h" 6 7 #include "machdefs.h" 7 8 #include <unistd.h> -
trunk/SophyaProg/PrgMap/map2cl.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" // Definitions specifiques SOPHYA 2 3 -
trunk/SophyaProg/PrgMap/msksphere.cc
r2322 r2615 1 1 // Creation d'une sphere de masquee a partir d'une sphere de masques 2 2 // cmv 15/6/01 3 #include "sopnamsp.h" 3 4 #include "machdefs.h" 4 5 #include <unistd.h> -
trunk/SophyaProg/PrgMap/prjsmap.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" // Definitions specifiques SOPHYA 2 3 -
trunk/SophyaProg/PrgUtil/runcxx.cc
r2429 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaProg/PrgUtil/scanfits.cc
r2322 r2615 4 4 #include <iostream> 5 5 6 #include "sopnamsp.h" 6 7 #include "histinit.h" 7 8 #include "dvlist.h" -
trunk/SophyaProg/PrgUtil/scanppf.cc
r2467 r2615 5 5 #include <string> 6 6 7 #include "sopnamsp.h" 7 8 #include "ppersist.h" 8 9 #include "anydataobj.h" -
trunk/SophyaProg/Tests/arrt.cc
r2578 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 -
trunk/SophyaProg/Tests/carrt.cc
r2586 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 -
trunk/SophyaProg/Tests/exacmplnk.cc
r1278 r2615 1 #include "sopnamsp.h" 1 2 #include "array.h" 2 3 -
trunk/SophyaProg/Tests/fitsServTest.cc
r2322 r2615 4 4 5 5 #include <iostream> 6 #include "sopnamsp.h" 6 7 #include "fitsioserver.h" 7 8 #include "tvector.h" -
trunk/SophyaProg/Tests/fitsioGorski.cc
r2322 r2615 2 2 #include <iostream> 3 3 // Utilisation de la classe LocalMap<T> 4 #include "sopnamsp.h" 4 5 #include "ntoolsinit.h" 5 6 #include "spheregorski.h" -
trunk/SophyaProg/Tests/fitsioImage.cc
r2322 r2615 2 2 #include <iostream> 3 3 // Utilisation de la classe Image<T> 4 #include "sopnamsp.h" 4 5 #include "ntoolsinit.h" 5 6 #include "cimage.h" -
trunk/SophyaProg/Tests/fitsioLocMap.cc
r2322 r2615 2 2 #include <iostream> 3 3 // Utilisation de la classe LocalMap<T> 4 #include "sopnamsp.h" 4 5 #include "ntoolsinit.h" 5 6 #include "localmap.h" -
trunk/SophyaProg/Tests/fitsioSphere.cc
r2322 r2615 2 2 #include <iostream> 3 3 // Utilisation de la classe LocalMap<T> 4 #include "sopnamsp.h" 4 5 #include "ntoolsinit.h" 5 6 #include "spheregorski.h" -
trunk/SophyaProg/Tests/jtcpitarr.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include "JTC/JTC.h" -
trunk/SophyaProg/Tests/jtctarr.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include "JTC/JTC.h" -
trunk/SophyaProg/Tests/lpk.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 -
trunk/SophyaProg/Tests/obj_fits.cc
r2322 r2615 4 4 #include <iostream> 5 5 6 #include "sopnamsp.h" 6 7 #include "histinit.h" 7 8 #include "dvlist.h" -
trunk/SophyaProg/Tests/ovharr.cc
r2582 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 -
trunk/SophyaProg/Tests/pizthr.cc
r2513 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include "zthread.h" -
trunk/SophyaProg/Tests/ppftswap.cc
r2480 r2615 1 #include "sopnamsp.h" 1 2 #include "sophyainit.h" 2 3 #include "array.h" -
trunk/SophyaProg/Tests/spar.cc
r2586 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 -
trunk/SophyaProg/Tests/sph2lm.cc
r2044 r2615 1 #include "sopnamsp.h" 1 2 #include "tarray.h" 2 3 #include "cimage.h" -
trunk/SophyaProg/Tests/sphg0.cc
r2322 r2615 1 1 #include <iostream> 2 #include "sopnamsp.h" 2 3 #include "sambainit.h" 3 4 #include "tod.h" -
trunk/SophyaProg/Tests/t_scan.cc
r2322 r2615 3 3 4 4 #include <math.h> 5 #include "sopnamsp.h" 5 6 #include "nbmath.h" 6 7 // Utilisation de la classe Scan -
trunk/SophyaProg/Tests/tblitz.cc
r2322 r2615 1 1 #include <stdio.h> 2 2 #include <iostream> 3 #include "sopnamsp.h" 3 4 #include "nbrandom.h" 4 5 #include "timing.h" -
trunk/SophyaProg/Tests/tcmd.cc
r2597 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaProg/Tests/tcxxcmpldynl.cc
r2322 r2615 4 4 #include <iostream> 5 5 6 #include "sopnamsp.h" 6 7 #include "histinit.h" 7 8 #include "array.h" -
trunk/SophyaProg/Tests/tdcr.cc
r2322 r2615 1 1 #include <stdio.h> 2 2 #include <stdlib.h> 3 #include "sopnamsp.h" 3 4 #include "math.h" 4 5 #include <iostream> -
trunk/SophyaProg/Tests/tdynl.cc
r2499 r2615 5 5 #include <fstream> 6 6 7 #include "sopnamsp.h" 7 8 #include "tarrinit.h" 8 9 #include "array.h" -
trunk/SophyaProg/Tests/testfitsio.cc
r2322 r2615 4 4 5 5 #include <iostream> 6 #include "sopnamsp.h" 6 7 #include "fitsioserver.h" 7 8 #include "tvector.h" -
trunk/SophyaProg/Tests/tfft.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 -
trunk/SophyaProg/Tests/thash.cc
r2322 r2615 4 4 #include <iostream> 5 5 6 #include "sopnamsp.h" 6 7 #include "ppersist.h" 7 8 int main(int narg, char *arg[]) -
trunk/SophyaProg/Tests/timg.cc
r2322 r2615 2 2 #include <iostream> 3 3 // Utilisation de la classe Image<T> 4 #include "sopnamsp.h" 4 5 #include "ntoolsinit.h" 5 6 #include "array.h" -
trunk/SophyaProg/Tests/tnt.cc
r2322 r2615 4 4 #include <iostream> 5 5 6 #include "sopnamsp.h" 6 7 #include "histinit.h" 7 8 #include "dvlist.h" -
trunk/SophyaProg/Tests/tobjio.cc
r2322 r2615 1 1 #include <stdio.h> 2 2 #include <stdlib.h> 3 #include "sopnamsp.h" 3 4 #include "math.h" 4 5 #include <iostream> -
trunk/SophyaProg/Tests/tobjio2.cc
r2322 r2615 6 6 7 7 // Pour le test 8 #include "sopnamsp.h" 8 9 #include "histinit.h" 9 10 #include "histos.h" -
trunk/SophyaProg/Tests/tpipe.cc
r2440 r2615 1 #include "sopnamsp.h" 1 2 #include "zthread.h" 2 3 -
trunk/SophyaProg/Tests/tsphereecp.cc
r2609 r2615 1 1 #include <stdio.h> 2 2 #include <stdlib.h> 3 #include "sopnamsp.h" 3 4 #include "math.h" 4 5 #include <iostream> -
trunk/SophyaProg/Tests/tspm.cc
r2322 r2615 1 1 #include <iostream> 2 #include "sopnamsp.h" 2 3 #include "skymapinit.h" 3 4 #include "skymap.h" -
trunk/SophyaProg/Tests/tspm2.cc
r2322 r2615 1 1 #include <iostream> 2 2 #include <math.h> 3 #include "sopnamsp.h" 3 4 #include "sambainit.h" 4 5 #include "skymap.h" -
trunk/SophyaProg/Tests/tstboloread.cc
r2322 r2615 8 8 -A pointing.fits -1 0 -B bolo.fits -3 0 9 9 */ 10 #include "sopnamsp.h" 10 11 #include "machdefs.h" 11 12 #include <typeinfo> -
trunk/SophyaProg/Tests/tstcolread.cc
r2322 r2615 1 1 // Test des classes FitsBTColRead 2 #include "sopnamsp.h" 2 3 #include "machdefs.h" 3 4 #include <typeinfo> -
trunk/SophyaProg/Tests/tstndblk.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <iostream> -
trunk/SophyaProg/Tests/tsttmat.cc
r2580 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <iostream> -
trunk/SophyaProg/Tests/tsttminv.cc
r2580 r2615 37 37 38 38 ////////////////////////////////////////////////// 39 #include "sopnamsp.h" 39 40 #include "machdefs.h" 40 41 #include <iostream> -
trunk/SophyaProg/Tests/tsttvec.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <iostream> -
trunk/SophyaProg/Tests/zthr.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "zthread.h" 2 3
Note:
See TracChangeset
for help on using the changeset viewer.