Changeset 2615 in Sophya for trunk/SophyaLib/SkyMap
- Timestamp:
- Sep 10, 2004, 11:55:27 AM (21 years ago)
- Location:
- trunk/SophyaLib/SkyMap
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/HEALPixUtils.cc
r2322 r2615 1 1 // utilitaires de pixelisation HEALPix 2 #include "sopnamsp.h" 2 3 #include "HEALPixUtils.h" 3 4 #include <iostream> -
trunk/SophyaLib/SkyMap/fiolocalmap.cc
r2198 r2615 1 1 // G. Le Meur 04/2000 2 2 3 #include "sopnamsp.h" 3 4 #include "fiolocalmap.h" 4 5 #include "fioarr.h" -
trunk/SophyaLib/SkyMap/fiosphereecp.cc
r2610 r2615 1 1 // G. Le Meur 04/2000 2 2 3 #include "sopnamsp.h" 3 4 #include "fiosphereecp.h" 4 5 #include "fioarr.h" -
trunk/SophyaLib/SkyMap/fiospherehealpix.cc
r2082 r2615 1 1 // G. Le Meur 04/2000 2 2 3 #include "sopnamsp.h" 3 4 #include "fiospherehealpix.h" 4 5 #include "pexceptions.h" -
trunk/SophyaLib/SkyMap/fiospherethetaphi.cc
r2083 r2615 1 1 // G. Le Meur 04/2000 2 2 3 #include "sopnamsp.h" 3 4 #include "fiospherethetaphi.h" 4 5 #include "pexceptions.h" -
trunk/SophyaLib/SkyMap/localmap.cc
r2442 r2615 1 #include "sopnamsp.h" 1 2 #include "localmap.h" 2 3 #include "smathconst.h" -
trunk/SophyaLib/SkyMap/longlat.cc
r764 r2615 1 #include "sopnamsp.h" 1 2 #include "longlat.h" 2 3 //++ -
trunk/SophyaLib/SkyMap/mapoperation.cc
r1950 r2615 9 9 // code from Reza 10 10 //------------------------------------------------------------------------ 11 #include "sopnamsp.h" 11 12 #include "machdefs.h" 12 13 #include <math.h> -
trunk/SophyaLib/SkyMap/skymapinit.cc
r2610 r2615 1 1 // Classe d'initialisation du module Outils++ 2 #include "sopnamsp.h" 2 3 #include "machdefs.h" 3 4 #include "skymapinit.h" -
trunk/SophyaLib/SkyMap/sphereecp.cc
r2610 r2615 1 #include "sopnamsp.h" 1 2 #include "sphereecp.h" 2 3 #include <math.h> -
trunk/SophyaLib/SkyMap/spherehealpix.cc
r2303 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <math.h> -
trunk/SophyaLib/SkyMap/spherepos.cc
r1967 r2615 1 1 // 04/01/00 : implantation de la persistance par classe deleguee - Guy Le Meur 2 2 3 #include "sopnamsp.h" 3 4 #include "spherepos.h" 4 5 #include "datatype.h" 5 6 #include <typeinfo> 6 7 7 static char *head_spherepos_cc_ = "$Header: /Users/garnier/temp/CVSSophya/SophyaLib/SkyMap/spherepos.cc,v 1. 2 2002-04-26 16:48:22 ansariExp $";8 static char *head_spherepos_cc_ = "$Header: /Users/garnier/temp/CVSSophya/SophyaLib/SkyMap/spherepos.cc,v 1.3 2004-09-10 09:54:31 cmv Exp $"; 8 9 9 10 -
trunk/SophyaLib/SkyMap/spherethetaphi.cc
r2442 r2615 1 #include "sopnamsp.h" 1 2 #include "spherethetaphi.h" 2 3 #include "smathconst.h" -
trunk/SophyaLib/SkyMap/unitvector.cc
r764 r2615 1 1 #include <math.h> 2 #include "sopnamsp.h" 2 3 #include "unitvector.h" 3 4 //***************************************************************************** -
trunk/SophyaLib/SkyMap/utilgeom.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <math.h> -
trunk/SophyaLib/SkyMap/vector3d.cc
r1177 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <math.h>
Note:
See TracChangeset
for help on using the changeset viewer.