- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 10 deleted
- 172 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/brsrc.cc
r3192 r3572 118 118 NTuple BRSourceGen::Convert2Table(double freq0) 119 119 { 120 c har* nomsntsrc[9] = {"num","freq","freqred","amp","angrad","angdeg","phase",121 120 const char* nomsntsrc[9] = {"num","freq","freqred","amp","angrad","angdeg","phase", 121 "angyrad","angymin"}; 122 122 NTuple nt(9, nomsntsrc); 123 123 double xnt[15]; -
trunk/Cosmo/RadioBeam/multicyl.cc
r3192 r3572 33 33 34 34 //----------------------------------------------------------------------------- 35 MultiCylinders::MultiCylinders(c har* fileName)35 MultiCylinders::MultiCylinders(const char* fileName) 36 36 { 37 37 adfg_ = false; src_ = NULL; -
trunk/Cosmo/RadioBeam/multicyl.h
r3192 r3572 28 28 // longueur @ f=2 ~ 64 (256*lambda/2 = 256*0.25) 29 29 MultiCylinders(int nr=256, int ns=1024); 30 MultiCylinders(c har* filename);30 MultiCylinders(const char* filename); 31 31 ~MultiCylinders(); 32 32 -
trunk/Cosmo/RadioBeam/treccyl.cc
r3192 r3572 36 36 static int test1cyl(string& ppfname); 37 37 static int testmulticyl(string& ppfname); 38 int ReadParam(c har* fileName);38 int ReadParam(const char* fileName); 39 39 40 40 //----------------------------------------------------------- … … 285 285 286 286 //--------------------------------------------------------------------- 287 int ReadParam(c har* fileName)287 int ReadParam(const char* fileName) 288 288 { 289 289 DataCards dc; -
trunk/Cosmo/SimLSS/cmvchkwhu.cc
r3348 r3572 48 48 49 49 const int n = 11; 50 c har *vname[n] = {"k","tf","tfnw","tfnb","tfc","tfb"50 const char *vname[n] = {"k","tf","tfnw","tfnb","tfc","tfb" 51 51 ,"hutf","hutfnw","hutfnb","hutfc","hutfb"}; 52 52 NTuple nt(n,vname); -
trunk/Cosmo/SimLSS/cmvfitpk.cc
r3381 r3572 133 133 POutPersist pos("cmvfitpk.ppf"); 134 134 const int nvar = 2*npar+1; 135 c har *vname[nvar] = {135 const char *vname[nvar] = { 136 136 "xi2" 137 137 ,"b","a","oc","ob","ol","h","n" -
trunk/Cosmo/SimLSS/cmvsinxsx.cc
r3501 r3572 75 75 //--- Create NTuple 76 76 const int nvar = 11; 77 c har *vname[nvar] = {"t","s","sn","sx","sx2","snx","snx2","asx","asx2","asnx","asnx2"};77 const char *vname[nvar] = {"t","s","sn","sx","sx2","snx","snx2","asx","asx2","asnx","asnx2"}; 78 78 double xnt[nvar]; 79 79 NTuple nt(nvar,vname); -
trunk/Cosmo/SimLSS/cmvtgrowth.cc
r3115 r3572 35 35 36 36 const int n = 2; 37 c har *vname[n] = {"z","d1"};37 const char *vname[n] = {"z","d1"}; 38 38 NTuple nt(n,vname); 39 39 double xnt[n]; -
trunk/Cosmo/SimLSS/cmvtluc.cc
r3115 r3572 56 56 double norm3 = pow(norm,3.); 57 57 const int n = 11; 58 c har *vname[n] = {58 const char *vname[n] = { 59 59 "z","hz","om","or","ol","ok","ot", 60 60 "da","dl","dvc","vc0" -
trunk/Cosmo/SimLSS/cmvtransf.cc
r3318 r3572 79 79 80 80 const int n = 6; 81 c har *vname[n] = {"k","t","tnosc1","tnosc2","tnob","tcmbf"};81 const char *vname[n] = {"k","t","tnosc1","tnosc2","tnob","tcmbf"}; 82 82 NTuple nt(n,vname); 83 83 double xnt[n]; -
trunk/Cosmo/SimLSS/cmvtstagn.cc
r3289 r3572 158 158 159 159 del ntjack 160 c++exec c har *vname[2] = {"x","y"}; double xnt[2]; \160 c++exec const char *vname[2] = {"x","y"}; double xnt[2]; \ 161 161 NTuple ntjack(2,vname); \ 162 162 for(int i=0;i<xjack.Size();i++) \ -
trunk/Cosmo/SimLSS/cmvtstblack.cc
r3347 r3572 267 267 268 268 const int n = 14; 269 c har *vname[n] = {"f","l","prf","prl","pdf","pdl","rrf","rrl","rdf","rdl","wrf","wrl","wdf","wdl"};269 const char *vname[n] = {"f","l","prf","prl","pdf","pdl","rrf","rrl","rdf","rdl","wrf","wrl","wdf","wdl"}; 270 270 NTuple nt(n,vname); 271 271 double xnt[n]; -
trunk/Cosmo/SimLSS/cmvtstpk.cc
r3485 r3572 119 119 //-------------------------- 120 120 const int n = 14; 121 c har *vname[n] = {121 const char *vname[n] = { 122 122 "k","pkini", 123 123 "tf","pk0","pk", -
trunk/Cosmo/SimLSS/cmvtstsch.cc
r3343 r3572 169 169 //------- 170 170 const int n = 3; 171 c har *vname[n] = {"m","f","mf"};171 const char *vname[n] = {"m","f","mf"}; 172 172 NTuple nt(n,vname); 173 173 double xnt[n]; -
trunk/Cosmo/SimLSS/cmvtuniv.cc
r3313 r3572 184 184 double norm3 = pow(norm,3.); 185 185 const int n = 15; 186 c har *vname[n] = {186 const char *vname[n] = { 187 187 "z","hz","om","or","ol","ok","ot","ob", 188 188 "dtc","dlc","da","dl", … … 269 269 270 270 const int n = 8; 271 c har *vname[n] = {"z","d","di","dl","dp","zi","zl","zp"};271 const char *vname[n] = {"z","d","di","dl","dp","zi","zl","zp"}; 272 272 NTuple nt(n,vname); 273 273 double xnt[n]; -
trunk/Cosmo/SimLSS/cmvtvarspec.cc
r3348 r3572 130 130 //----------------------------------------------------------------- 131 131 const int n = 2; 132 c har *vname[n] = {"k","pk"};132 const char *vname[n] = {"k","pk"}; 133 133 NTuple nt(n,vname); 134 134 double xnt[n]; -
trunk/Cosmo/SimLSS/genefluct3d.cc
r3524 r3572 106 106 <<" D="<<dx<<","<<dy<<","<<dz<<endl; 107 107 if(nx<=0 || dx<=0.) { 108 c har *bla = "GeneFluct3D::setsize_Error: bad value(s) for nn/dx";108 const char *bla = "GeneFluct3D::setsize_Error: bad value(s) for nn/dx"; 109 109 cout<<bla<<endl; throw ParmError(bla); 110 110 } … … 228 228 if(kredshref<0.) { 229 229 if(Nz_<=0) { 230 c har *bla = "GeneFluct3D::SetObservator_Error: for kredsh_ref<0 define cube geometry first";230 const char *bla = "GeneFluct3D::SetObservator_Error: for kredsh_ref<0 define cube geometry first"; 231 231 cout<<bla<<endl; throw ParmError(bla); 232 232 } … … 265 265 266 266 if(cosmo_ == NULL || redsh_ref_<0.) { 267 c har *bla = "GeneFluct3D::LosComRedshift_Error: set Observator and Cosmology first";267 const char *bla = "GeneFluct3D::LosComRedshift_Error: set Observator and Cosmology first"; 268 268 cout<<bla<<endl; throw ParmError(bla); 269 269 } … … 561 561 else if(array_type==2) nvar = 4; 562 562 else return; 563 c har *vname[4] = {"t","z","re","im"};563 const char *vname[4] = {"t","z","re","im"}; 564 564 float xnt[4]; 565 565 NTuple nt(nvar,vname); … … 852 852 853 853 if(growth_ == NULL) { 854 c har *bla = "GeneFluct3D::ApplyGrowthFactor_Error: set GrowthFactor first";854 const char *bla = "GeneFluct3D::ApplyGrowthFactor_Error: set GrowthFactor first"; 855 855 cout<<bla<<endl; throw ParmError(bla); 856 856 } 857 857 if(type_evol<1 || type_evol>2) { 858 c har *bla = "GeneFluct3D::ApplyGrowthFactor_Error: bad type_evol value";858 const char *bla = "GeneFluct3D::ApplyGrowthFactor_Error: bad type_evol value"; 859 859 cout<<bla<<endl; throw ParmError(bla); 860 860 } 861 861 862 862 InterpFunc interpinv(loscom2zred_min_,loscom2zred_max_,loscom2zred_); 863 unsigned short ok;863 //unsigned short ok; 864 864 865 865 //CHECK: Histo hgr(0.9*zred_[0],1.1*zred_[n-1],1000); … … 1421 1421 if(type_evol<0) type_evol = 0; 1422 1422 if(type_evol>2) { 1423 c har *bla = "GeneFluct3D::AddNoise2Real_Error: bad type_evol value";1423 const char *bla = "GeneFluct3D::AddNoise2Real_Error: bad type_evol value"; 1424 1424 cout<<bla<<endl; throw ParmError(bla); 1425 1425 } … … 1436 1436 // Mlim ~ sqrt(DNu) * (Dlum)^2 / Dtrcom 1437 1437 if(cosmo_ == NULL || redsh_ref_<0.| loscom2zred_.size()<1) { 1438 c har *bla = "GeneFluct3D::AddNoise2Real_Error: set Observator and Cosmology first";1438 const char *bla = "GeneFluct3D::AddNoise2Real_Error: set Observator and Cosmology first"; 1439 1439 cout<<bla<<endl; throw ParmError(bla); 1440 1440 } -
trunk/FrEROS/AnaLC/anafsv.cc
r3308 r3572 64 64 65 65 66 c har *Pgnm = "hanafsv";66 const char *Pgnm = "hanafsv"; 67 67 68 68 int main(int narg, char *arg[] ) -
trunk/FrEROS/AnaLC/courbe_nb.cc
r3308 r3572 7 7 8 8 /*==============================================================*/ 9 FILE *CreCourbe(c har *str)9 FILE *CreCourbe(const char *str) 10 10 /* 11 11 Pour ouvrir le fichier COURBE_NB_FILE avec le nom "str". -
trunk/FrEROS/AnaLC/courbe_nb.h
r3308 r3572 16 16 17 17 FILE *CreCourbe(int et); 18 FILE *CreCourbe(c har *);18 FILE *CreCourbe(const char *str); 19 19 void FillCourbe(int et,int coul 20 20 ,float t,float flx,float eflx,float flb,float eflb -
trunk/FrEROS/AnaLC/lcproc.cc
r3308 r3572 47 47 48 48 // We have to check that fgbad has been filled 49 if ( fgbad.size() < nmes)49 if ((int)fgbad.size() < nmes) 50 50 for(int kb=fgbad.size(); kb<nmes; kb++) fgbad.push_back(0); 51 51 -
trunk/FrEROS/AnaLC/nbsreadu_base.cc
r3308 r3572 51 51 52 52 // Create NTuple 53 c har *nament[NXNT] = {53 const char *nament[NXNT] = { 54 54 "et","xref","flr","dm1","dm21","xp","yp","npt" 55 55 ,"mean","sig","sigi" -
trunk/FrEROS/AnaLC/nbsreadu_bosse.cc
r3308 r3572 59 59 60 60 // Create NTuple 61 c har *nament[NXNT] = {61 const char *nament[NXNT] = { 62 62 "etr","etb","fr","fb", 63 63 "dmin1","dmin2","dm21","dm22", -
trunk/FrEROS/AnaLC/nbsreadu_ppf.cc
r3308 r3572 64 64 // Fill TimeInfoU into NTuple 65 65 const int nxtn = 12; 66 c har *nament[nxtn] =66 const char *nament[nxtn] = 67 67 {"ts","texp","fd","sfd","sx","sy","rho","dx","dy","absor","amass","fgcal"}; 68 68 r_8 xnt[nxtn]; … … 94 94 // Create NTuple for StarInfo 95 95 const int nsti = 12; 96 c har *namentsti[nsti] =96 const char *namentsti[nsti] = 97 97 {"net","xref","fmean","fsig","fref","xp","yp","dm","dm2","dm2r","fgref","nbvois"}; 98 98 for(int ic=0;ic<NCOULMX;ic++) { … … 138 138 139 139 const int nxtn = 15; 140 c har *nament[nxtn] =140 const char *nament[nxtn] = 141 141 {"ic", 142 142 "ts","fd","sx","sy","rho", -
trunk/FrEROS/AnaLC/nomfits2.c
r3308 r3572 93 93 /* 94 94 ++ 95 unsigned long int decode_zeza(c har* s, int i1, int i2)95 unsigned long int decode_zeza(const char* s, int i1, int i2) 96 96 Pour coder (Rc) en entier decimal la chaine de caracteres 97 97 comprise entre `s[i1]' et `s[i2]' interpretee comme … … 99 99 -- 100 100 */ 101 unsigned long int decode_zeza(c har* s, int i1, int i2)101 unsigned long int decode_zeza(const char* s, int i1, int i2) 102 102 { 103 103 unsigned long int D, ibase = 1; … … 247 247 /* 248 248 ++ 249 int Test_NoCorrupt(c har *flnm)249 int Test_NoCorrupt(const char *flnm) 250 250 Test pour voir si le fichier Fits de nom `flnm' n'est 251 251 pas corrompu. … … 260 260 -- 261 261 */ 262 int Test_NoCorrupt(c har *flnm)262 int Test_NoCorrupt(const char *flnm) 263 263 { 264 264 int lp=0; -
trunk/FrEROS/AnaLC/nomfits2.h
r3308 r3572 13 13 /* --- fin ajout depuis Peida/LibsUtil/datime.h ----- */ 14 14 15 unsigned long int decode_zeza(c har* s, int i1, int i2);15 unsigned long int decode_zeza(const char* s, int i1, int i2); 16 16 char * dec2zeza(unsigned long z, char *s, int n); 17 17 int qSort_fits2(const void *x1,const void *x2); 18 18 19 19 /* CMV: test des conneries du serveur MG ! */ 20 int Test_NoCorrupt(c har *flnm);20 int Test_NoCorrupt(const char *flnm); 21 21 22 22 /* codage de la date/tsid dans timeinfo */ -
trunk/SophyaExt/FitsIOServer/Makefile
r3407 r3572 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fits autoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitsgenedata.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshisterr.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o6 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitsgenedata.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshisterr.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)swfitsdtable.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)fiosinit.o $(SOPHYAOBJP)fits autoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitsgenedata.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshisterr.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o9 $(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitsgenedata.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshisterr.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)swfitsdtable.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist … … 184 184 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosinit.cc 185 185 186 $(SOPHYAOBJP)fitsautoreader.o: fitsautoreader.cc \187 $(SOPHYAINCP)sopnamsp.h \188 $(SOPHYAINCP)pexceptions.h \189 $(SOPHYAINCP)machdefs.h fitsautoreader.h \190 $(SOPHYAINCP)machdefs.h \191 $(SOPHYAINCP)anydataobj.h fitsfile.h \192 $(SOPHYAINCP)ndatablock.h \193 $(SOPHYAINCP)anydataobj.h \194 $(SOPHYAINCP)dvlist.h \195 $(SOPHYAINCP)objfio.h \196 $(SOPHYAINCP)ppersist.h \197 $(SOPHYAINCP)pexceptions.h \198 $(SOPHYAINCP)gnumd5.h \199 $(SOPHYAINCP)ppfbinstream.h \200 $(SOPHYAINCP)rawstream.h \201 $(SOPHYAINCP)ppfnametag.h \202 $(SOPHYAINCP)mutyv.h \203 $(SOPHYAINCP)timestamp.h fitsinoutfile.h \204 $(SOPHYAINCP)FitsIO/fitsio.h \205 $(SOPHYAINCP)FitsIO/longnam.h fitshandler.h \206 fitstarray.h $(SOPHYAINCP)tarray.h \207 $(SOPHYAINCP)basarr.h \208 $(SOPHYAINCP)dvlist.h \209 $(SOPHYAINCP)ndatablock.h \210 $(SOPHYAINCP)utilarr.h fitsspherehealpix.h \211 $(SOPHYAINCP)spherehealpix.h \212 $(SOPHYAINCP)sphericalmap.h \213 $(SOPHYAINCP)smathconst.h \214 $(SOPHYAINCP)pixelmap.h \215 $(SOPHYAINCP)spherepos.h \216 $(SOPHYAINCP)unitvector.h \217 $(SOPHYAINCP)vector3d.h \218 $(SOPHYAINCP)longlat.h \219 $(SOPHYAINCP)utilgeom.h \220 $(SOPHYAINCP)datatype.h \221 $(SOPHYAINCP)tvector.h \222 $(SOPHYAINCP)tmatrix.h \223 $(SOPHYAINCP)tarray.h \224 $(SOPHYAINCP)tmatrix_tsnl.h \225 $(SOPHYAINCP)tvector_tsnl.h \226 $(SOPHYAINCP)HEALPixUtils.h fitsntuple.h \227 $(SOPHYAINCP)ntuple.h \228 $(SOPHYAINCP)ntupintf.h \229 $(SOPHYAINCP)ppersist.h fitsxntuple.h \230 $(SOPHYAINCP)xntuple.h fitslocalmap.h \231 $(SOPHYAINCP)localmap.h fbtntintf.h \232 $(SOPHYAINCP)ntupintf.h233 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsautoreader.cc234 235 186 $(SOPHYAOBJP)fitsbntbllineRW.o: fitsbntbllineRW.cc \ 236 187 $(SOPHYAINCP)sopnamsp.h \ … … 633 584 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitstarray.cc 634 585 635 $(SOPHYAOBJP)fitsxntuple.o: fitsxntuple.cc \636 $(SOPHYAINCP)sopnamsp.h \637 $(SOPHYAINCP)pexceptions.h \638 $(SOPHYAINCP)machdefs.h fitsxntuple.h \639 $(SOPHYAINCP)machdefs.h \640 $(SOPHYAINCP)xntuple.h \641 $(SOPHYAINCP)ntupintf.h \642 $(SOPHYAINCP)ppersist.h \643 $(SOPHYAINCP)pexceptions.h \644 $(SOPHYAINCP)gnumd5.h \645 $(SOPHYAINCP)ppfbinstream.h \646 $(SOPHYAINCP)rawstream.h \647 $(SOPHYAINCP)ppfnametag.h \648 $(SOPHYAINCP)dvlist.h \649 $(SOPHYAINCP)objfio.h \650 $(SOPHYAINCP)anydataobj.h \651 $(SOPHYAINCP)mutyv.h \652 $(SOPHYAINCP)timestamp.h \653 $(SOPHYAINCP)anydataobj.h \654 $(SOPHYAINCP)ppersist.h fitsfile.h \655 $(SOPHYAINCP)ndatablock.h \656 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \657 $(SOPHYAINCP)FitsIO/fitsio.h \658 $(SOPHYAINCP)FitsIO/longnam.h fitshandler.h659 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsxntuple.cc660 661 586 $(SOPHYAOBJP)swfitsdtable.o: swfitsdtable.cc swfitsdtable.h \ 662 587 $(SOPHYAINCP)basedtable.h \ -
trunk/SophyaExt/FitsIOServer/fabtcolread.cc
r3188 r3572 189 189 \return value into double 190 190 */ 191 double FitsOpenFile::ReadKey(fitsfile *fitsptr,c har *keyname)191 double FitsOpenFile::ReadKey(fitsfile *fitsptr,const char *keyname) 192 192 { 193 193 if(keyname==NULL || fitsptr==NULL) return 0.; … … 204 204 \return value into long 205 205 */ 206 long FitsOpenFile::ReadKeyL(fitsfile *fitsptr,c har *keyname)206 long FitsOpenFile::ReadKeyL(fitsfile *fitsptr,const char *keyname) 207 207 { 208 208 if(keyname==NULL || fitsptr==NULL) return 0; … … 219 219 \return value into long long 220 220 */ 221 LONGLONG FitsOpenFile::ReadKeyLL(fitsfile *fitsptr,c har *keyname)221 LONGLONG FitsOpenFile::ReadKeyLL(fitsfile *fitsptr,const char *keyname) 222 222 { 223 223 if(keyname==NULL || fitsptr==NULL) return 0; … … 234 234 \return value into string 235 235 */ 236 string FitsOpenFile::ReadKeyS(fitsfile *fitsptr,c har *keyname)236 string FitsOpenFile::ReadKeyS(fitsfile *fitsptr,const char *keyname) 237 237 { 238 238 if(keyname==NULL || fitsptr==NULL) return (string)""; … … 529 529 \return value into double 530 530 */ 531 double FitsABTColRd::ReadKey(c har *keyname)531 double FitsABTColRd::ReadKey(const char *keyname) 532 532 { 533 533 return FitsOpenFile::ReadKey(GetFitsPtr(),keyname); … … 539 539 \return value into long 540 540 */ 541 long FitsABTColRd::ReadKeyL(c har *keyname)541 long FitsABTColRd::ReadKeyL(const char *keyname) 542 542 { 543 543 return FitsOpenFile::ReadKeyL(GetFitsPtr(),keyname); … … 549 549 \return value into long long 550 550 */ 551 LONGLONG FitsABTColRd::ReadKeyLL(c har *keyname)551 LONGLONG FitsABTColRd::ReadKeyLL(const char *keyname) 552 552 { 553 553 return FitsOpenFile::ReadKeyLL(GetFitsPtr(),keyname); … … 559 559 \return value into string 560 560 */ 561 string FitsABTColRd::ReadKeyS(c har *keyname)561 string FitsABTColRd::ReadKeyS(const char *keyname) 562 562 { 563 563 return FitsOpenFile::ReadKeyS(GetFitsPtr(),keyname); … … 1080 1080 \return value into double 1081 1081 */ 1082 double FitsImg2DRd::ReadKey(c har *keyname)1082 double FitsImg2DRd::ReadKey(const char *keyname) 1083 1083 { 1084 1084 return FitsOpenFile::ReadKey(GetFitsPtr(),keyname); … … 1090 1090 \return value into long 1091 1091 */ 1092 long FitsImg2DRd::ReadKeyL(c har *keyname)1092 long FitsImg2DRd::ReadKeyL(const char *keyname) 1093 1093 { 1094 1094 return FitsOpenFile::ReadKeyL(GetFitsPtr(),keyname); … … 1100 1100 \return value into long long 1101 1101 */ 1102 LONGLONG FitsImg2DRd::ReadKeyLL(c har *keyname)1102 LONGLONG FitsImg2DRd::ReadKeyLL(const char *keyname) 1103 1103 { 1104 1104 return FitsOpenFile::ReadKeyLL(GetFitsPtr(),keyname); … … 1110 1110 \return value into string 1111 1111 */ 1112 string FitsImg2DRd::ReadKeyS(c har *keyname)1112 string FitsImg2DRd::ReadKeyS(const char *keyname) 1113 1113 { 1114 1114 return FitsOpenFile::ReadKeyS(GetFitsPtr(),keyname); … … 1428 1428 \return value into double 1429 1429 */ 1430 double FitsImg3DRd::ReadKey(c har *keyname)1430 double FitsImg3DRd::ReadKey(const char *keyname) 1431 1431 { 1432 1432 return FitsOpenFile::ReadKey(GetFitsPtr(),keyname); … … 1438 1438 \return value into long 1439 1439 */ 1440 long FitsImg3DRd::ReadKeyL(c har *keyname)1440 long FitsImg3DRd::ReadKeyL(const char *keyname) 1441 1441 { 1442 1442 return FitsOpenFile::ReadKeyL(GetFitsPtr(),keyname); … … 1448 1448 \return value into long long 1449 1449 */ 1450 LONGLONG FitsImg3DRd::ReadKeyLL(c har *keyname)1450 LONGLONG FitsImg3DRd::ReadKeyLL(const char *keyname) 1451 1451 { 1452 1452 return FitsOpenFile::ReadKeyLL(GetFitsPtr(),keyname); … … 1458 1458 \return value into string 1459 1459 */ 1460 string FitsImg3DRd::ReadKeyS(c har *keyname)1460 string FitsImg3DRd::ReadKeyS(const char *keyname) 1461 1461 { 1462 1462 return FitsOpenFile::ReadKeyS(GetFitsPtr(),keyname); -
trunk/SophyaExt/FitsIOServer/fabtcolread.h
r3493 r3572 48 48 void Print(void); 49 49 50 static double ReadKey(fitsfile *fitsptr,c har *keyname);51 static long ReadKeyL(fitsfile *fitsptr,c har *keyname);52 static LONGLONG ReadKeyLL(fitsfile *fitsptr,c har *keyname);53 static string ReadKeyS(fitsfile *fitsptr,c har *keyname);50 static double ReadKey(fitsfile *fitsptr,const char *keyname); 51 static long ReadKeyL(fitsfile *fitsptr,const char *keyname); 52 static LONGLONG ReadKeyLL(fitsfile *fitsptr,const char *keyname); 53 static string ReadKeyS(fitsfile *fitsptr,const char *keyname); 54 54 static void printerror(int sta); 55 55 … … 78 78 void ChangeBuffer(long blen=100,long bsens=1); 79 79 80 double ReadKey(c har *keyname);81 long ReadKeyL(c har *keyname);82 LONGLONG ReadKeyLL(c har *keyname);83 string ReadKeyS(c har *keyname);80 double ReadKey(const char *keyname); 81 long ReadKeyL(const char *keyname); 82 LONGLONG ReadKeyLL(const char *keyname); 83 string ReadKeyS(const char *keyname); 84 84 85 85 double Read(LONGLONG n,bool usebuffer=true); … … 195 195 virtual ~FitsImg2DRd(); 196 196 197 double ReadKey(c har *keyname);198 long ReadKeyL(c har *keyname);199 LONGLONG ReadKeyLL(c har *keyname);200 string ReadKeyS(c har *keyname);197 double ReadKey(const char *keyname); 198 long ReadKeyL(const char *keyname); 199 LONGLONG ReadKeyLL(const char *keyname); 200 string ReadKeyS(const char *keyname); 201 201 202 202 LONGLONG Read(TMatrix<uint_2>& data); … … 260 260 virtual ~FitsImg3DRd(); 261 261 262 double ReadKey(c har *keyname);263 long ReadKeyL(c har *keyname);264 LONGLONG ReadKeyLL(c har *keyname);265 string ReadKeyS(c har *keyname);262 double ReadKey(const char *keyname); 263 long ReadKeyL(const char *keyname); 264 LONGLONG ReadKeyLL(const char *keyname); 265 string ReadKeyS(const char *keyname); 266 266 267 267 LONGLONG Read(TArray<uint_2>& data); -
trunk/SophyaExt/FitsIOServer/fabtwriter.cc
r3128 r3572 105 105 106 106 /*! Write a double value into Fits Header */ 107 void FitsWriter::WriteKey(const char *keyname,double val,c har* comment)107 void FitsWriter::WriteKey(const char *keyname,double val,const char* comment) 108 108 { 109 109 if(keyname==NULL || strlen(keyname)<=0) return; … … 116 116 117 117 /*! Write a long value into Fits Header */ 118 void FitsWriter::WriteKey(const char *keyname,long val,c har* comment)118 void FitsWriter::WriteKey(const char *keyname,long val,const char* comment) 119 119 { 120 120 if(keyname==NULL || strlen(keyname)<=0) return; … … 127 127 128 128 /*! Write a long long value into Fits Header */ 129 void FitsWriter::WriteKey(const char *keyname,LONGLONG val,c har* comment)129 void FitsWriter::WriteKey(const char *keyname,LONGLONG val,const char* comment) 130 130 { 131 131 if(keyname==NULL || strlen(keyname)<=0) return; … … 138 138 139 139 /*! Write a string value into Fits Header */ 140 void FitsWriter::WriteKey(const char *keyname,string val,c har* comment)140 void FitsWriter::WriteKey(const char *keyname,string val,const char* comment) 141 141 { 142 142 if(keyname==NULL || strlen(keyname)<=0) return; -
trunk/SophyaExt/FitsIOServer/fabtwriter.h
r3493 r3572 36 36 37 37 //! Write a double value in Fits header. 38 void WriteKey(const char *keyname,double val,c har* comment=NULL);38 void WriteKey(const char *keyname,double val,const char* comment=NULL); 39 39 //! Write a long value in Fits header. 40 void WriteKey(const char *keyname,long val,c har* comment=NULL);40 void WriteKey(const char *keyname,long val,const char* comment=NULL); 41 41 //! Write a long long value in Fits header. 42 void WriteKey(const char *keyname,LONGLONG val,c har* comment=NULL);42 void WriteKey(const char *keyname,LONGLONG val,const char* comment=NULL); 43 43 //! Write a string value in Fits header. 44 void WriteKey(const char *keyname,string val,c har* comment=NULL);44 void WriteKey(const char *keyname,string val,const char* comment=NULL); 45 45 //! Write a character string value in Fits header. 46 inline void WriteKey(const char *keyname,c har* val,char* comment=NULL)46 inline void WriteKey(const char *keyname,const char* val,const char* comment=NULL) 47 47 {string dum=val; WriteKey(keyname,dum,comment);} 48 48 //! Set debug level … … 93 93 inline void SetExtName(string extname=string("")) {ExtName = extname;} 94 94 //! Set the FITS table extension name 95 inline void SetExtName(c har* extname="") {ExtName = extname;}95 inline void SetExtName(const char* extname="") {ExtName = extname;} 96 96 97 97 //! Add a new column to the FITS table and return its number (see addcol). -
trunk/SophyaExt/FitsIOServer/fitsblkrw.h
r3493 r3572 159 159 string msg = "FitsBlockRW<std::string>::WriteColumnData() Error: " ; 160 160 msg += buff; 161 sprintf(buff," kk=%ld", kk); msg += buff;161 sprintf(buff," kk=%ld",(long)kk); msg += buff; 162 162 throw FitsIOException(msg); 163 163 } … … 187 187 string msg = "FitsBlockRW<std::string>::ReadColumnData() Error: " ; 188 188 msg += buff; 189 sprintf(buff," kk=%ld", kk); msg += buff;189 sprintf(buff," kk=%ld",(long)kk); msg += buff; 190 190 throw FitsIOException(msg); 191 191 } -
trunk/SophyaExt/FitsIOServer/fitsbntbllineRW.cc
r2615 r3572 64 64 else if (ss == FitsFile::FitsDataType_char) SfitsCol.push_back(k); 65 65 else { 66 cout << " FITS_XNTuple: colonne fits " << k << " type= " << (int) ss << endl;66 cout << "FITS_BntblLineReader: colonne fits " << k << " type= " << (int) ss << endl; 67 67 throw IOExc("type de champ inconnu"); 68 68 } … … 113 113 114 114 115 FITS_BntblLineWriter::FITS_BntblLineWriter(c har inputfile[],int dc, int fc,int ic, int lc, int bc, int cc, vector<string> names,DVList* ptr_dvl, FitsFile::WriteMode wrm)115 FITS_BntblLineWriter::FITS_BntblLineWriter(const char inputfile[],int dc, int fc,int ic, int lc, int bc, int cc, vector<string> names,DVList* ptr_dvl, FitsFile::WriteMode wrm) 116 116 { 117 117 int k; 118 118 int nbcols = dc+fc+ic+cc+lc+bc; 119 if (nbcols != names.size())119 if (nbcols != (int)names.size()) 120 120 { 121 121 cout << " WARNING: BnTblLineWriter:: length of vector of column names not equal to total number of columns" << endl; -
trunk/SophyaExt/FitsIOServer/fitsbntbllineRW.h
r2201 r3572 6 6 #include "dvlist.h" 7 7 #include "fitsfile.h" 8 //#include "xntuple.h"9 8 10 9 namespace SOPHYA { … … 66 65 67 66 public: 68 FITS_BntblLineWriter(c har inputfile[],int dc, int fc, int ic, int lc, int bc,int cc, vector<string> names, DVList* dvl=NULL, FitsFile::WriteMode wrm = FitsFile::clear);67 FITS_BntblLineWriter(const char inputfile[],int dc, int fc, int ic, int lc, int bc,int cc, vector<string> names, DVList* dvl=NULL, FitsFile::WriteMode wrm = FitsFile::clear); 69 68 ~FITS_BntblLineWriter(); 70 69 void WriteNextLine( BnTblLine& WorkLine); -
trunk/SophyaExt/FitsIOServer/fitsfile.cc
r2907 r3572 228 228 */ 229 229 230 /*! \fn void SOPHYA::FitsIOHandler::Read(c har flnm[],int hdunum)230 /*! \fn void SOPHYA::FitsIOHandler::Read(const char flnm[],int hdunum) 231 231 232 232 this method is called from inherited objects : … … 238 238 calls the method 'ReadFromFits' from the inherited object 239 239 */ 240 void FitsIOHandler::Read(c har flnm[],int hdunum)240 void FitsIOHandler::Read(const char flnm[],int hdunum) 241 241 { 242 242 FitsInFile ifts(flnm); … … 274 274 275 275 */ 276 void FitsIOHandler::Write(c har flnm[])276 void FitsIOHandler::Write(const char flnm[]) 277 277 278 278 { … … 327 327 } 328 328 329 void FitsFile::printerror(int& status, c har* texte)329 void FitsFile::printerror(int& status, const char* texte) 330 330 //*****************************************************/ 331 331 //* Print out cfitsio error messages and exit program */ … … 338 338 throw IOExc("FitsFile:: error FITSIO status"); 339 339 } 340 void FitsFile::printerrorAndContinue(int& status, c har* texte)340 void FitsFile::printerrorAndContinue(int& status, const char* texte) 341 341 //*****************************************************/ 342 342 //* Print out cfitsio error messages and exit program */ … … 1534 1534 char dtype; 1535 1535 char card[FLEN_CARD]; 1536 c har *comkey = "COMMENT";1536 const char *comkey = "COMMENT"; 1537 1537 char comment[FLEN_COMMENT]; 1538 1538 … … 2198 2198 char comment[FLEN_COMMENT]; 2199 2199 char strval[FLEN_VALUE]= ""; 2200 c har *comkey = "COMMENT";2200 const char *comkey = "COMMENT"; 2201 2201 // fits_read_keyword(fptr_, keyname, strval, NULL, &status); 2202 2202 // if (status != 0 || strncmp(keyname,comkey,LEN_KEYWORD-1) == 0 ) … … 2527 2527 default : 2528 2528 { 2529 c har *comkey = "COMMENT";2529 const char *comkey = "COMMENT"; 2530 2530 if(strncmp(keyname,comkey,LEN_KEYWORD-1) == 0) 2531 2531 { -
trunk/SophyaExt/FitsIOServer/fitsfile.h
r3493 r3572 64 64 65 65 virtual ~FitsIOHandler() {} 66 void Read(c har flnm[],int hdunum= 0);67 void Write(c har flnm[]) ;66 void Read(const char flnm[],int hdunum= 0); 67 void Write(const char flnm[]) ; 68 68 69 69 //Implementation par defaut de l'interface FitsHandlerInterface … … 181 181 void ResetStatus(int& status) ; 182 182 static void printerror(int&) ; 183 static void printerror(int&,c har* texte) ;184 static void printerrorAndContinue(int& status, char* texte);183 static void printerror(int&,const char* texte) ; 184 static void printerrorAndContinue(int& status,const char* texte); 185 185 inline void InitNull() 186 186 { -
trunk/SophyaExt/FitsIOServer/fitsinoutfile.cc
r3452 r3572 157 157 } 158 158 /* -- Fonction utilitaire pour verifier le code d'erreur fitsio -- */ 159 static inline bool FitsCheckStatus(int st, c har * emsg = NULL) {159 static inline bool FitsCheckStatus(int st, const char * emsg = NULL) { 160 160 if (st) { 161 161 fits_report_error(stderr, st); … … 272 272 int FitsInOutFile::CurrentHDU() const 273 273 { 274 int status = 0;274 //unused: int status = 0; 275 275 int curhdu = 0; 276 276 fits_get_hdu_num(FitsPtr() , &curhdu); … … 496 496 int colnum, typecode; 497 497 LONGLONG repeat, colw; // $CHECK$ LONGLONG ??? 498 int ncols = 0;498 //unused: int ncols = 0; 499 499 char colname[128]; // longueur max d'un nom de colonne 500 500 501 501 while (status != COL_NOT_FOUND) { 502 fits_get_colname(FitsPtr(), CASEINSEN, "*", colname, &colnum, &status); 502 char dum[2] = {'*','\0'}; 503 fits_get_colname(FitsPtr(), CASEINSEN, dum, colname, &colnum, &status); 503 504 if (status == COL_NOT_FOUND) break; 504 505 if ( (status != COL_NOT_UNIQUE) && (status != 0) ) { … … 665 666 666 667 CheckFitsPtr(FitsPtr()); 667 int status = 0;668 //unused: int status = 0; 668 669 DVList::ValList::const_iterator it; 669 670 for(it = dvl.Begin(); it != dvl.End(); it++) -
trunk/SophyaExt/FitsIOServer/fitsioserver.h
r3493 r3572 19 19 #include "fitsspherehealpix.h" 20 20 #include "fitsntuple.h" 21 // #include "fitsxntuple.h"22 21 #include "fitslocalmap.h" 23 22 -
trunk/SophyaExt/FitsIOServer/fitsmanager.cc
r3167 r3572 80 80 int hfg = 0; 81 81 int bhfg = 0; 82 int clev = 0;82 //unused: int clev = 0; 83 83 int blev = 0; 84 84 for(it = hlistp->begin(); it != hlistp->end(); it++) { … … 196 196 LONGLONG naxes[5] = {0,0,0,0,0}; 197 197 int naxis=5; 198 int imgtyp = is.GetImageHDUInfo(naxis, naxes);198 //unused: int imgtyp = is.GetImageHDUInfo(naxis, naxes); 199 199 os << ">> IMAGE_HDU: naxis= " << naxis << " : "; 200 200 for(int i=0; i<naxis; i++) { … … 212 212 else os << ">> ASCII_TBL : NRows= " << is.GetNbRows(); 213 213 os << " x NCols= " << ncols << endl; 214 for( int kk=0; kk<colnames.size(); kk++) {214 for(size_t kk=0; kk<colnames.size(); kk++) { 215 215 os << "Col[" << kk+1 << "] Name= " << colnames[kk] 216 216 << " Type= " << FitsTypes::DataTypeToTypeString(coltypes[kk]) -
trunk/SophyaExt/FitsIOServer/fitsntuple.h
r3493 r3572 53 53 54 54 /*! 55 fill the XNTuple only with lines from firstLine-th to (firstLine+numberOfLines-1)-th of the FITS-file inputfile.55 fill the NTuple only with lines from firstLine-th to (firstLine+numberOfLines-1)-th of the FITS-file inputfile. 56 56 \param <firstLine> first line to be read (the first line of the file is numbered 0) 57 57 \param <numberOfLines> number of lines to be read -
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
r3167 r3572 27 27 28 28 template <class T> 29 FITS_SphereHEALPix<T>::FITS_SphereHEALPix(c har inputfile[],int hdunum)29 FITS_SphereHEALPix<T>::FITS_SphereHEALPix(const char inputfile[],int hdunum) 30 30 { 31 31 dobj_= new SphereHEALPix<T>; … … 266 266 267 267 template <class T> 268 void FITS_SphereHEALPix<T>::Mollweide_picture_projection(c har filename[])268 void FITS_SphereHEALPix<T>::Mollweide_picture_projection(const char filename[]) 269 269 { 270 270 int ni = 300; … … 297 297 } 298 298 template <class T> 299 void FITS_SphereHEALPix<T>::sinus_picture_projection(c har filename[])299 void FITS_SphereHEALPix<T>::sinus_picture_projection(const char filename[]) 300 300 { 301 301 int ni = 300; -
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.h
r3493 r3572 24 24 25 25 FITS_SphereHEALPix(); 26 FITS_SphereHEALPix(c har inputfile[],int hdunum=0);26 FITS_SphereHEALPix(const char inputfile[],int hdunum=0); 27 27 FITS_SphereHEALPix(const SphereHEALPix<T>& obj); 28 28 FITS_SphereHEALPix(SphereHEALPix<T>* obj); … … 35 35 virtual FitsHandlerInterface* Clone(); 36 36 37 void Mollweide_picture_projection(c har flnm[]);38 void sinus_picture_projection(c har flnm[]);37 void Mollweide_picture_projection(const char flnm[]); 38 void sinus_picture_projection(const char flnm[]); 39 39 //void ReWriteFromFitsToFits(FitsInFile& headerin, FitsOutFile& os); 40 40 -
trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.cc
r3167 r3572 26 26 27 27 template <class T> 28 FITS_SphereThetaPhi<T>::FITS_SphereThetaPhi(c har inputfile[],int hdunum)28 FITS_SphereThetaPhi<T>::FITS_SphereThetaPhi(const char inputfile[],int hdunum) 29 29 { 30 30 dobj_= new SphereThetaPhi<T>; … … 255 255 256 256 template <class T> 257 void FITS_SphereThetaPhi<T>::Mollweide_picture_projection(c har filename[])257 void FITS_SphereThetaPhi<T>::Mollweide_picture_projection(const char filename[]) 258 258 { 259 259 int ni = 300; … … 286 286 } 287 287 template <class T> 288 void FITS_SphereThetaPhi<T>::sinus_picture_projection(c har filename[])288 void FITS_SphereThetaPhi<T>::sinus_picture_projection(const char filename[]) 289 289 { 290 290 int ni = 300; -
trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.h
r3493 r3572 22 22 23 23 FITS_SphereThetaPhi(); 24 FITS_SphereThetaPhi(c har inputfile[],int hdunum=0);24 FITS_SphereThetaPhi(const char inputfile[],int hdunum=0); 25 25 FITS_SphereThetaPhi(const SphereThetaPhi<T>& obj); 26 26 FITS_SphereThetaPhi(SphereThetaPhi<T>* obj); … … 33 33 virtual FitsHandlerInterface* Clone(); 34 34 35 void Mollweide_picture_projection(c har flnm[]);36 void sinus_picture_projection(c har flnm[]);35 void Mollweide_picture_projection(const char flnm[]); 36 void sinus_picture_projection(const char flnm[]); 37 37 38 38 -
trunk/SophyaExt/FitsIOServer/fitstarray.cc
r2874 r3572 24 24 25 25 template <class T> 26 FITS_TArray<T>::FITS_TArray(c har inputfile[],int hdunum)26 FITS_TArray<T>::FITS_TArray(const char inputfile[],int hdunum) 27 27 { 28 28 dobj_=NULL; -
trunk/SophyaExt/FitsIOServer/fitstarray.h
r1231 r3572 25 25 26 26 FITS_TArray(); 27 FITS_TArray(c har inputfile[],int hdunum=0);27 FITS_TArray(const char inputfile[],int hdunum=0); 28 28 FITS_TArray(const TArray<T> & obj); 29 29 FITS_TArray(TArray<T> *obj); -
trunk/SophyaExt/FitsIOServer/objlist.list
r3123 r3572 5 5 fbtntintf.o 6 6 fiosinit.o 7 fitsautoreader.o8 7 fitsbntbllineRW.o 9 8 fitsfile.o … … 19 18 fitsspherethetaphi.o 20 19 fitstarray.o 21 fitsxntuple.o22 20 swfitsdtable.o -
trunk/SophyaExt/FitsIOServer/smakefile
r3407 r3572 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fits autoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitsgenedata.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshisterr.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o6 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitsgenedata.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshisterr.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)swfitsdtable.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)fiosinit.o $(SOPHYAOBJP)fits autoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitsgenedata.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshisterr.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o9 $(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitsgenedata.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshisterr.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)swfitsdtable.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist … … 184 184 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosinit.cc 185 185 186 $(SOPHYAOBJP)fitsautoreader.o: fitsautoreader.cc \187 $(SOPHYAINCP)sopnamsp.h \188 $(SOPHYAINCP)pexceptions.h \189 $(SOPHYAINCP)machdefs.h fitsautoreader.h \190 $(SOPHYAINCP)machdefs.h \191 $(SOPHYAINCP)anydataobj.h fitsfile.h \192 $(SOPHYAINCP)ndatablock.h \193 $(SOPHYAINCP)anydataobj.h \194 $(SOPHYAINCP)dvlist.h \195 $(SOPHYAINCP)objfio.h \196 $(SOPHYAINCP)ppersist.h \197 $(SOPHYAINCP)pexceptions.h \198 $(SOPHYAINCP)gnumd5.h \199 $(SOPHYAINCP)ppfbinstream.h \200 $(SOPHYAINCP)rawstream.h \201 $(SOPHYAINCP)ppfnametag.h \202 $(SOPHYAINCP)mutyv.h \203 $(SOPHYAINCP)timestamp.h fitsinoutfile.h \204 $(SOPHYAINCP)FitsIO/fitsio.h \205 $(SOPHYAINCP)FitsIO/longnam.h fitshandler.h \206 fitstarray.h $(SOPHYAINCP)tarray.h \207 $(SOPHYAINCP)basarr.h \208 $(SOPHYAINCP)dvlist.h \209 $(SOPHYAINCP)ndatablock.h \210 $(SOPHYAINCP)utilarr.h fitsspherehealpix.h \211 $(SOPHYAINCP)spherehealpix.h \212 $(SOPHYAINCP)sphericalmap.h \213 $(SOPHYAINCP)smathconst.h \214 $(SOPHYAINCP)pixelmap.h \215 $(SOPHYAINCP)spherepos.h \216 $(SOPHYAINCP)unitvector.h \217 $(SOPHYAINCP)vector3d.h \218 $(SOPHYAINCP)longlat.h \219 $(SOPHYAINCP)utilgeom.h \220 $(SOPHYAINCP)datatype.h \221 $(SOPHYAINCP)tvector.h \222 $(SOPHYAINCP)tmatrix.h \223 $(SOPHYAINCP)tarray.h \224 $(SOPHYAINCP)tmatrix_tsnl.h \225 $(SOPHYAINCP)tvector_tsnl.h \226 $(SOPHYAINCP)HEALPixUtils.h fitsntuple.h \227 $(SOPHYAINCP)ntuple.h \228 $(SOPHYAINCP)ntupintf.h \229 $(SOPHYAINCP)ppersist.h fitsxntuple.h \230 $(SOPHYAINCP)xntuple.h fitslocalmap.h \231 $(SOPHYAINCP)localmap.h fbtntintf.h \232 $(SOPHYAINCP)ntupintf.h233 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsautoreader.cc234 235 186 $(SOPHYAOBJP)fitsbntbllineRW.o: fitsbntbllineRW.cc \ 236 187 $(SOPHYAINCP)sopnamsp.h \ … … 633 584 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitstarray.cc 634 585 635 $(SOPHYAOBJP)fitsxntuple.o: fitsxntuple.cc \636 $(SOPHYAINCP)sopnamsp.h \637 $(SOPHYAINCP)pexceptions.h \638 $(SOPHYAINCP)machdefs.h fitsxntuple.h \639 $(SOPHYAINCP)machdefs.h \640 $(SOPHYAINCP)xntuple.h \641 $(SOPHYAINCP)ntupintf.h \642 $(SOPHYAINCP)ppersist.h \643 $(SOPHYAINCP)pexceptions.h \644 $(SOPHYAINCP)gnumd5.h \645 $(SOPHYAINCP)ppfbinstream.h \646 $(SOPHYAINCP)rawstream.h \647 $(SOPHYAINCP)ppfnametag.h \648 $(SOPHYAINCP)dvlist.h \649 $(SOPHYAINCP)objfio.h \650 $(SOPHYAINCP)anydataobj.h \651 $(SOPHYAINCP)mutyv.h \652 $(SOPHYAINCP)timestamp.h \653 $(SOPHYAINCP)anydataobj.h \654 $(SOPHYAINCP)ppersist.h fitsfile.h \655 $(SOPHYAINCP)ndatablock.h \656 $(SOPHYAINCP)dvlist.h fitsinoutfile.h \657 $(SOPHYAINCP)FitsIO/fitsio.h \658 $(SOPHYAINCP)FitsIO/longnam.h fitshandler.h659 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsxntuple.cc660 661 586 $(SOPHYAOBJP)swfitsdtable.o: swfitsdtable.cc swfitsdtable.h \ 662 587 $(SOPHYAINCP)basedtable.h \ -
trunk/SophyaExt/IFFTW/fftw3server.cc
r3412 r3572 209 209 sa_size_t n = in.NElts(); 210 210 sa_size_t ncs = n/2+1; 211 sa_size_t nc = (n%2 != 0) ? n/2+1 : n/2;211 //unused: sa_size_t nc = (n%2 != 0) ? n/2+1 : n/2; 212 212 if (out.NElts() != ncs) 213 213 throw SzMismatchError("FFTWServer::ReShapetoCompl() - Wrong output array size !"); … … 398 398 sa_size_t n = in.NElts(); 399 399 sa_size_t ncs = n/2+1; 400 sa_size_t nc = (n%2 != 0) ? n/2+1 : n/2;400 //unused: sa_size_t nc = (n%2 != 0) ? n/2+1 : n/2; 401 401 if (out.NElts() != ncs) 402 402 throw SzMismatchError("FFTWServer::ReShapetoCompl() - Wrong output array size !"); -
trunk/SophyaExt/LinAlg/intflapack.cc
r3534 r3572 178 178 extern "C" { 179 179 // Le calculateur de workingspace 180 int_4 ilaenv(int_4 *ispec,c har *name,char *opts,int_4 *n1,int_4 *n2,int_4 *n3,int_4 *n4,180 int_4 ilaenv(int_4 *ispec,const char *name,const char *opts,int_4 *n1,int_4 *n2,int_4 *n3,int_4 *n4, 181 181 int_4 nc1,int_4 nc2); 182 182 … … 300 300 //////////////////////////////////////////////////////////////////////////////////// 301 301 template <class T> 302 int_4 LapackServer<T>::ilaenv_en_C(int_4 ispec,c har *name,char *opts,int_4 n1,int_4 n2,int_4 n3,int_4 n4)302 int_4 LapackServer<T>::ilaenv_en_C(int_4 ispec,const char *name,const char *opts,int_4 n1,int_4 n2,int_4 n3,int_4 n4) 303 303 { 304 304 int_4 nc1 = strlen(name), nc2 = strlen(opts), rc=0; … … 519 519 int_4 info; 520 520 521 int_4 minmn = (m < n) ? m : n;521 //unused: int_4 minmn = (m < n) ? m : n; 522 522 int_4 maxmn = (m > n) ? m : n; 523 523 int_4 maxmnrhs = (nrhs > maxmn) ? nrhs : maxmn; … … 788 788 int_4 m = a.Size(rowa); 789 789 int_4 n = a.Size(cola); 790 int_4 maxmn = (m > n) ? m : n;790 //unused: int_4 maxmn = (m > n) ? m : n; 791 791 int_4 minmn = (m < n) ? m : n; 792 792 -
trunk/SophyaExt/LinAlg/intflapack.h
r2906 r3572 40 40 int SVDDriver(TArray<T>& a, TArray<T> & s, 41 41 TArray<T>* up=NULL, TArray<T> * vtp=NULL); 42 int_4 ilaenv_en_C(int_4 ispec,c har *name,char *opts,int_4 n1,int_4 n2,int_4 n3,int_4 n4);42 int_4 ilaenv_en_C(int_4 ispec,const char *name,const char *opts,int_4 n1,int_4 n2,int_4 n3,int_4 n4); 43 43 int_4 type2i4(void *val,int nbytes); 44 44 -
trunk/SophyaExt/XAstroPack/mollweide.cc
r2730 r3572 48 48 \endverbatim 49 49 */ 50 double MollWeide_XY(double longitude,double latitude,double * xmoll,double*ymoll)50 double MollWeide_XY(double longitude,double latitude,double& xmoll,double& ymoll) 51 51 { 52 52 int i,niter=2; … … 90 90 91 91 t0 *= asgn; 92 *xmoll = 2.*M_SQRT2*(longitude-M_PI)/M_PI*cos(t0);93 *ymoll = M_SQRT2*sin(t0);92 xmoll = 2.*M_SQRT2*(longitude-M_PI)/M_PI*cos(t0); 93 ymoll = M_SQRT2*sin(t0); 94 94 95 95 return t0; … … 118 118 \endverbatim 119 119 */ 120 double MollWeide_LL(double xmoll,double ymoll,double * longitude,double*latitude)120 double MollWeide_LL(double xmoll,double ymoll,double& longitude,double& latitude) 121 121 { 122 122 double t,a,eps=1.e-20; 123 123 124 *longitude = *latitude = -999.;124 longitude = latitude = -999.; 125 125 if(xmoll<-2*M_SQRT2 || xmoll>2*M_SQRT2) return(-901.); 126 126 if(ymoll<-M_SQRT2 || ymoll>M_SQRT2) return(-902.); … … 130 130 131 131 a = (2.*t+sin(2.*t))/M_PI; if(a<-1.) a=-1.; else if(a>1.) a=1.; 132 *latitude = asin(a);132 latitude = asin(a); 133 133 134 134 a= cos(t); 135 135 if(fabs(a)<eps) return(-903.); 136 *longitude = M_PI*(xmoll/(2.*M_SQRT2*a)+1.);136 longitude = M_PI*(xmoll/(2.*M_SQRT2*a)+1.); 137 137 138 138 return(t); -
trunk/SophyaExt/XAstroPack/mollweide.h
r1811 r3572 1 1 #ifndef MOLLWEIDE_H_SEEN 2 2 #define MOLLWEIDE_H_SEEN 3 double MollWeide_XY(double longitude,double latitude,double * xmoll,double*ymoll);4 double MollWeide_LL(double xmoll,double ymoll,double * longitude,double*latitude);3 double MollWeide_XY(double longitude,double latitude,double& xmoll,double& ymoll); 4 double MollWeide_LL(double xmoll,double ymoll,double& longitude,double& latitude); 5 5 #endif -
trunk/SophyaExt/XAstroPack/tstmollweide.cc
r2743 r3572 20 20 a = 2.*tvrai+sin(2.*tvrai); 21 21 lat = asin(a/M_PI); 22 tcalc = MollWeide_XY(0.,lat, &x,&y);22 tcalc = MollWeide_XY(0.,lat,x,y); 23 23 if(fabs(tcalc-tvrai)>tll) {tll = fabs(tcalc-tvrai); txy=tvrai;} 24 24 if(file) fprintf(file,"%e %e %e %e\n",tvrai,tcalc,a,tcalc-tvrai); … … 28 28 29 29 for(lon=0.;lon<360.;lon+=2.5) for(lat=-90.;lat<=90.1;lat+=2.5) { 30 txy = MollWeide_XY(lon*M_PI/180.,lat*M_PI/180., &x,&y);31 tll = MollWeide_LL(x,y, &longitude,&latitude);30 txy = MollWeide_XY(lon*M_PI/180.,lat*M_PI/180.,x,y); 31 tll = MollWeide_LL(x,y,longitude,latitude); 32 32 longitude *= 180./M_PI; 33 33 latitude *= 180./M_PI; -
trunk/SophyaLib/BaseTools/dvlist.cc
r3233 r3572 115 115 /* --Methode-- */ 116 116 /*! Copy constructor - Object initialized using the PPF file \b flnm */ 117 DVList::DVList(c har *flnm)117 DVList::DVList(const char *flnm) 118 118 { 119 119 PInPersist s(flnm); … … 192 192 // int_8 GetI(string const& key, int_8 def=-1) 193 193 // r_8 GetD(string const& key, r_8 def=-9.e19) 194 // string GetS(string const& key, c har* def="")194 // string GetS(string const& key, const char* def="") 195 195 // Retourne la valeur de la variable de nom "key" et de type entier, réél, 196 196 // chaine de caracteres. … … 245 245 /*! Returns the value corresponding to name \b key, converted to string 246 246 Default value \b def is returned if name \b key not found */ 247 string DVList::GetS(string const& key, c har* def) const247 string DVList::GetS(string const& key, const char* def) const 248 248 { 249 249 ValList::const_iterator it = mvlist.find(key); … … 265 265 // void SetD(string const& key, r_8 val) 266 266 // void SetZ(string const& key, complex<r_8> val) 267 // void SetS(string const& key, c har* val)267 // void SetS(string const& key, const char* val) 268 268 // void SetS(string const& key, string val) 269 269 // Crée la variable de nom "key", de type entier, double, complexe, string et … … 322 322 /* --Methode-- */ 323 323 /*! Appends or sets the string value \b val in the list with name \b key */ 324 void DVList::SetS(string const& key, c har const* val)324 void DVList::SetS(string const& key, const char * val) 325 325 { 326 326 MuTyV div(val); -
trunk/SophyaLib/BaseTools/dvlist.h
r2826 r3572 25 25 DVList(); 26 26 DVList(const DVList&); 27 DVList(c har *flnm);27 DVList(const char *flnm); 28 28 29 29 virtual ~DVList(); … … 35 35 36 36 //! Returns the number of elements (variables) in DVList object 37 inline int Size(){ return(mvlist.size()); }37 inline size_t Size() const { return(mvlist.size()); } 38 38 //! Returns the number of elements (variables) in DVList object 39 inline int NVar(){ return(mvlist.size()); }39 inline size_t NVar() const { return(mvlist.size()); } 40 40 41 41 int_8 GetI(string const& key, int_8 def=-1) const; 42 42 r_8 GetD(string const& key, r_8 def=-9.e19) const; 43 43 complex<r_8> GetZ(string const& key, complex<r_8> def=-9.e19) const; 44 string GetS(string const& key, c har* def="") const;44 string GetS(string const& key, const char* def="") const; 45 45 string GetComment(string const& key) const; 46 46 … … 51 51 void SetD(string const& key, r_8 val); 52 52 void SetZ(string const& key, complex<r_8> val); 53 void SetS(string const& key, c har const* val);53 void SetS(string const& key, const char * val); 54 54 void SetS(string const& key, string const& val); 55 55 void SetT(string const& key, TimeStamp const& val); -
trunk/SophyaLib/BaseTools/ppfbinstream.cc
r3525 r3572 511 511 GetI8(i8); // nb objets toplevel 512 512 GetU8(ui8); // nb de nametag 513 for( intkt=0; kt<ui8; kt++) {513 for(uint_8 kt=0; kt<ui8; kt++) { 514 514 GetRawI4(i4); 515 515 s->seekg(i4,ios::cur); … … 994 994 int_4 tsz; 995 995 GetRawI4(tsz); 996 if (tsz != sz)996 if (tsz != (int_4)sz) 997 997 throw FileFormatExc("PPFBinaryInputStream::GetPosTagTable Size mismatch "); 998 998 for(int kk=0; kk<tsz; kk++) … … 1036 1036 // Pour indenter lors de l'impression 1037 1037 #define _MXINDENT_ 10 1038 c har * indents[_MXINDENT_+1] = {""," ", " ", " ", " ", " ",1038 const char * indents[_MXINDENT_+1] = {""," ", " ", " ", " ", " ", 1039 1039 " ", " ", " ", 1040 1040 " ", " "}; … … 1150 1150 GetI8s(stats,8); 1151 1151 GetRawU8(ui8); // nb de nametag 1152 for( intkt=0; kt<ui8; kt++) {1152 for(uint_8 kt=0; kt<ui8; kt++) { 1153 1153 string tname; 1154 1154 GetRawI8(i8); -
trunk/SophyaLib/BaseTools/sophyainit.cc
r3532 r3572 193 193 double SophyaInitiator::GetVersion(string& svers) 194 194 { 195 c har* compiler = 0;195 const char* compiler = 0; 196 196 #ifdef __GNUG__ 197 197 compiler = "gcc " __VERSION__; -
trunk/SophyaLib/BaseTools/sversion.h
r3532 r3572 3 3 4 4 #define SOPHYA_VERSION 2.1 5 #define SOPHYA_REVISION 256 #define SOPHYA_TAG "V_ Sep2008"5 #define SOPHYA_REVISION 30 6 #define SOPHYA_TAG "V_Fev2009" 7 7 8 8 #endif -
trunk/SophyaLib/HiStats/Makefile
r3407 r3572 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)hist2err.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)hist2err.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o 7 7 rm -f $(SOPHYALIBP)libHiStats.a 8 8 9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)hist2err.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)hist2err.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist … … 228 228 $(SOPHYAINCP)utils.h hisprof.h histerr.h \ 229 229 hist2err.h $(SOPHYAINCP)tmatrix.h ntuple.h \ 230 ntupintf.h $(SOPHYAINCP)dvlist.h xntuple.h \ 231 datatable.h basedtable.h \ 232 $(SOPHYAINCP)segdatablock.h \ 230 ntupintf.h $(SOPHYAINCP)dvlist.h datatable.h \ 231 basedtable.h $(SOPHYAINCP)segdatablock.h \ 233 232 $(SOPHYAINCP)thsafeop.h swppfdtable.h \ 234 233 $(SOPHYAINCP)swsegdb.h \ … … 384 383 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swppfdtable.cc 385 384 386 $(SOPHYAOBJP)xntuple.o: xntuple.cc $(SOPHYAINCP)ppersist.h \387 $(SOPHYAINCP)machdefs.h \388 $(SOPHYAINCP)pexceptions.h \389 $(SOPHYAINCP)gnumd5.h \390 $(SOPHYAINCP)ppfbinstream.h \391 $(SOPHYAINCP)rawstream.h \392 $(SOPHYAINCP)ppfnametag.h \393 $(SOPHYAINCP)ppersist.h \394 $(SOPHYAINCP)perrors.h xntuple.h \395 $(SOPHYAINCP)machdefs.h ntupintf.h \396 $(SOPHYAINCP)dvlist.h \397 $(SOPHYAINCP)objfio.h \398 $(SOPHYAINCP)anydataobj.h \399 $(SOPHYAINCP)mutyv.h \400 $(SOPHYAINCP)timestamp.h \401 $(SOPHYAINCP)objfio.h402 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ xntuple.cc403 -
trunk/SophyaLib/HiStats/histats.h
r3140 r3572 9 9 #include "hist2err.h" 10 10 #include "ntuple.h" 11 #include "xntuple.h"12 11 #include "datatable.h" 13 12 #include "swppfdtable.h" -
trunk/SophyaLib/HiStats/histinit.cc
r3169 r3572 12 12 #include "hist2err.h" 13 13 #include "ntuple.h" 14 #include "xntuple.h"15 14 #include "datatable.h" 16 15 #include "swppfdtable.h" … … 39 38 - Histo2DErr 40 39 - NTuple 41 - XNTuple42 40 - DataTable 43 41 - SwPPFDataTable … … 70 68 PPRegister(ObjFileIO<NTuple>); 71 69 DObjRegister(ObjFileIO<NTuple>, NTuple); 72 PPRegister(ObjFileIO<XNTuple>);73 DObjRegister(ObjFileIO<XNTuple>, XNTuple);74 70 75 71 PPRegister(ObjFileIO<BaseDataTable>); -
trunk/SophyaLib/HiStats/histos.cc
r3236 r3572 1550 1550 1551 1551 // Ecriture entete pour identifier facilement 1552 sprintf(strg,"V_2 mBins=%6d NEnt=%15 derrok=%1d",dobj->mBins,dobj->nEntries,errok);1552 sprintf(strg,"V_2 mBins=%6d NEnt=%15llu errok=%1d",dobj->mBins,dobj->nEntries,errok); 1553 1553 os.PutLine(strg); 1554 1554 sprintf(strg,"binw=%g mMin=%g mMax=%g",dobj->binWidth,dobj->mMin,dobj->mMax); -
trunk/SophyaLib/HiStats/ntuple.cc
r3392 r3572 26 26 #include "ntuple.h" 27 27 // ... 28 c har * names[3] = {"XPos", "YPos", "Val"};28 const char * names[3] = {"XPos", "YPos", "Val"}; 29 29 // NTuple (Table) creation with 3 columns (double precision) 30 30 NTuple nt(3, names); … … 73 73 74 74 75 //! Constructor with specification of number of columns and column name 75 //! Constructor with specification of number of columns and column names 76 76 /*! 77 77 \param nvar : Number of columns in the table 78 \param noms : Array of column names (length(name) < 8 characters)78 \param noms : Array of column names 79 79 \param blk : Optional argument specifying number of table lines 80 80 in a given data block … … 90 90 //-- 91 91 { 92 mNVar = mNEnt = mBlk = mNBlk = 0; 93 mVar = NULL; 94 mVarD = NULL; 95 mInfo = NULL; 96 mThS = NULL; 97 if (nvar <= 0) throw ParmError("NTuple::NTuple(nvar<=0) "); 98 mNVar = nvar; 99 mVar = new r_4[nvar]; 100 mVarD = new r_8[nvar]; 101 if (blk < 10) blk = 10; 102 mBlk = blk; 103 104 if (fgdouble) { 105 r_8* pt = new r_8[nvar*blk]; 106 mNBlk = 1; 107 mPtrD.push_back(pt); 108 mFgDouble = true; 109 } 110 else { 111 r_4* pt = new r_4[nvar*blk]; 112 mNBlk = 1; 113 mPtr.push_back(pt); 114 mFgDouble = false; 115 } 92 if (nvar <= 0) throw ParmError("NTuple::NTuple(nvar<=0) with char** noms"); 93 Initialize(nvar,blk,fgdouble); 116 94 for(int i=0; i<nvar; i++) mNames.push_back(noms[i]); 117 95 return; 118 96 } 119 97 120 //! Constructor with specification of number of columns and column name 98 99 //! Constructor with specification of number of columns and column names 100 /*! 101 \param nvar : Number of columns in the table 102 \param noms : Array of column names 103 \param blk : Optional argument specifying number of table lines 104 in a given data block 105 \param fgdouble : if \b true: internal data kept as double precision values (r_8), 106 simple precision (r_4) otherwise 107 */ 108 //++ 109 NTuple::NTuple(int nvar, const char** noms, int blk, bool fgdouble) 110 // 111 // Createur d'un ntuple de `nvar' variables dont les 112 // noms sont dans le tableau de chaines de caracteres `noms' 113 // avec `blk' d'evenements par blocks. 114 //-- 115 { 116 if (nvar <= 0) throw ParmError("NTuple::NTuple(nvar<=0) with const char** noms"); 117 Initialize(nvar,blk,fgdouble); 118 for(int i=0; i<nvar; i++) mNames.push_back(noms[i]); 119 return; 120 } 121 122 //! Constructor with specification of number of columns and column names as a string vector 121 123 /*! 122 124 \param noms : Array of column names (length(name) < 8 characters) … … 128 130 NTuple::NTuple(vector<string>& noms, int blk, bool fgdouble) 129 131 { 132 int nvar = noms.size(); 133 if (nvar <= 0) throw ParmError("NTuple::NTuple(nvar<=0) with vector<string>& noms"); 134 Initialize(nvar,blk,fgdouble); 135 for(int i=0; i<nvar; i++) mNames.push_back(noms[i]); 136 return; 137 } 138 139 140 /* --Methode-- */ 141 /* Initialisation pour Createurs (fonction privee) */ 142 void NTuple::Initialize(int nvar, int blk, bool fgdouble) 143 { 130 144 mNVar = mNEnt = mBlk = mNBlk = 0; 131 145 mVar = NULL; … … 133 147 mInfo = NULL; 134 148 mThS = NULL; 135 int nvar = noms.size();136 if (nvar <= 0) throw ParmError("NTuple::NTuple(nvar<=0) ");137 149 mNVar = nvar; 138 150 mVar = new r_4[nvar]; … … 153 165 mFgDouble = false; 154 166 } 155 for(int i=0; i<nvar; i++) mNames.push_back(noms[i]); 167 156 168 return; 157 169 } … … 206 218 Clean(); 207 219 } 220 208 221 /* --Methode-- */ 209 222 /*! … … 494 507 //-- 495 508 { 496 c har * tt = "float";509 const char * tt = "float"; 497 510 if (mFgDouble) tt = "double"; 498 511 os << "NTuple T=" << tt << " : NVar= " << mNVar << " NEnt=" << mNEnt -
trunk/SophyaLib/HiStats/ntuple.h
r3392 r3572 30 30 NTuple(); 31 31 NTuple(int nvar, char** noms, int blk=512, bool fgdouble=true); 32 NTuple(int nvar, const char** noms, int blk=512, bool fgdouble=true); 32 33 NTuple(vector<string>& noms, int blk=512, bool fgdouble=true); 33 34 NTuple(const NTuple& NT); … … 96 97 97 98 private: 99 void Initialize(int nvar, int blk, bool fgdouble); 98 100 void Clean(); 99 101 -
trunk/SophyaLib/HiStats/objlist.list
r3121 r3572 12 12 proxtuple.o 13 13 swppfdtable.o 14 xntuple.o -
trunk/SophyaLib/HiStats/proxtuple.cc
r2615 r3572 41 41 if (_tuple==0) { 42 42 char** names=new char* [N]; 43 for (int i=0;i<N;i++) names[i]=const_cast<char *>(_name[i].c_str());43 for (int i=0;i<N;i++) names[i]=const_cast<char *>(_name[i].c_str()); 44 44 _tuple=new NTuple(N,names); 45 45 delete[] names; … … 52 52 _val.clear(); 53 53 54 55 54 } -
trunk/SophyaLib/HiStats/smakefile
r3407 r3572 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)hist2err.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)hist2err.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o 7 7 rm -f $(SOPHYALIBP)libHiStats.a 8 8 9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)hist2err.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)hist2err.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist … … 228 228 $(SOPHYAINCP)utils.h hisprof.h histerr.h \ 229 229 hist2err.h $(SOPHYAINCP)tmatrix.h ntuple.h \ 230 ntupintf.h $(SOPHYAINCP)dvlist.h xntuple.h \ 231 datatable.h basedtable.h \ 232 $(SOPHYAINCP)segdatablock.h \ 230 ntupintf.h $(SOPHYAINCP)dvlist.h datatable.h \ 231 basedtable.h $(SOPHYAINCP)segdatablock.h \ 233 232 $(SOPHYAINCP)thsafeop.h swppfdtable.h \ 234 233 $(SOPHYAINCP)swsegdb.h \ … … 384 383 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swppfdtable.cc 385 384 386 $(SOPHYAOBJP)xntuple.o: xntuple.cc $(SOPHYAINCP)ppersist.h \387 $(SOPHYAINCP)machdefs.h \388 $(SOPHYAINCP)pexceptions.h \389 $(SOPHYAINCP)gnumd5.h \390 $(SOPHYAINCP)ppfbinstream.h \391 $(SOPHYAINCP)rawstream.h \392 $(SOPHYAINCP)ppfnametag.h \393 $(SOPHYAINCP)ppersist.h \394 $(SOPHYAINCP)perrors.h xntuple.h \395 $(SOPHYAINCP)machdefs.h ntupintf.h \396 $(SOPHYAINCP)dvlist.h \397 $(SOPHYAINCP)objfio.h \398 $(SOPHYAINCP)anydataobj.h \399 $(SOPHYAINCP)mutyv.h \400 $(SOPHYAINCP)timestamp.h \401 $(SOPHYAINCP)objfio.h402 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ xntuple.cc403 -
trunk/SophyaLib/NTools/Makefile
r3406 r3572 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)generalfunc.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP) tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o6 rm -f $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)generalfunc.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)slinparbuff.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o 7 7 rm -f $(SOPHYALIBP)libNTools.a 8 8 9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)generalfunc.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP) tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)generalfunc.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)slinparbuff.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist … … 39 39 $(SOPHYAINCP)matharr.h \ 40 40 $(SOPHYAINCP)fioarr.h \ 41 $(SOPHYAINCP)sopemtx.h fftservintf.h \ 41 $(SOPHYAINCP)sopemtx.h \ 42 $(SOPHYAINCP)arrctcast.h fftservintf.h \ 42 43 $(SOPHYAINCP)pexceptions.h \ 43 44 $(SOPHYAINCP)tmatrix.h \ … … 640 641 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplex.cc 641 642 643 $(SOPHYAOBJP)slinparbuff.o: slinparbuff.cc \ 644 $(SOPHYAINCP)machdefs.h \ 645 $(SOPHYAINCP)pexceptions.h \ 646 $(SOPHYAINCP)machdefs.h slinparbuff.h 647 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ slinparbuff.cc 648 642 649 $(SOPHYAOBJP)tabmath.o: tabmath.cc $(SOPHYAINCP)sopnamsp.h \ 643 650 $(SOPHYAINCP)machdefs.h tabmath.h peida.h \ … … 677 684 $(SOPHYAINCP)matharr.h \ 678 685 $(SOPHYAINCP)fioarr.h \ 679 $(SOPHYAINCP)sopemtx.h fftservintf.h \ 686 $(SOPHYAINCP)sopemtx.h \ 687 $(SOPHYAINCP)arrctcast.h fftservintf.h \ 680 688 $(SOPHYAINCP)pexceptions.h \ 681 689 $(SOPHYAINCP)tmatrix.h \ -
trunk/SophyaLib/NTools/datatypes.cc
r2615 r3572 9 9 10 10 /* Nouvelle-Fonction */ 11 c har * DataName(PBaseDataTypes typ)11 const char * DataName(PBaseDataTypes typ) 12 12 { 13 13 switch (typ) … … 33 33 34 34 /* Nouvelle-Fonction */ 35 c har * DataLongName(PBaseDataTypes typ)35 const char * DataLongName(PBaseDataTypes typ) 36 36 { 37 37 switch (typ) -
trunk/SophyaLib/NTools/datatypes.h
r244 r3572 23 23 inline PBaseDataTypes DataType(r_8) {return kr_8;} 24 24 25 c har * DataName(PBaseDataTypes);26 c har * DataLongName(PBaseDataTypes);25 const char * DataName(PBaseDataTypes); 26 const char * DataLongName(PBaseDataTypes); 27 27 int DataSize(PBaseDataTypes); 28 28 -
trunk/SophyaLib/NTools/dates.cc
r2808 r3572 39 39 TimeZone::TimeZone() 40 40 { 41 c har* p = getenv("ACQ_TZ");41 const char* p = getenv("ACQ_TZ"); 42 42 #if defined(__DECCXX) || defined(__KCC__) || defined(__aCC__) 43 43 if (!p) p = const_cast<char *>("France"); -
trunk/SophyaLib/NTools/functab.cc
r2618 r3572 53 53 Dx = (r_8)(XMax-XMin)/(r_8)(NTab-1); 54 54 Tabul = new r_8[NTab+2]; 55 for( int_4 i=0;i<NTab+2;i++) Tabul[i] = 0.;55 for(uint_4 i=0;i<NTab+2;i++) Tabul[i] = 0.; 56 56 PInterpL = PInterpP[0] = PInterpP[1] = NULL; 57 57 if(!Tabul) return; 58 for( int_4 i=0;i<NTab;i++) Tabul[i+1] = func(XMin + i*Dx);58 for(uint_4 i=0;i<NTab;i++) Tabul[i+1] = func(XMin + i*Dx); 59 59 Tabul[0] = Tabul[1]; 60 60 Tabul[NTab+1] = Tabul[NTab]; … … 106 106 if(PInterpL) delete [] PInterpL; 107 107 PInterpL = new r_8[NTab+2]; 108 for( int_4 i=0;i<NTab+1;i++)108 for(uint_4 i=0;i<NTab+1;i++) 109 109 PInterpL[i] = (Tabul[i+1]-Tabul[i])/Dx; 110 110 PInterpL[NTab+1] = 0.; … … 116 116 PInterpP[0] = new r_8[NTab+2]; 117 117 PInterpP[1] = new r_8[NTab+2]; 118 for( int_4 i=1;i<=NTab;i++) {118 for(uint_4 i=1;i<=NTab;i++) { 119 119 PInterpP[0][i] = (Tabul[i+1]+Tabul[i-1]-2.*Tabul[i])/(2.*Dx*Dx); 120 120 PInterpP[1][i] = (Tabul[i+1]-Tabul[i-1])/(2.*Dx); -
trunk/SophyaLib/NTools/generalfit.cc
r3205 r3572 279 279 Pour ecrire les iterations dans le fichier filename 280 280 */ 281 void GeneralFit::WriteStep(c har *filename)281 void GeneralFit::WriteStep(const char *filename) 282 282 { 283 283 -
trunk/SophyaLib/NTools/generalfit.h
r3083 r3572 53 53 ~GeneralFit(); 54 54 55 void WriteStep(c har *filename = NULL);55 void WriteStep(const char *filename = NULL); 56 56 void SetDebug(int level = 0); 57 57 void SetMaxStep(int n = 100); -
trunk/SophyaLib/NTools/ntools.h
r1316 r3572 15 15 #include "poly.h" 16 16 #include "datatypes.h" 17 #include "slinparbuff.h" 17 18 18 19 #include "cimage.h" -
trunk/SophyaLib/NTools/objlist.list
r3083 r3572 31 31 simplesort.o 32 32 simplex.o 33 slinparbuff.o 33 34 tabmath.o 34 35 toeplitzMatrix.o -
trunk/SophyaLib/NTools/pclassids.h
r2602 r3572 30 30 ClassId_HistoErr = 0x0204, 31 31 ClassId_NTuple = 0x0210, 32 ClassId_XNTuple = 0x0211,33 32 34 33 ClassId_GeneralFitData = 0x0290, -
trunk/SophyaLib/NTools/poly.cc
r3235 r3572 710 710 Poly2& Poly2::operator *= (double a) 711 711 { 712 for ( uint_4 i=0; i<NElts(); i++) Element(i) *= a;712 for (int_4 i=0; i<NElts(); i++) Element(i) *= a; 713 713 return *this; 714 714 } -
trunk/SophyaLib/NTools/simplex.cc
r2808 r3572 366 366 int ilo, ihi, inhi; 367 367 int move = 0; 368 c har* smov[6] = { "None", "Reflection", "ReflecExpand", "ContractHigh", "ContractLow", "ExpandHigh" };368 const char* smov[6] = { "None", "Reflection", "ReflecExpand", "ContractHigh", "ContractLow", "ExpandHigh" }; 369 369 int movcnt[6] = {0,0,0,0,0,0}; 370 370 … … 511 511 int MinZSimplex::StopReason(string& s) 512 512 { 513 c har* sr[5] = { "NoConverg, MaxIterReached", "OK, fm<Tol0", "OK, Df/f<Tol1",513 const char* sr[5] = { "NoConverg, MaxIterReached", "OK, fm<Tol0", "OK, Df/f<Tol1", 514 514 "OK, [Df/f max]Iter<Tol2" "Error - Wrong StopReason" }; 515 515 int stop = mStop; -
trunk/SophyaLib/NTools/slinparbuff.h
r2322 r3572 1 #include "machdefs.h"2 #include <iostream>3 #include <stdlib.h>4 #include <stdio.h>5 #include <math.h>6 #include <algorithm>7 1 #include "pexceptions.h" 8 2 … … 17 11 friend class SLinParBuffMerger; 18 12 19 //***************************************************************** 20 SLinParBuff(uint_4 lenbuf,uint_4 nresynch=0 21 ,r_8 x0=0.,r_8 y0=0.,bool autoxy0=false) 22 // ---- Createur 23 { 24 if(lenbuf==0) throw RangeCheckError("SLinParBuff: lenbuf==0 !"); 25 mLenBuf = lenbuf; 26 mNResynch = nresynch; 27 mX = new r_8[mLenBuf]; mY = new r_8[mLenBuf]; 28 mX0 = x0; mY0 = y0; mAutoXY0 = autoxy0; 29 Reset(); 30 } 13 SLinParBuff(uint_4 lenbuf,uint_4 nresynch=0,r_8 x0=0.,r_8 y0=0.,bool autoxy0=false); 14 SLinParBuff(SLinParBuff& slp); 15 SLinParBuff(void); 16 virtual ~SLinParBuff(); 31 17 32 SLinParBuff(SLinParBuff& slp) 33 // ---- Createur par copie 34 { 35 mLenBuf = slp.mLenBuf; 36 mNResynch = slp.mNResynch; 18 void GetX0Y0(r_8& x0,r_8& y0); 19 bool GetAutoX0Y0(); 20 void SetX0Y0(r_8 x0=0.,r_8 y0=0.); 21 void SetAutoX0Y0(bool autoxy0=false); 37 22 38 mX = mY = NULL; 39 if(mLenBuf) { 40 mX = new r_8[mLenBuf]; mY = new r_8[mLenBuf]; 41 for(uint_4 i=0;i<mLenBuf;i++) {mX[i]=slp.mX[i]; mY[i]=slp.mY[i];} 42 } 43 44 mX0 = slp.mX0; mY0 = slp.mY0; mAutoXY0 = slp.mAutoXY0; 45 mNCur = slp.mNCur; mIDeb = slp.mIDeb; mIResynch = slp.mIResynch; 46 mNResynchEff = slp.mNResynchEff; mNPush = slp.mNPush; mNPop = slp.mNPop; 47 48 mSx = slp.mSx; mSy = slp.mSy; 49 mSx2 = slp.mSx2; mSy2 = slp.mSy2; mSxy = slp.mSxy; 50 mSx3 = slp.mSx3; mSx2y = slp.mSx2y; 51 mSx4 = slp.mSx4; 52 } 53 54 SLinParBuff(void) 55 // ---- Createur par defaut 56 { 57 mLenBuf = 0; mNResynch = 0; 58 mX = mY = NULL; 59 mX0 = mY0 = 0.; mAutoXY0 = false; 60 Reset(); 61 } 62 63 virtual ~SLinParBuff() 64 // ---- Destructeur 65 { 66 if(mX) delete [] mX; if(mY) delete [] mY; 67 } 68 69 //***************************************************************** 70 inline void GetX0Y0(r_8& x0,r_8& y0) {x0 = mX0; y0 = mY0;} 71 inline bool GetAutoX0Y0() {return mAutoXY0;} 72 73 inline void SetX0Y0(r_8 x0=0.,r_8 y0=0.) 74 // ---- Stabilite numerique, centrage des x,y en mX0,mY0 75 { 76 mX0 = x0; mY0 = y0; mAutoXY0 = false; 77 ReComputeSum(); 78 } 79 80 inline void SetAutoX0Y0(bool autoxy0=false) 81 // ---- Stabilite numerique, centrage automatique a <x> et <y> 82 // a chaque ReComputeSum 83 { 84 mAutoXY0 = autoxy0; 85 ReComputeSum(); 86 } 87 88 inline void Reset(void) 89 // ---- Reset des sommes et des compteurs 90 { 91 mSx=mSy=mSx2=mSy2=mSxy=mSx3=mSx2y=mSx4=0.; 92 mNCur = mIDeb = mIResynch = mNResynchEff = mNPush = mNPop = 0; 93 //if(mX) for(uint_4 i=0;i<mLenBuf;i++) mX[i] = 0.; 94 //if(mY) for(uint_4 i=0;i<mLenBuf;i++) mY[i] = 0.; 95 } 96 97 //***************************************************************** 98 inline uint_4 Pop(void) 99 // ---- Pour enlever la donnee la plus ancienne 100 { 101 if(mNCur==0) return mNCur; 102 r_8 x=mX[mIDeb]-mX0, y=mY[mIDeb]-mY0; r_8 x2 = x*x; 103 mSx -= x; mSy -= y; 104 mSx2 -= x2; mSy2 -= y*y; mSxy -= x*y; 105 mSx3 -= x2*x; mSx2y -= x2*y; 106 mSx4 -= x2*x2; 107 mNCur--; mNPop++; 108 if(mNCur==0) {Reset(); return mNCur;} 109 mIDeb++; if(mIDeb==mLenBuf) mIDeb=0; 110 return mNCur; 111 } 112 113 inline uint_4 Push(r_8 x,r_8 y) 114 // ---- Pour ajouter une donnee, la donnee la plus ancienne 115 // est enlevee si le buffer est deja plein. 116 { 117 uint_4 ifill; 118 if(mNCur==mLenBuf) { 119 r_8 X=mX[mIDeb]-mX0, Y=mY[mIDeb]-mY0; r_8 X2 = X*X; 120 mSx -= X; mSy -=Y; 121 mSx2 -= X2; mSy2 -=Y*Y; mSxy -= X*Y; 122 mSx3 -= X2*X; mSx2y -=X*X*Y; 123 mSx4 -= X2*X2; 124 ifill = mIDeb; 125 mIDeb++; if(mIDeb==mLenBuf) mIDeb=0; 126 } else { 127 ifill = (mIDeb+mNCur)%mLenBuf; 128 mNCur++; 129 } 130 mX[ifill] = x; mY[ifill] = y; 131 x -= mX0; y -= mY0; r_8 x2 = x*x; 132 mSx += x; mSy += y; 133 mSx2 += x2; mSy2 += y*y; mSxy += x*y; 134 mSx3 += x2*x; mSx2y += x2*y; 135 mSx4 += x2*x2; 136 mNPush++; 137 // Il faut re-synchroniser pour eviter les derives numeriques 138 mIResynch++; if(mIResynch == mNResynch) ReComputeSum(); 139 return mNCur; 140 } 141 142 //***************************************************************** 143 inline uint_4 ReComputeSum(void) 144 // ---- Pour re-synchroniser (eviter les derives numeriques). 145 { 146 if(mNCur==0) return 0; 147 // Re-centrage automatique a la moyenne demande: 148 // Attention, mSx = sum(x-mX0) ==> nouvel mX0 = mSx/N + mX0(ancien) 149 if(mAutoXY0) {mX0 = mSx/(r_8)mNCur + mX0; mY0 = mSy/(r_8)mNCur + mY0;} 150 mSx=mSy=mSx2=mSy2=mSxy=mSx3=mSx2y=mSx4=0.; 151 for(uint_4 i=mIDeb;i<mIDeb+mNCur;i++) { 152 uint_4 ii = i%mLenBuf; 153 r_8 x=mX[ii]-mX0, y=mY[ii]-mY0; r_8 x2 = x*x; 154 mSx += x; mSy += y; 155 mSx2 += x2; mSy2 += y*y; mSxy += x*y; 156 mSx3 += x2*x; mSx2y += x2*y; 157 mSx4 += x2*x2; 158 } 159 mIResynch=0; 160 mNResynchEff++; 161 return mNCur; 162 } 163 164 //***************************************************************** 165 // ---- Retourne le nombre de points 23 void Reset(void); 24 uint_4 Pop(void); 25 uint_4 Push(r_8 x,r_8 y); 166 26 inline uint_4 NPoints(void) {return mNCur;} 167 27 168 inline r_8 Compute(r_8& mean,bool recomputeXi2=false) 169 // ---- Calcul <y>, Var(y) 170 // recomputeXi2=true : recalcule le xi2 (sigma) avec la courbe et les points 171 { 172 mean=0.; 173 if(mNCur==0) return -1.; 174 // Moyenne 175 mean = mSy/(r_8) mNCur; 176 // Sigma 177 r_8 sigma; 178 if(recomputeXi2) { 179 sigma=0.; 180 for(uint_4 i=mIDeb;i<mIDeb+mNCur;i++) { 181 uint_4 ii = i%mLenBuf; 182 r_8 s = mean - (mY[ii]-mY0); 183 sigma += s*s; 184 } 185 sigma /= (r_8) mNCur; 186 } else { 187 sigma = mSy2/(r_8) mNCur - mean*mean; 188 } 189 // gestion du decalage 190 mean += mY0; 28 r_8 SumX(void) {return mSx+mNCur*mX0;} 29 r_8 SumY(void) {return mSy+mNCur*mY0;} 191 30 192 if(sigma>0.) return sqrt(sigma);193 if(sigma<0.) return -sqrt(-sigma);194 return sigma;195 }31 uint_4 ReComputeSum(void); 32 r_8 Compute(r_8& mean,bool recomputeXi2=false); 33 r_8 Compute(r_8& a0,r_8 &a1,bool recomputeXi2=false); 34 r_8 Compute(r_8& a0,r_8 &a1,r_8 &a2,bool recomputeXi2=false); 196 35 197 inline r_8 Compute(r_8& a0,r_8 &a1,bool recomputeXi2=false) 198 // ---- Calcul y=a0+a1*x et slin=Var(y-(a0+a1*x))=sqrt(<dy^2>) 199 // recomputeXi2=true : recalcule le xi2 avec la courbe et les points 200 { 201 a0=a1=0.; 202 if(mNCur==0) return -1.; 203 // Fit lineaire 204 r_8 w = mNCur*mSx2 - mSx*mSx; 205 if(w==0. || mNCur==1) return -2.; 206 a0 = (mSx2*mSy - mSx*mSxy)/w; 207 a1 = (mNCur*mSxy - mSx*mSy )/w; 208 // Sigma par rapport Fit lineaire 209 // (On a XI2=mNCur*slin**2 dans notre cas ou les erreurs=1) 210 r_8 slin; 211 if(recomputeXi2) { 212 slin=0.; 213 for(uint_4 i=mIDeb;i<mIDeb+mNCur;i++) { 214 uint_4 ii = i%mLenBuf; 215 r_8 s = a0+a1*(mX[ii]-mX0) - (mY[ii]-mY0); 216 slin += s*s; 217 } 218 slin /= (r_8) mNCur; 219 } else { 220 slin = (mSy2 +a0*a0*mNCur +a1*a1*mSx2 -2.*a0*mSy -2.*a1*mSxy +2.*a0*a1*mSx) 221 / (r_8)mNCur; 222 } 223 // gestion du decalage y-y0 = a0 + a1*(x-x0) 224 a0 = mY0 + a0 - a1*mX0; 225 226 if(slin>0.) return sqrt(slin); 227 if(slin<0.) return -sqrt(-slin); 228 return slin; 229 } 230 231 inline r_8 Compute(r_8& a0,r_8 &a1,r_8 &a2,bool recomputeXi2=false) 232 // ---- Calcul y=a0+a1*x+a2*x^2 et spar=Var(y-(a0+a1*x+a2*x^2))=sqrt(<dy^2>) 233 // recomputeXi2=true : recalcule le xi2 avec la courbe et les points 234 { 235 a0=a1=a2=0.; 236 if(mNCur==0) return -1.; 237 // Fit parabolique 238 r_8 w = mSx2*(mSx2*mSx2-mSx3*mSx) -mSx*(mSx3*mSx2-mSx4*mSx) +mNCur*(mSx3*mSx3-mSx4*mSx2); 239 if(w==0. || mNCur<=2) return -2.; 240 a2 = (mSy*(mSx2*mSx2-mSx3*mSx) - mSxy*(mSx*mSx2-mSx3*mNCur) + mSx2y*(mSx*mSx-mSx2*mNCur) )/w; 241 a1 = -(mSy*(mSx3*mSx2-mSx4*mSx) - mSxy*(mSx2*mSx2-mSx4*mNCur) + mSx2y*(mSx2*mSx-mSx3*mNCur))/w; 242 a0 = (mSy*(mSx3*mSx3-mSx4*mSx2) - mSxy*(mSx2*mSx3-mSx4*mSx) + mSx2y*(mSx2*mSx2-mSx3*mSx) )/w; 243 // Sigma par rapport Fit parabolique 244 // (On a XI2=mNCur*spar**2 dans notre cas ou les erreurs=1) 245 // Le calcul direct du Xi2 n'est pas precis 246 r_8 spar; 247 if(recomputeXi2) { 248 spar=0.; 249 for(uint_4 i=mIDeb;i<mIDeb+mNCur;i++) { 250 uint_4 ii = i%mLenBuf; 251 r_8 s = a0+(a1+a2*(mX[ii]-mX0))*(mX[ii]-mX0) - (mY[ii]-mY0); 252 spar += s*s; 253 } 254 spar /= (r_8) mNCur; 255 } else { 256 spar = (mSy2 +a0*a0*mNCur +a1*a1*mSx2 +a2*a2*mSx4 -2.*mSy*a0 -2.*a1*mSxy 257 -2.*a2*mSx2y +2.*a0*a1*mSx +2.*a0*a2*mSx2 +2.*a1*a2*mSx3) 258 / (r_8) mNCur; 259 } 260 // gestion du decalage y-y0 = a0 + a1*(x-x0) + a2*(x-x0)^2 261 a0 = mY0 + a0 - a1*mX0 + a2*mX0*mX0; 262 a1 = a1 - 2.*a2*mX0; 263 264 if(spar>0.) return sqrt(spar); 265 if(spar<0.) return -sqrt(-spar); 266 return spar; 267 } 268 269 //***************************************************************** 270 void Print(int lp=0) 271 // ---- Print de l'etat de la classe 272 // lp = 0 : parametres 273 // 1 : + sommes 274 // 2 : + tableaux 275 { 276 cout<<"SLinParBuff(LenBuf="<<mLenBuf<<",NResynch="<<mNResynch 277 <<",auto_xy0="<<mAutoXY0 278 <<"): mX0="<<mX0<<" mY0="<<mY0<<" mNCur="<<mNCur<<endl 279 <<" NPush="<<mNPush<<" NPop="<<mNPop 280 <<" NSynchro="<<mNResynchEff<<endl; 281 if(mNCur==0) return; 282 if(lp>=2) { 283 cout<<"X:"; 284 if(mX) for(uint_4 i=0;i<mNCur;i++) { 285 uint_4 ii = (mIDeb+i)%mLenBuf; 286 cout<<" "<<mX[ii]; if(i%10==9 || i==mNCur-1) cout<<endl; 287 } 288 if(mY) cout<<"Y:"; 289 for(uint_4 i=0;i<mNCur;i++) { 290 uint_4 ii = (mIDeb+i)%mLenBuf; 291 cout<<" "<<mY[ii]; if(i%10==9 || i==mNCur-1) cout<<endl; 292 } 293 } 294 if(lp>=1) { 295 cout<<"...IDeb="<<mIDeb<<" IResynch="<<mIResynch<<endl; 296 cout<<" Sx="<<mSx<<" Sx2="<<mSx2<<" Sx3="<<mSx3<<" Sx4="<<mSx4<<endl 297 <<" Sy="<<mSy<<" Sy2="<<mSy2<<" Sxy="<<mSxy<<" Sx2y="<<mSx2y<<endl; 298 } 299 } 300 301 void PrintCompute(int lp=0) 302 // ---- Print des valeurs numeriques calculees 303 // lp = 0 : valeurs calculees 304 // 1 : + sommes 305 { 306 bool recompute = (mX==NULL || mY==NULL) ? false: true; 307 r_8 mean; 308 r_8 sigma = Compute(mean,recompute), sigmar = Compute(mean,false); 309 cout<<"SLinParBuff: n="<<NPoints()<<" mean="<<mean 310 <<" sigma="<<sigma<<" (raw="<<sigmar<<")"<<endl; 311 r_8 a0,a1,a2; 312 r_8 slin = Compute(a0,a1,recompute), slinr = Compute(a0,a1,false); 313 cout<<" a0="<<a0<<" a1="<<a1 314 <<" slin="<<slin<<" (raw="<<slinr<<")"<<endl; 315 r_8 spar = Compute(a0,a1,a2,recompute), sparr = Compute(a0,a1,a2,false); 316 cout<<" a0="<<a0<<" a1="<<a1<<" a2="<<a2 317 <<" spar="<<spar<<" (raw="<<sparr<<")"<<endl; 318 if(lp<1) return; 319 cout<<"...Sx="<<mSx<<" Sx2="<<mSx2<<" Sx3="<<mSx3<<" Sx4="<<mSx4<<endl 320 <<" Sy="<<mSy<<" Sy2="<<mSy2<<" Sxy="<<mSxy<<" Sx2y="<<mSx2y<<endl; 321 } 36 void Print(int lp=0); 37 void PrintCompute(int lp=0); 322 38 323 39 protected: … … 329 45 uint_4 mNResynchEff, mNPush, mNPop; 330 46 }; 47 331 48 332 49 /////////////////////////////////////////////////////////////////// … … 343 60 class SLinParBuffMerger { 344 61 public: 345 SLinParBuffMerger(void) {mFirst=true; mSlp.Reset();}346 SLinParBuffMerger(SLinParBuff& s,bool recompute=false) 347 {mFirst=true; mSlp.Reset(); Add(s,recompute);}348 virtual ~SLinParBuffMerger(void) {} 349 inline uint_4 62 SLinParBuffMerger(void); 63 SLinParBuffMerger(SLinParBuff& s,bool recompute=false); 64 virtual ~SLinParBuffMerger(void); 65 66 inline uint_4 NPoints(void) {return mSlp.NPoints();} 350 67 inline void Reset(void) {mSlp.Reset(); mFirst=true;} 351 inline void Add(SLinParBuff& s,bool recompute=false) 352 { 353 bool changex0y0=false, AutoXY0_Save; r_8 X0_Save,Y0_Save; 354 if(mFirst) { 355 // Cas ou c'est le premier SLinParBuff additionne. 356 mSlp.mX0=s.mX0; mSlp.mY0=s.mY0; mFirst=false; 357 } else if(mSlp.mX0!=s.mX0 || mSlp.mY0!=s.mY0) { 358 // Attention: pour merger il faut avoir les memes mX0,mY0 359 changex0y0=true; 360 X0_Save=s.mX0; Y0_Save=s.mY0; AutoXY0_Save=s.mAutoXY0; 361 s.mX0=mSlp.mX0; s.mY0=mSlp.mY0; s.mAutoXY0=false; 362 recompute=true; 363 } 364 if(recompute) s.ReComputeSum(); 365 mSlp.mNCur += s.mNCur; 366 mSlp.mSx += s.mSx; 367 mSlp.mSy += s.mSy; 368 mSlp.mSx2 += s.mSx2; 369 mSlp.mSy2 += s.mSy2; 370 mSlp.mSxy += s.mSxy; 371 mSlp.mSx3 += s.mSx3; 372 mSlp.mSx2y += s.mSx2y; 373 mSlp.mSx4 += s.mSx4; 374 // Dans le cas ou on a change les X0,Y0, on remet en etat 375 if(changex0y0) { 376 s.mX0=X0_Save; s.mY0=Y0_Save; 377 s.ReComputeSum(); 378 s.mAutoXY0=AutoXY0_Save; 379 } 380 } 381 inline r_8 Compute(r_8& mean) 382 {return mSlp.Compute(mean);} 383 inline r_8 Compute(r_8& a0,r_8 &a1) 384 {return mSlp.Compute(a0,a1);} 385 inline r_8 Compute(r_8& a0,r_8 &a1,r_8 &a2) 386 {return mSlp.Compute(a0,a1,a2);} 68 void Add(SLinParBuff& s,bool recompute=false); 69 inline r_8 Compute(r_8& mean) {return mSlp.Compute(mean);} 70 inline r_8 Compute(r_8& a0,r_8 &a1) {return mSlp.Compute(a0,a1);} 71 inline r_8 Compute(r_8& a0,r_8 &a1,r_8 &a2) {return mSlp.Compute(a0,a1,a2);} 387 72 inline void Print(int lp=0) {mSlp.Print(lp);} 388 73 inline void PrintCompute(int lp=0) {mSlp.PrintCompute(lp);} -
trunk/SophyaLib/NTools/smakefile
r3503 r3572 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)generalfunc.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP) tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o6 rm -f $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)generalfunc.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)slinparbuff.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o 7 7 rm -f $(SOPHYALIBP)libNTools.a 8 8 9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)generalfunc.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP) tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)generalfunc.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)slinparbuff.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)toeplitzMatrix.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist … … 641 641 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplex.cc 642 642 643 $(SOPHYAOBJP)slinparbuff.o: slinparbuff.cc \ 644 $(SOPHYAINCP)machdefs.h \ 645 $(SOPHYAINCP)pexceptions.h \ 646 $(SOPHYAINCP)machdefs.h slinparbuff.h 647 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ slinparbuff.cc 648 643 649 $(SOPHYAOBJP)tabmath.o: tabmath.cc $(SOPHYAINCP)sopnamsp.h \ 644 650 $(SOPHYAINCP)machdefs.h tabmath.h peida.h \ -
trunk/SophyaLib/SUtils/datacards.cc
r2615 r3572 1 1 // 2 // $Id: datacards.cc,v 1.1 0 2004-09-10 09:54:48cmv Exp $2 // $Id: datacards.cc,v 1.11 2009-02-07 21:49:59 cmv Exp $ 3 3 // 4 4 // … … 217 217 DataCards::GetKey(int num) const 218 218 { 219 if ((num < 0) || (num >= cards.size()) ) return("");219 if ((num < 0) || (num >= (int)cards.size()) ) return(""); 220 220 int k = 0; 221 221 CardList::const_iterator i; … … 234 234 DataCards::CardList::const_iterator it = FindKeyC(key); 235 235 if (it == cards.end()) return(rs); 236 for ( int k=0; k<(*it).tokens.size(); k++) {236 for (size_t k=0; k<(*it).tokens.size(); k++) { 237 237 rs += ' '; rs += (*it).tokens[k]; 238 238 } … … 246 246 DataCards::CardList::const_iterator it = FindKeyC(key); 247 247 if (it == cards.end()) return(def); 248 if ( (numero < 0) || (numero >= ( *it).tokens.size()) ) return def;248 if ( (numero < 0) || (numero >= (int)((*it).tokens.size())) ) return def; 249 249 return (*it).tokens[numero]; 250 250 } … … 308 308 DataCards::ApplyPF(CrdPF & cpf, string const& key, string const& toks) 309 309 { 310 int l,lk;310 size_t l,lk; 311 311 int rc = 0; 312 312 // On verifie si le "pattern" correspond -
trunk/SophyaLib/SUtils/strutilxx.cc
r2706 r3572 13 13 // considering char "sep" as a separator. 14 14 // Vector is filled from its end (no reset done). 15 // T pwrite a "sep" char, use \'sep'15 // To write a "sep" char, use \'sep' 16 16 // Warning: separator "sep" could not be set to '\' 17 17 // Ex: sep=' ': s="aaa bbb cc d " -> vs=(aaa,bbb,cc,d) … … 55 55 // - Fill "vs" at the end: NO RESET IS DONE 56 56 // - If ',' is the separator, ",,," is c 57 // That routine is much more rapid than FillVStringFrString alt ouch less general57 // That routine is much more rapid than FillVStringFrString although less general 58 58 // (ex no '\' gestion is done) 59 59 { 60 60 uint_4 ls = s.size(); 61 61 if(ls<=0) return; 62 bool sep_non_blanc = (separator==' ')? false: true;62 //bool sep_non_blanc = (separator==' ')? false: true; 63 63 char *str = new char[ls+2]; 64 64 -
trunk/SophyaLib/SUtils/utils.cc
r2615 r3572 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: utils.cc,v 1. 2 2004-09-10 09:54:49 cmv Exp $3 // $Id: utils.cc,v 1.3 2009-02-07 21:49:59 cmv Exp $ 4 4 // 5 5 … … 15 15 int i; // THINK C ne veut pas du int i dans chaque for... 16 16 if (dest < source) 17 for (i=0; i< n; i++)17 for (i=0; i<(int)n; i++) 18 18 ((char*)dest)[i] = ((char*)source)[i]; 19 19 else -
trunk/SophyaLib/Samba/Makefile
r3405 r3572 12 12 13 13 $(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \ 14 $(SOPHYAINCP)srandgen.h \ 15 $(SOPHYAINCP)machdefs.h \ 14 $(SOPHYAINCP)stsrand.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)objfio.h \ 17 $(SOPHYAINCP)anydataobj.h \ 18 $(SOPHYAINCP)ppersist.h \ 19 $(SOPHYAINCP)pexceptions.h \ 20 $(SOPHYAINCP)gnumd5.h \ 21 $(SOPHYAINCP)ppfbinstream.h \ 22 $(SOPHYAINCP)rawstream.h \ 23 $(SOPHYAINCP)ppfnametag.h \ 24 $(SOPHYAINCP)ndatablock.h \ 16 25 $(SOPHYAINCP)nbmath.h \ 17 26 $(SOPHYAINCP)smathconst.h \ 18 27 $(SOPHYAINCP)triangmtx.h \ 19 $(SOPHYAINCP)ndatablock.h \ 20 $(SOPHYAINCP)anydataobj.h \ 21 $(SOPHYAINCP)pexceptions.h \ 22 $(SOPHYAINCP)tvector.h \ 23 $(SOPHYAINCP)tmatrix.h \ 24 $(SOPHYAINCP)tarray.h \ 25 $(SOPHYAINCP)basarr.h \ 26 $(SOPHYAINCP)mutyv.h \ 27 $(SOPHYAINCP)timestamp.h \ 28 $(SOPHYAINCP)objfio.h \ 29 $(SOPHYAINCP)ppersist.h \ 30 $(SOPHYAINCP)gnumd5.h \ 31 $(SOPHYAINCP)ppfbinstream.h \ 32 $(SOPHYAINCP)rawstream.h \ 33 $(SOPHYAINCP)ppfnametag.h \ 28 $(SOPHYAINCP)tvector.h \ 29 $(SOPHYAINCP)tmatrix.h \ 30 $(SOPHYAINCP)tarray.h \ 31 $(SOPHYAINCP)basarr.h \ 32 $(SOPHYAINCP)mutyv.h \ 33 $(SOPHYAINCP)timestamp.h \ 34 34 $(SOPHYAINCP)dvlist.h \ 35 35 $(SOPHYAINCP)utilarr.h \ … … 93 93 $(SOPHYAINCP)tmatrix_tsnl.h \ 94 94 $(SOPHYAINCP)tvector_tsnl.h alm.h \ 95 $(SOPHYAINCP)s randgen.h \95 $(SOPHYAINCP)stsrand.h \ 96 96 $(SOPHYAINCP)nbmath.h \ 97 97 $(SOPHYAINCP)smathconst.h \ 98 98 $(SOPHYAINCP)triangmtx.h \ 99 $(SOPHYAINCP)pexceptions.h \ 99 100 $(SOPHYAINCP)nbconst.h 100 101 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lambdaBuilder.cc … … 198 199 $(SOPHYAINCP)fftservintf.h \ 199 200 $(SOPHYAINCP)fftpserver.h \ 200 $(SOPHYAINCP)fftservintf.h alm.h\201 $(SOPHYAINCP)s randgen.h \201 $(SOPHYAINCP)fftservintf.h \ 202 $(SOPHYAINCP)stsrand.h alm.h \ 202 203 $(SOPHYAINCP)nbmath.h \ 203 204 $(SOPHYAINCP)triangmtx.h \ 204 205 $(SOPHYAINCP)tvector.h lambdaBuilder.h \ 205 206 $(SOPHYAINCP)ndatablock.h \ 207 $(SOPHYAINCP)pexceptions.h \ 206 208 $(SOPHYAINCP)timing.h 207 209 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc -
trunk/SophyaLib/Samba/bruit.cc
r3533 r3572 220 220 //-- 221 221 { 222 int i,j;223 222 printf("OOFNoise::Print() MemL=%d Tau= %g \n", mMemL, mTau); 224 223 printf("OOFNoise::Print() Vecteur de Dynamique / Etat : \n"); 225 for(i =0; i<mMemL-1; i+=2)224 for(int i=0; i<mMemL-1; i+=2) 226 225 printf("%d: D=%g S=%g | %d: D=%g S=%g \n", i, 227 226 mDyn[i], mState[i], i+1, mDyn[i], mState[i]); … … 311 310 //-- 312 311 { 313 int i,j; 314 printf("EXPNoise::Print() MemL=%d Tau= %g \n", mMemL, mTau); 312 printf("EXPNoise::Print() MemL=%ld Tau= %g \n", mMemL, mTau); 315 313 printf("EXPNoise::Print() Vecteur de Dynamique / Etat : \n"); 316 for( i=0; i<mMemL-1; i+=2)317 printf("% d: D=%g S=%g | %d: D=%g S=%g \n", i,314 for(long int i=0; i<mMemL-1; i+=2) 315 printf("%ld: D=%g S=%g | %ld: D=%g S=%g \n", i, 318 316 mDyn[i], mState[i], i+1, mDyn[i], mState[i]); 319 317 … … 608 606 //-- 609 607 { 610 int i,j,rc=0;608 int rc=0; 611 609 printf("MemNoise::Print() MemL=%d Tau= %g \n", mMemL, mTau); 612 610 printf("mNtirage= %d , mMemPos= %d , mMemNeg= %d \n",mNtirage,mMemPos,mMemNeg); 613 611 // printf("MemNoise::Print() Vecteur de Dynamique / Etat : \n"); 614 /* for(i =0; i<mMemL-1; i+=2)612 /* for(int i=0; i<mMemL-1; i+=2) 615 613 printf("%d: D=%g S=%g | %d: D=%g S=%g \n", i, 616 614 mDyn[i], mState[i], i+1, mDyn[i], mState[i]); -
trunk/SophyaLib/Samba/lambdaBuilder.cc
r3533 r3572 137 137 register r_8 lam_0, lam_1, lam_2; 138 138 139 int_4 l,m, k;139 int_4 m, k; 140 140 141 141 for (m=0; m<=mmax;m++) { … … 194 194 register r_8 lam_0, lam_1, lam_2; 195 195 196 int_4 l,m, k;196 int_4 m, k; 197 197 198 198 for (m=0; m<=mmax;m++) { … … 235 235 register r_8 lam_0, lam_1, lam_2; 236 236 237 int_4 l,m, k;237 int_4 m, k; 238 238 239 239 for (m=0; m<=mmax;m++) { -
trunk/SophyaLib/Samba/smakefile
r3405 r3572 12 12 13 13 $(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \ 14 $(SOPHYAINCP)srandgen.h \ 15 $(SOPHYAINCP)machdefs.h \ 14 $(SOPHYAINCP)stsrand.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 $(SOPHYAINCP)objfio.h \ 17 $(SOPHYAINCP)anydataobj.h \ 18 $(SOPHYAINCP)ppersist.h \ 19 $(SOPHYAINCP)pexceptions.h \ 20 $(SOPHYAINCP)gnumd5.h \ 21 $(SOPHYAINCP)ppfbinstream.h \ 22 $(SOPHYAINCP)rawstream.h \ 23 $(SOPHYAINCP)ppfnametag.h \ 24 $(SOPHYAINCP)ndatablock.h \ 16 25 $(SOPHYAINCP)nbmath.h \ 17 26 $(SOPHYAINCP)smathconst.h \ 18 27 $(SOPHYAINCP)triangmtx.h \ 19 $(SOPHYAINCP)ndatablock.h \ 20 $(SOPHYAINCP)anydataobj.h \ 21 $(SOPHYAINCP)pexceptions.h \ 22 $(SOPHYAINCP)tvector.h \ 23 $(SOPHYAINCP)tmatrix.h \ 24 $(SOPHYAINCP)tarray.h \ 25 $(SOPHYAINCP)basarr.h \ 26 $(SOPHYAINCP)mutyv.h \ 27 $(SOPHYAINCP)timestamp.h \ 28 $(SOPHYAINCP)objfio.h \ 29 $(SOPHYAINCP)ppersist.h \ 30 $(SOPHYAINCP)gnumd5.h \ 31 $(SOPHYAINCP)ppfbinstream.h \ 32 $(SOPHYAINCP)rawstream.h \ 33 $(SOPHYAINCP)ppfnametag.h \ 28 $(SOPHYAINCP)tvector.h \ 29 $(SOPHYAINCP)tmatrix.h \ 30 $(SOPHYAINCP)tarray.h \ 31 $(SOPHYAINCP)basarr.h \ 32 $(SOPHYAINCP)mutyv.h \ 33 $(SOPHYAINCP)timestamp.h \ 34 34 $(SOPHYAINCP)dvlist.h \ 35 35 $(SOPHYAINCP)utilarr.h \ … … 93 93 $(SOPHYAINCP)tmatrix_tsnl.h \ 94 94 $(SOPHYAINCP)tvector_tsnl.h alm.h \ 95 $(SOPHYAINCP)s randgen.h \95 $(SOPHYAINCP)stsrand.h \ 96 96 $(SOPHYAINCP)nbmath.h \ 97 97 $(SOPHYAINCP)smathconst.h \ 98 98 $(SOPHYAINCP)triangmtx.h \ 99 $(SOPHYAINCP)pexceptions.h \ 99 100 $(SOPHYAINCP)nbconst.h 100 101 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lambdaBuilder.cc … … 198 199 $(SOPHYAINCP)fftservintf.h \ 199 200 $(SOPHYAINCP)fftpserver.h \ 200 $(SOPHYAINCP)fftservintf.h alm.h\201 $(SOPHYAINCP)s randgen.h \201 $(SOPHYAINCP)fftservintf.h \ 202 $(SOPHYAINCP)stsrand.h alm.h \ 202 203 $(SOPHYAINCP)nbmath.h \ 203 204 $(SOPHYAINCP)triangmtx.h \ 204 205 $(SOPHYAINCP)tvector.h lambdaBuilder.h \ 205 206 $(SOPHYAINCP)ndatablock.h \ 207 $(SOPHYAINCP)pexceptions.h \ 206 208 $(SOPHYAINCP)timing.h 207 209 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc -
trunk/SophyaLib/Samba/sphericaltransformserver.cc
r3510 r3572 211 211 int_4 nlmax=alm.Lmax(); 212 212 int_4 nmmax=nlmax; 213 int_4 nsmax=0;214 213 // le Resize est suppose mettre a zero 215 214 map.Resize(pixelSizeIndex); … … 521 520 522 521 alm.ReSizeToLmax(nlmax); 523 for ( int_4 ith = 0; ith < map.NbThetaSlices(); ith++)522 for (uint_4 ith = 0; ith < map.NbThetaSlices(); ith++) 524 523 { 525 524 r_8 phi0; … … 917 916 throw SzMismatchError("SphericalTransformServer::DecomposeToAlm: map Q and map U have not same size "); 918 917 } 919 for ( int_4 ith = 0; ith < mapq.NbThetaSlices(); ith++)918 for (uint_4 ith = 0; ith < mapq.NbThetaSlices(); ith++) 920 919 { 921 920 r_8 phi0; … … 1119 1118 Bm<complex<T> > b_m_theta_u(nmmax); 1120 1119 1121 for ( int_4 ith = 0; ith < mapq.NbThetaSlices();ith++)1120 for (uint_4 ith = 0; ith < mapq.NbThetaSlices();ith++) 1122 1121 { 1123 1122 int_4 nph; … … 1228 1227 Bm<complex<T> > b_m_theta_p(nmmax); 1229 1228 Bm<complex<T> > b_m_theta_m(nmmax); 1230 for ( int_4 ith = 0; ith < mapq.NbThetaSlices();ith++)1229 for (uint_4 ith = 0; ith < mapq.NbThetaSlices();ith++) 1231 1230 { 1232 1231 int_4 nph; -
trunk/SophyaLib/SkyMap/fiolocalmap.cc
r2869 r3572 167 167 int_4 nSzX= dobj->Size_x(); 168 168 int_4 nSzY= dobj->Size_y(); 169 int_4 nPix= dobj->NbPixels();170 169 171 170 if(dobj->ptrInfo()) … … 183 182 os.PutI4(nSzX); 184 183 os.PutI4(nSzY); 185 // os.PutI4(nPix);186 184 187 185 if(dobj->LocalMap_isDone()) -
trunk/SophyaLib/SkyMap/localmap.cc
r3300 r3572 256 256 throw(SzMismatchError("LocalMap<T>::CopyElt(const LocalMap<T>&) SizeMismatch")) ; 257 257 recopierVariablesSimples(a); 258 int k;259 258 pixels_ = a.pixels_; 260 259 return(*this); … … 349 348 double csTheta = cos(theta); 350 349 double snTheta = sin(theta); 351 double csPhi = cos(phi);352 double snPhi = sin(phi);353 350 double csPhiMPhiC = cos (phi - phiC_); 354 351 double snPhiMPhiC = sin (phi - phiC_); … … 585 582 double sin_phi_axeZ; 586 583 587 double cth,sth, cdeltaPhi, phi , cphi, sphi;584 double cth,sth, cdeltaPhi, phi; 588 585 589 586 if ( snthC_ <= 0.) // carte centree au pole -
trunk/SophyaLib/SkyMap/spherehealpix.cc
r2990 r3572 177 177 nPix_ = a.nPix_; 178 178 omeg_ = a.omeg_; 179 int k;180 179 if (fgring_ == a.fgring_) 181 for ( k=0; k< nPix_; k++) pixels_(k) = a.pixels_(k);180 for (int_4 k=0; k< nPix_; k++) pixels_(k) = a.pixels_(k); 182 181 else { 183 if (fgring_) for ( k=0; k< nPix_; k++)182 if (fgring_) for (int_4 k=0; k< nPix_; k++) 184 183 pixels_(k) = a.pixels_(ring2nest(nSide_, k)); 185 else for ( k=0; k< nPix_; k++)184 else for (int_4 k=0; k< nPix_; k++) 186 185 pixels_(k) = a.pixels_(nest2ring(nSide_, k)); 187 186 } 188 for ( k=0; k< a.sliceBeginIndex_.Size(); k++) sliceBeginIndex_(k) = a.sliceBeginIndex_(k);189 for ( k=0; k< a.sliceLenght_.Size(); k++) sliceLenght_(k) = a.sliceLenght_(k);187 for (size_t k=0; k< a.sliceBeginIndex_.Size(); k++) sliceBeginIndex_(k) = a.sliceBeginIndex_(k); 188 for (size_t k=0; k< a.sliceLenght_.Size(); k++) sliceLenght_(k) = a.sliceLenght_(k); 190 189 return(*this); 191 190 } … … 305 304 { 306 305 uint_4 nbslices = uint_4(4*nSide_-1); 307 if (index<0 || index >= nbslices)306 if (index<0 || index >= (int_4)nbslices) 308 307 throw RangeCheckError(" SphereHEALPix::ThetaOfSlice() index out of range"); 309 308 r_8 theta, phi0; … … 322 321 int_4 SphereHEALPix<T>::GetSymThetaSliceIndex(int_4 idx) const 323 322 { 324 if(idx < 0 || idx >= NbThetaSlices())323 if(idx < 0 || idx >= (int_4)NbThetaSlices()) 325 324 throw RangeCheckError("SphereHEALPix::GetSymThetaSliceIndex index out of range"); 326 325 return (NbThetaSlices()-1-idx); … … 340 339 void SphereHEALPix<T>::GetThetaSlice(int_4 index,r_8& theta,TVector<r_8>& phi,TVector<T>& value) const 341 340 { 342 if (index<0 || index >= NbThetaSlices())341 if (index<0 || index >= (int_4)NbThetaSlices()) 343 342 throw RangeCheckError(" SphereHEALPix::GetThetaSlice() index out of range"); 344 343 … … 391 390 { 392 391 393 if (sliceIndex<0 || sliceIndex >= NbThetaSlices())392 if (sliceIndex<0 || sliceIndex >= (int_4)NbThetaSlices()) 394 393 throw RangeCheckError(" SphereHEALPix::GetThetaSlice() index out of range"); 395 394 int_4 iring= sliceBeginIndex_(sliceIndex); … … 420 419 421 420 { 422 if (sliceIndex<0 || sliceIndex >= NbThetaSlices())421 if (sliceIndex<0 || sliceIndex >= (int_4)NbThetaSlices()) 423 422 throw RangeCheckError(" SphereHEALPix::GetThetaSliceDataPtr(): index out of range"); 424 423 if (fgring_) -
trunk/SophyaLib/SkyMap/spherepos.cc
r2973 r3572 11 11 #include <typeinfo> 12 12 13 static char *head_spherepos_cc_ = "$Header: /Users/garnier/temp/CVSSophya/SophyaLib/SkyMap/spherepos.cc,v 1.4 2006-06-20 16:01:48 ansari Exp $";14 13 15 14 -
trunk/SophyaLib/SkyMap/spherepos.h
r2973 r3572 9 9 #include "anydataobj.h" 10 10 11 static char *head_spherepos_h_ = "$Header: /Users/garnier/temp/CVSSophya/SophyaLib/SkyMap/spherepos.h,v 1.2 2006-06-20 16:01:48 ansari Exp $";12 11 13 12 namespace SOPHYA { -
trunk/SophyaLib/SkyMap/spherethetaphi.cc
r2990 r3572 192 192 NPix_ = a.NPix_; 193 193 Omega_ = a.Omega_; 194 int_4 k; 195 for (k=0; k< NPix_; k++) pixels_(k) = a.pixels_(k); 196 for (k=0; k< a.NPhi_.Size(); k++) NPhi_(k) = a.NPhi_(k); 197 for (k=0; k< a.TNphi_.Size(); k++) TNphi_(k) = a.TNphi_(k); 198 for (k=0; k< a.Theta_.Size(); k++) Theta_(k) = a.Theta_(k); 194 for (int_4 k=0; k< NPix_; k++) pixels_(k) = a.pixels_(k); 195 for (size_t k=0; k< a.NPhi_.Size(); k++) NPhi_(k) = a.NPhi_(k); 196 for (size_t k=0; k< a.TNphi_.Size(); k++) TNphi_(k) = a.TNphi_(k); 197 for (size_t k=0; k< a.Theta_.Size(); k++) Theta_(k) = a.Theta_(k); 199 198 return(*this); 200 199 … … 613 612 int_4 SphereThetaPhi<T>::GetSymThetaSliceIndex(int_4 idx) const 614 613 { 615 if(idx < 0 || idx >= NbThetaSlices())614 if(idx < 0 || idx >= (int_4)NbThetaSlices()) 616 615 throw RangeCheckError("SphereThetaPhi::GetSymThetaSliceIndex index out of range"); 617 616 return (NbThetaSlices()-1-idx); … … 630 629 { 631 630 632 if(index < 0 || index >= NbThetaSlices())631 if(index < 0 || index >= (int_4)NbThetaSlices()) 633 632 throw RangeCheckError("SphereThetaPhi::GetThetaSlice(idx...) index out of range"); 634 633 … … 665 664 { 666 665 667 if(index < 0 || index >= NbThetaSlices())666 if(index < 0 || index >= (int_4)NbThetaSlices()) 668 667 throw RangeCheckError("SphereThetaPhi::GetThetaSlice(idx...) idx out of range"); 669 668 … … 673 672 pixelIndices.ReSize(lring); 674 673 value.ReSize(lring); 675 double Te= 0.;676 double Fi= 0.;677 674 for(int_4 kk = 0; kk < lring; kk++) { 678 675 pixelIndices(kk)=kk+iring ; … … 686 683 T* SphereThetaPhi<T>::GetThetaSliceDataPtr(int_4 index) 687 684 { 688 if(index < 0 || index >= NbThetaSlices())685 if(index < 0 || index >= (int_4)NbThetaSlices()) 689 686 throw RangeCheckError("SphereThetaPhi::GetThetaSliceDataPtr(idx) idx out of range"); 690 687 return pixels_.Begin()+Index(index,0); -
trunk/SophyaLib/SysTools/commander.h
r2955 r3572 79 79 string& grp); 80 80 inline void RegisterCommand(string& keyw, string& usage, CmdExecutor * ce, 81 c har* grp)81 const char* grp) 82 82 { string sgrp = grp; RegisterCommand(keyw, usage, ce, sgrp); } 83 83 -
trunk/SophyaLib/SysTools/cxxcmplnk.cc
r3211 r3572 37 37 */ 38 38 39 static char * gcxx_opt = 40 "-O -fdollars-in-identifiers"; 41 static char * KCC_opt = 42 "-O --exceptions --rtti --auto_instantiation --one_instantiation_per_object -D__KCC__"; 43 static char * icc_opt = 44 "-O -fpic -frtti"; 45 static char * cxx_opt = 46 "-O -no_implicit_include -pthread"; 47 static char * SGICC_opt = "-O -prelink -D__SGICC__ -LANG:std"; 48 static char * xlC_opt = 49 "-O -qrtti=all -qeh=v6"; 39 static const char * gcxx_opt = "-O -fdollars-in-identifiers"; 40 static const char * KCC_opt = 41 "-O --exceptions --rtti --auto_instantiation --one_instantiation_per_object -D__KCC__"; 42 static const char * icc_opt = "-O -fpic -frtti"; 43 static const char * cxx_opt = 44 "-O -no_implicit_include -pthread"; 45 static const char * SGICC_opt = "-O -prelink -D__SGICC__ -LANG:std"; 46 static const char * xlC_opt = "-O -qrtti=all -qeh=v6"; 50 47 51 48 /* --Methode-- */ … … 251 248 int CxxCompilerLinker::BuildSO(string const & oname, string & soname) 252 249 { 253 // char * soext = ".dylib"; if defined(Darwin) - pas necessaire Reza 02/2002254 c har * soext = ".so";250 // const char * soext = ".dylib"; if defined(Darwin) - pas necessaire Reza 02/2002 251 const char * soext = ".so"; 255 252 256 253 if (soname.length() < 1) { -
trunk/SophyaLib/SysTools/timing.c
r2648 r3572 115 115 Comm, tcalt, tcal); 116 116 117 printf("ElapsedTime(hh:mm:ss): Total= %02 d:%02d:%02d ",117 printf("ElapsedTime(hh:mm:ss): Total= %02ld:%02ld:%02ld ", 118 118 etmt/3600, (etmt%3600)/60, etmt%60); 119 printf(" (Partial= %02 d:%02d:%02d)\n",119 printf(" (Partial= %02ld:%02ld:%02ld)\n", 120 120 etm/3600, (etm%3600)/60, etm%60); 121 121 -
trunk/SophyaLib/TArray/basarr.cc
r3446 r3572 22 22 23 23 // Variables statiques globales 24 c har * BaseArray::ck_op_msg_[6] =24 const char * BaseArray::ck_op_msg_[6] = 25 25 {"???", "Size(int )", "IsPacked(int )" 26 26 ,"Stride(int )", "ElemCheckBound()", "operator()" }; -
trunk/SophyaLib/TArray/basarr.h
r3173 r3572 200 200 DVList* mInfo; //!< Infos (variables) attached to the array 201 201 202 static c har * ck_op_msg_[6]; //!< Operation messages for CheckDI() CheckBound()202 static const char * ck_op_msg_[6]; //!< Operation messages for CheckDI() CheckBound() 203 203 static sa_size_t max_nprt_; //!< maximum number of printed elements 204 204 static int_4 prt_lev_; //!< Print level -
trunk/SophyaLib/TArray/triangmtx.h
r2957 r3572 32 32 33 33 //! Default constructor 34 TriangularMatrix() {;}; 34 TriangularMatrix() 35 : long_diag_(0) 36 { 37 } 38 35 39 //! instanciate a triangular matrix from the number of rows 36 TriangularMatrix(sa_size_t rowSize) : long_diag_(rowSize) 37 { 38 elem_.ReSize((rowSize*(rowSize+1)/2) ); 39 } 40 TriangularMatrix(sa_size_t rowSize) 41 : long_diag_(rowSize) 42 { 43 elem_.ReSize((rowSize*(rowSize+1)/2) ); 44 } 45 40 46 //! Copy constructor (possibility of sharing datas) 41 TriangularMatrix(const TriangularMatrix<T>& a, bool share=false) : elem_(a.elem_, share), long_diag_(a.long_diag_) {;} 47 TriangularMatrix(const TriangularMatrix<T>& a, bool share=false) 48 : long_diag_(a.long_diag_) , elem_(a.elem_, share) 49 { 50 } 42 51 43 52 //! resize the matrix with a new number of rows 44 53 inline void ReSizeRow(sa_size_t rowSize) 45 46 47 48 54 { 55 long_diag_=(uint_4)rowSize; 56 elem_.ReSize(long_diag_*(long_diag_+1)/2); 57 } 49 58 50 59 TriangularMatrix<T>& SetT(T a) -
trunk/SophyaLib/TArray/utilarr.cc
r3394 r3572 142 142 MuTyV & EnumeratedSequence::Value (sa_size_t k) const 143 143 { 144 if (k >= vecv_.size()) retv_ = 0;144 if (k >= (sa_size_t)vecv_.size()) retv_ = 0; 145 145 else retv_ = vecv_[k]; 146 146 return(retv_); … … 175 175 { 176 176 os << " EnumeratedSequence::Print() - Size()= " << Size() << endl; 177 for( int k=0; k<vecv_.size(); k++) {177 for(size_t k=0; k<vecv_.size(); k++) { 178 178 os << vecv_[k]; 179 179 if ((k > 0) && (k%10 == 0)) os << endl; … … 190 190 sa_size_t EnumeratedSequence::Append(EnumeratedSequence const & seq) 191 191 { 192 for( int k=0; k<seq.vecv_.size(); k++)192 for(size_t k=0; k<seq.vecv_.size(); k++) 193 193 vecv_.push_back(seq.vecv_[k]); 194 194 return(seq.vecv_.size()); … … 278 278 nc = 0; 279 279 sa_size_t n = 0; 280 char buff[256];280 //char buff[256]; 281 281 string line; 282 282 int nbad, nbadtot, nel; -
trunk/SophyaPI/PI/Makefile
r3523 r3572 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)lut.o $(SOPHYAOBJP)parradapter.o $(SOPHYAOBJP)pi3ddrw.o $(SOPHYAOBJP)pi3dwdg.o $(SOPHYAOBJP)piapplgen.o $(SOPHYAOBJP)piapplx.o $(SOPHYAOBJP)piaxes.o $(SOPHYAOBJP)piaxestools.o $(SOPHYAOBJP)pibargraph.o $(SOPHYAOBJP)pibwdggen.o $(SOPHYAOBJP)pibwdgx.o $(SOPHYAOBJP)picmap.o $(SOPHYAOBJP)picmapgen.o $(SOPHYAOBJP)picmapview.o $(SOPHYAOBJP)picmapx.o $(SOPHYAOBJP)picons.o $(SOPHYAOBJP)picontainergen.o $(SOPHYAOBJP)picontainerx.o $(SOPHYAOBJP)pidrawer.o $(SOPHYAOBJP)pidrawwin.o $(SOPHYAOBJP)pidrwtools.o $(SOPHYAOBJP)pieldrw.o $(SOPHYAOBJP)pierrdisp.o $(SOPHYAOBJP)pievthandler.o $(SOPHYAOBJP)pifilechogen.o $(SOPHYAOBJP)pifilechox.o $(SOPHYAOBJP)pifontgen.o $(SOPHYAOBJP)pifontx.o $(SOPHYAOBJP)pigraph3d.o $(SOPHYAOBJP)pigraphgen.o $(SOPHYAOBJP)pigraphps.o $(SOPHYAOBJP)pigraphuc.o $(SOPHYAOBJP)pigraphx.o $(SOPHYAOBJP)pigratt.o $(SOPHYAOBJP)pigrcoord.o $(SOPHYAOBJP)piimage.o $(SOPHYAOBJP)piimgtools.o $(SOPHYAOBJP)pilineatt.o $(SOPHYAOBJP)pilistgen.o $(SOPHYAOBJP)pilistx.o $(SOPHYAOBJP)pimenubargen.o $(SOPHYAOBJP)pimenubarx.o $(SOPHYAOBJP)pimenugen.o $(SOPHYAOBJP)pimenux.o $(SOPHYAOBJP)pimsghandler.o $(SOPHYAOBJP)pioptmenugen.o $(SOPHYAOBJP)pioptmenux.o $(SOPHYAOBJP)piperiodx.o $(SOPHYAOBJP)pipixmapgen.o $(SOPHYAOBJP)pipixmapx.o $(SOPHYAOBJP)pipixutils.o $(SOPHYAOBJP)pipplist.o $(SOPHYAOBJP)pippmenubar.o $(SOPHYAOBJP)pippoptmenu.o $(SOPHYAOBJP)pippviewadapter.o $(SOPHYAOBJP)piscdrawwdg.o $(SOPHYAOBJP)pistdwdggen.o $(SOPHYAOBJP)pistdwdgx.o $(SOPHYAOBJP)pistzwin.o $(SOPHYAOBJP)pisurfdr.o $(SOPHYAOBJP)pitherm.o $(SOPHYAOBJP)pitxtdrw.o $(SOPHYAOBJP)piup.o $(SOPHYAOBJP)piup dattachment.o $(SOPHYAOBJP)piup_def.o $(SOPHYAOBJP)piwdggen.o $(SOPHYAOBJP)piwdgx.o $(SOPHYAOBJP)piwindowgen.o $(SOPHYAOBJP)piwindowx.o $(SOPHYAOBJP)pixtbase.o $(SOPHYAOBJP)piyfxdrw.o $(SOPHYAOBJP)psfile.o $(SOPHYAOBJP)xdispim.o6 rm -f $(SOPHYAOBJP)lut.o $(SOPHYAOBJP)parradapter.o $(SOPHYAOBJP)pi3ddrw.o $(SOPHYAOBJP)pi3dwdg.o $(SOPHYAOBJP)piapplgen.o $(SOPHYAOBJP)piapplx.o $(SOPHYAOBJP)piaxes.o $(SOPHYAOBJP)piaxestools.o $(SOPHYAOBJP)pibargraph.o $(SOPHYAOBJP)pibwdggen.o $(SOPHYAOBJP)pibwdgx.o $(SOPHYAOBJP)picmap.o $(SOPHYAOBJP)picmapgen.o $(SOPHYAOBJP)picmapview.o $(SOPHYAOBJP)picmapx.o $(SOPHYAOBJP)picons.o $(SOPHYAOBJP)picontainergen.o $(SOPHYAOBJP)picontainerx.o $(SOPHYAOBJP)pidrawer.o $(SOPHYAOBJP)pidrawwin.o $(SOPHYAOBJP)pidrwtools.o $(SOPHYAOBJP)pieldrw.o $(SOPHYAOBJP)pierrdisp.o $(SOPHYAOBJP)pievthandler.o $(SOPHYAOBJP)pifilechogen.o $(SOPHYAOBJP)pifilechox.o $(SOPHYAOBJP)pifontgen.o $(SOPHYAOBJP)pifontx.o $(SOPHYAOBJP)pigraph3d.o $(SOPHYAOBJP)pigraphgen.o $(SOPHYAOBJP)pigraphps.o $(SOPHYAOBJP)pigraphuc.o $(SOPHYAOBJP)pigraphx.o $(SOPHYAOBJP)pigratt.o $(SOPHYAOBJP)pigrcoord.o $(SOPHYAOBJP)piimage.o $(SOPHYAOBJP)piimgtools.o $(SOPHYAOBJP)pilineatt.o $(SOPHYAOBJP)pilistgen.o $(SOPHYAOBJP)pilistx.o $(SOPHYAOBJP)pimenubargen.o $(SOPHYAOBJP)pimenubarx.o $(SOPHYAOBJP)pimenugen.o $(SOPHYAOBJP)pimenux.o $(SOPHYAOBJP)pimsghandler.o $(SOPHYAOBJP)pioptmenugen.o $(SOPHYAOBJP)pioptmenux.o $(SOPHYAOBJP)piperiodx.o $(SOPHYAOBJP)pipixmapgen.o $(SOPHYAOBJP)pipixmapx.o $(SOPHYAOBJP)pipixutils.o $(SOPHYAOBJP)pipplist.o $(SOPHYAOBJP)pippmenubar.o $(SOPHYAOBJP)pippoptmenu.o $(SOPHYAOBJP)pippviewadapter.o $(SOPHYAOBJP)piscdrawwdg.o $(SOPHYAOBJP)pistdwdggen.o $(SOPHYAOBJP)pistdwdgx.o $(SOPHYAOBJP)pistzwin.o $(SOPHYAOBJP)pisurfdr.o $(SOPHYAOBJP)pitherm.o $(SOPHYAOBJP)pitxtdrw.o $(SOPHYAOBJP)piup.o $(SOPHYAOBJP)piup_def.o $(SOPHYAOBJP)piupdattachment.o $(SOPHYAOBJP)piwdggen.o $(SOPHYAOBJP)piwdgx.o $(SOPHYAOBJP)piwindowgen.o $(SOPHYAOBJP)piwindowx.o $(SOPHYAOBJP)pixtbase.o $(SOPHYAOBJP)piyfxdrw.o $(SOPHYAOBJP)psfile.o $(SOPHYAOBJP)xdispim.o 7 7 rm -f $(SOPHYALIBP)libPI.a 8 8 … … 23 23 24 24 $(SOPHYAOBJP)pi3ddrw.o: pi3ddrw.cc $(SOPHYAINCP)sopnamsp.h \ 25 pi3ddrw.h pisysdep.h \ 26 $(SOPHYAINCP)machdefs.h pidrawer.h \ 27 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 28 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 29 pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h pievthandler.h \ 30 psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h 25 pi3ddrw.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 26 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 27 pipixutils.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 28 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 29 pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h 31 30 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi3ddrw.cc 32 31 33 32 $(SOPHYAOBJP)pi3dwdg.o: pi3dwdg.cc $(SOPHYAINCP)sopnamsp.h \ 34 pi3dwdg.h pisysdep.h \ 35 $(SOPHYAINCP)machdefs.h pi3ddrw.h \ 36 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 37 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 38 pifontgen.h pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h \ 33 pi3dwdg.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 34 pi3ddrw.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 35 picolist.h pipixutils.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 36 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 39 37 pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h \ 40 38 pibwdgx.h pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ … … 44 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi3dwdg.cc 45 43 46 $(SOPHYAOBJP)piapplgen.o: piapplgen.cc \ 47 $(SOPHYAINCP)sopnamsp.h piapplgen.h \ 48 pimsghandler.h $(SOPHYAINCP)machdefs.h \ 49 pisysdep.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 50 picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h \ 51 piconsenum.h 44 $(SOPHYAOBJP)piapplgen.o: piapplgen.cc $(SOPHYAINCP)sopnamsp.h \ 45 piapplgen.h pimsghandler.h \ 46 $(SOPHYAINCP)machdefs.h pisysdep.h \ 47 picontainerx.h picontainergen.h piwdgx.h piwdggen.h picolist.h \ 48 pipixutils.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h \ 49 piconsenum.h pidrawer.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 50 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 51 pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 52 52 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapplgen.cc 53 53 … … 56 56 $(SOPHYAINCP)machdefs.h pisysdep.h \ 57 57 picontainerx.h picontainergen.h piwdgx.h piwdggen.h picolist.h \ 58 pi menubarx.h pimenubargen.h pimenux.h pimenugen.h piconsenum.h picons.h \59 pi stdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \60 picmap gen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \61 pi lineatt.h pipixutils.h pigraphuc.h pievthandler.h psfile.h \58 pipixutils.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h \ 59 piconsenum.h picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h \ 60 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 61 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 62 62 pigraphps.h 63 63 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapplx.cc 64 64 65 65 $(SOPHYAOBJP)piaxes.o: piaxes.cc $(SOPHYAINCP)sopnamsp.h \ 66 $(SOPHYAINCP)machdefs.h piaxes.h \ 67 pigraphuc.h pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 68 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 69 pigrcoord.h pilineatt.h pipixutils.h pigratt.h 66 $(SOPHYAINCP)machdefs.h piaxes.h pigraphuc.h \ 67 pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 68 pipixutils.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 69 pigrcoord.h pilineatt.h pigratt.h pidrawer.h pibwdggen.h pigraphx.h \ 70 pievthandler.h psfile.h 70 71 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piaxes.cc 71 72 72 73 $(SOPHYAOBJP)piaxestools.o: piaxestools.cc \ 73 $(SOPHYAINCP)sopnamsp.h piaxes.h \ 74 pigraphuc.h pisysdep.h \ 75 $(SOPHYAINCP)machdefs.h pigraphgen.h \ 76 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 77 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h \ 74 $(SOPHYAINCP)sopnamsp.h piaxes.h pigraphuc.h \ 75 pisysdep.h $(SOPHYAINCP)machdefs.h pigraphgen.h \ 76 piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h picmap.h \ 77 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 78 78 pigratt.h piaxestools.h pistdwdgx.h pistdwdggen.h pioptmenux.h \ 79 79 pioptmenugen.h pimenux.h pimenugen.h piwindowx.h piwindowgen.h \ … … 85 85 $(SOPHYAOBJP)pibargraph.o: pibargraph.cc \ 86 86 $(SOPHYAINCP)sopnamsp.h \ 87 $(SOPHYAINCP)machdefs.h pibargraph.h \88 pi sysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \89 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \90 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pi pixutils.h pigraphuc.h \87 $(SOPHYAINCP)machdefs.h pibargraph.h pisysdep.h \ 88 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 89 pipixutils.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 90 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 91 91 pievthandler.h psfile.h pigratt.h piaxes.h 92 92 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibargraph.cc 93 93 94 $(SOPHYAOBJP)pibwdggen.o: pibwdggen.cc \ 95 $(SOPHYAINCP)sopnamsp.h pibwdggen.h \ 96 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 97 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 98 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 99 pipixutils.h pigraphuc.h pievthandler.h psfile.h pidrawer.h pigratt.h \ 100 piaxes.h pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 101 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 102 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 103 pimenubargen.h piconsenum.h 94 $(SOPHYAOBJP)pibwdggen.o: pibwdggen.cc $(SOPHYAINCP)sopnamsp.h \ 95 pibwdggen.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 96 piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h picmap.h \ 97 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 98 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pidrawer.h \ 99 pigratt.h piaxes.h pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h \ 100 pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h \ 101 piwindowgen.h picontainerx.h picontainergen.h piapplx.h piapplgen.h \ 102 pimenubarx.h pimenubargen.h piconsenum.h 104 103 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibwdggen.cc 105 104 106 105 $(SOPHYAOBJP)pibwdgx.o: pibwdgx.cc $(SOPHYAINCP)sopnamsp.h \ 107 106 pixtbaseP.h pibwdgx.h pisysdep.h \ 108 $(SOPHYAINCP)machdefs.h pibwdggen.h \109 piwdg x.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \107 $(SOPHYAINCP)machdefs.h pibwdggen.h piwdgx.h \ 108 piwdggen.h pimsghandler.h picolist.h pipixutils.h picmap.h picmapx.h \ 110 109 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 111 pilineatt.h pipixutils.h pigraphuc.h pievthandler.h psfile.h \ 112 pigraphps.h pixtbase.h 110 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h pixtbase.h 113 111 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibwdgx.cc 114 112 … … 118 116 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmap.cc 119 117 120 $(SOPHYAOBJP)picmapgen.o: picmapgen.cc \ 121 $(SOPHYAINCP)sopnamsp.h picmapgen.h \ 122 pisysdep.h $(SOPHYAINCP)machdefs.h \ 118 $(SOPHYAOBJP)picmapgen.o: picmapgen.cc $(SOPHYAINCP)sopnamsp.h \ 119 picmapgen.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 123 120 picmapx.h picmap.h 124 121 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapgen.cc 125 122 126 123 $(SOPHYAOBJP)picmapview.o: picmapview.cc \ 127 $(SOPHYAINCP)sopnamsp.h picmapview.h \ 128 pisysdep.h $(SOPHYAINCP)machdefs.h \ 129 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 130 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 131 pifontgen.h pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h \ 132 pievthandler.h psfile.h pigraphps.h 124 $(SOPHYAINCP)sopnamsp.h picmapview.h pisysdep.h \ 125 $(SOPHYAINCP)machdefs.h pibwdgx.h pibwdggen.h \ 126 piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h picmap.h \ 127 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 128 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 133 129 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapview.cc 134 130 135 131 $(SOPHYAOBJP)picmapx.o: picmapx.cc $(SOPHYAINCP)sopnamsp.h \ 136 132 piwdgx.h piwdggen.h $(SOPHYAINCP)machdefs.h \ 137 pimsghandler.h picolist.h pi cmapx.h picmapgen.h pisysdep.h133 pimsghandler.h picolist.h pipixutils.h picmapx.h picmapgen.h pisysdep.h 138 134 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapx.cc 139 135 140 136 $(SOPHYAOBJP)picons.o: picons.cc $(SOPHYAINCP)sopnamsp.h \ 141 pisysdep.h $(SOPHYAINCP)machdefs.h \142 pimenu x.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \137 pisysdep.h $(SOPHYAINCP)machdefs.h pimenux.h \ 138 pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h \ 143 139 picons.h pistdwdgx.h pistdwdggen.h picontainerx.h picontainergen.h \ 144 140 pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 145 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pi pixutils.h \146 pi graphuc.h pievthandler.h psfile.h pigraphps.h piconsenum.h141 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 142 pievthandler.h psfile.h pigraphps.h piconsenum.h 147 143 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picons.cc 148 144 … … 150 146 $(SOPHYAINCP)sopnamsp.h picontainergen.h \ 151 147 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 152 piwdggen.h pimsghandler.h picolist.h 148 piwdggen.h pimsghandler.h picolist.h pipixutils.h 153 149 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picontainergen.cc 154 150 … … 156 152 $(SOPHYAINCP)sopnamsp.h picontainerx.h \ 157 153 pisysdep.h $(SOPHYAINCP)machdefs.h \ 158 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 154 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 155 pipixutils.h 159 156 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picontainerx.cc 160 157 161 $(SOPHYAOBJP)pidrawer.o: pidrawer.cc \ 162 $(SOPHYAINCP)sopnamsp.h \ 163 $(SOPHYAINCP)machdefs.h pidrawer.h \ 164 pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 158 $(SOPHYAOBJP)pidrawer.o: pidrawer.cc $(SOPHYAINCP)sopnamsp.h \ 159 $(SOPHYAINCP)machdefs.h pidrawer.h pibwdggen.h \ 160 pisysdep.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h \ 165 161 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 166 pifontgen.h pigrcoord.h pilineatt.h pi pixutils.h pigraphuc.h \167 pi evthandler.h psfile.h pigratt.h piaxes.h pidrwtools.h pistdwdgx.h \168 pi stdwdggen.h pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h \169 pi windowx.h piwindowgen.h picontainerx.h picontainergen.h piapplx.h \170 pi applgen.h pimenubarx.h pimenubargen.h piconsenum.h ucckprot.h162 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 163 pigratt.h piaxes.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 164 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 165 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 166 pimenubargen.h piconsenum.h ucckprot.h 171 167 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pidrawer.cc 172 168 173 $(SOPHYAOBJP)pidrawwin.o: pidrawwin.cc \ 174 $(SOPHYAINCP)sopnamsp.h pidrawwin.h \ 175 pisysdep.h $(SOPHYAINCP)machdefs.h \ 169 $(SOPHYAOBJP)pidrawwin.o: pidrawwin.cc $(SOPHYAINCP)sopnamsp.h \ 170 pidrawwin.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 176 171 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 177 piwdggen.h pimsghandler.h picolist.h pi scdrawwdg.h pibwdgx.h \178 pibwdg gen.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \179 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h \172 piwdggen.h pimsghandler.h picolist.h pipixutils.h piscdrawwdg.h \ 173 pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 174 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 180 175 pievthandler.h psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 181 176 pidrawer.h pigratt.h piaxes.h pieldrw.h … … 183 178 184 179 $(SOPHYAOBJP)pidrwtools.o: pidrwtools.cc \ 185 $(SOPHYAINCP)sopnamsp.h pidrwtools.h \186 pisysdep.h $(SOPHYAINCP)machdefs.h \187 pistdwdg x.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \188 pi menux.h pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h \189 piwindow gen.h picontainerx.h picontainergen.h piapplx.h piapplgen.h \190 pi menubarx.h pimenubargen.h piconsenum.h pibwdggen.h picmap.h picmapx.h \191 picmap gen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \192 pi lineatt.h pipixutils.h pigraphuc.h pievthandler.h psfile.h \180 $(SOPHYAINCP)sopnamsp.h pidrwtools.h pisysdep.h \ 181 $(SOPHYAINCP)machdefs.h pistdwdgx.h \ 182 pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 183 pipixutils.h pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h \ 184 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piapplx.h \ 185 piapplgen.h pimenubarx.h pimenubargen.h piconsenum.h pibwdggen.h \ 186 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 187 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 193 188 piscdrawwdg.h pibwdgx.h pigraphps.h pidrawer.h pigratt.h piaxes.h \ 194 189 pieldrw.h pi3dwdg.h pi3ddrw.h pigraph3d.h … … 196 191 197 192 $(SOPHYAOBJP)pieldrw.o: pieldrw.cc $(SOPHYAINCP)sopnamsp.h \ 198 $(SOPHYAINCP)machdefs.h pieldrw.h \199 pi drawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \200 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \201 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pi pixutils.h pigraphuc.h \193 $(SOPHYAINCP)machdefs.h pieldrw.h pidrawer.h \ 194 pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 195 pipixutils.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 196 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 202 197 pievthandler.h psfile.h pigratt.h piaxes.h 203 198 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pieldrw.cc … … 206 201 $(SOPHYAINCP)sopnamsp.h pievthandler.h \ 207 202 pisysdep.h $(SOPHYAINCP)machdefs.h \ 208 pimsghandler.h piwdgx.h piwdggen.h picolist.h pi graphx.h pigraphgen.h \209 pi cmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \210 pi lineatt.h pipixutils.h203 pimsghandler.h piwdgx.h piwdggen.h picolist.h pipixutils.h pigraphx.h \ 204 pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 205 pigrcoord.h pilineatt.h 211 206 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pievthandler.cc 212 207 … … 214 209 $(SOPHYAINCP)sopnamsp.h pifilechogen.h \ 215 210 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 216 piwdggen.h pimsghandler.h picolist.h 211 piwdggen.h pimsghandler.h picolist.h pipixutils.h 217 212 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifilechogen.cc 218 213 219 214 $(SOPHYAOBJP)pifilechox.o: pifilechox.cc \ 220 215 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 221 $(SOPHYAINCP)machdefs.h piapplx.h \ 222 piapplgen.h pimsghandler.h picontainerx.h picontainergen.h piwdgx.h \ 223 piwdggen.h picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h \ 224 piconsenum.h pifilechox.h pifilechogen.h piwindowx.h piwindowgen.h 216 $(SOPHYAINCP)machdefs.h piapplx.h piapplgen.h \ 217 pimsghandler.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 218 picolist.h pipixutils.h pimenubarx.h pimenubargen.h pimenux.h \ 219 pimenugen.h piconsenum.h pifilechox.h pifilechogen.h piwindowx.h \ 220 piwindowgen.h 225 221 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifilechox.cc 226 222 227 $(SOPHYAOBJP)pifontgen.o: pifontgen.cc \ 228 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 229 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 230 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 231 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h 223 $(SOPHYAOBJP)pifontgen.o: pifontgen.cc $(SOPHYAINCP)sopnamsp.h \ 224 pigraphgen.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 225 piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h picmap.h \ 226 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h 232 227 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifontgen.cc 233 228 234 229 $(SOPHYAOBJP)pifontx.o: pifontx.cc $(SOPHYAINCP)sopnamsp.h \ 235 pisysdep.h $(SOPHYAINCP)machdefs.h \236 pifont x.h pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h230 pisysdep.h $(SOPHYAINCP)machdefs.h pifontx.h \ 231 pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h 237 232 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifontx.cc 238 233 239 $(SOPHYAOBJP)pigraph3d.o: pigraph3d.cc \ 240 $(SOPHYAINCP)sopnamsp.h pigraph3d.h \ 241 pisysdep.h $(SOPHYAINCP)machdefs.h \ 234 $(SOPHYAOBJP)pigraph3d.o: pigraph3d.cc $(SOPHYAINCP)sopnamsp.h \ 235 pigraph3d.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 242 236 pigraphuc.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 237 pipixutils.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 238 pigrcoord.h pilineatt.h 239 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraph3d.cc 240 241 $(SOPHYAOBJP)pigraphgen.o: pigraphgen.cc \ 242 $(SOPHYAINCP)sopnamsp.h pigraphgen.h pisysdep.h \ 243 $(SOPHYAINCP)machdefs.h piwdgx.h piwdggen.h \ 244 pimsghandler.h picolist.h pipixutils.h picmap.h picmapx.h picmapgen.h \ 245 pifontx.h pifontgen.h pigrcoord.h pilineatt.h ucckprot.h 246 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphgen.cc 247 248 $(SOPHYAOBJP)pigraphps.o: pigraphps.cc $(SOPHYAINCP)sopnamsp.h \ 249 pigraphps.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 250 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h \ 243 251 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 244 pilineatt.h pipixutils.h 245 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraph3d.cc 246 247 $(SOPHYAOBJP)pigraphgen.o: pigraphgen.cc \ 248 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 249 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 250 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 251 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h ucckprot.h 252 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphgen.cc 253 254 $(SOPHYAOBJP)pigraphps.o: pigraphps.cc \ 255 $(SOPHYAINCP)sopnamsp.h pigraphps.h \ 256 pisysdep.h $(SOPHYAINCP)machdefs.h \ 257 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 258 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 259 pipixutils.h psfile.h 252 pilineatt.h psfile.h 260 253 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphps.cc 261 254 262 $(SOPHYAOBJP)pigraphuc.o: pigraphuc.cc \ 263 $(SOPHYAINCP)sopnamsp.h \ 264 $(SOPHYAINCP)machdefs.h pigraphuc.h \ 265 pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 255 $(SOPHYAOBJP)pigraphuc.o: pigraphuc.cc $(SOPHYAINCP)sopnamsp.h \ 256 $(SOPHYAINCP)machdefs.h pigraphuc.h pisysdep.h \ 257 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h \ 266 258 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 267 pilineatt.h pipixutils.hucckprot.h259 pilineatt.h ucckprot.h 268 260 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphuc.cc 269 261 270 $(SOPHYAOBJP)pigraphx.o: pigraphx.cc \ 271 $(SOPHYAINCP)sopnamsp.h pigraphx.h \ 272 pisysdep.h $(SOPHYAINCP)machdefs.h \ 273 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 274 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 275 pipixutils.h 262 $(SOPHYAOBJP)pigraphx.o: pigraphx.cc $(SOPHYAINCP)sopnamsp.h \ 263 pigraphx.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 264 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h \ 265 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 266 pilineatt.h 276 267 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphx.cc 277 268 278 269 $(SOPHYAOBJP)pigratt.o: pigratt.cc $(SOPHYAINCP)sopnamsp.h \ 279 pigratt.h pisysdep.h \ 280 $(SOPHYAINCP)machdefs.h pigraphgen.h \ 281 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 282 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h \ 283 $(SOPHYAINCP)strutilxx.h \ 270 pigratt.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 271 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h \ 272 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 273 pilineatt.h $(SOPHYAINCP)strutilxx.h \ 284 274 $(SOPHYAINCP)machdefs.h 285 275 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigratt.cc 286 276 287 $(SOPHYAOBJP)pigrcoord.o: pigrcoord.cc \ 288 $(SOPHYAINCP)sopnamsp.h pigrcoord.h \ 289 pisysdep.h $(SOPHYAINCP)machdefs.h 277 $(SOPHYAOBJP)pigrcoord.o: pigrcoord.cc $(SOPHYAINCP)sopnamsp.h \ 278 pigrcoord.h pisysdep.h $(SOPHYAINCP)machdefs.h 290 279 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigrcoord.cc 291 280 292 281 $(SOPHYAOBJP)piimage.o: piimage.cc $(SOPHYAINCP)sopnamsp.h \ 293 pisysdep.h $(SOPHYAINCP)machdefs.h \294 p iimage.h parradapter.h lut.h pipixutils.h pieldrw.h pidrawer.h \295 pi bwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \296 picmap x.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \297 pi grcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h \298 pi axes.h pipixmapx.h pipixmapgen.h pibwdgx.h pigraphps.h pistdwdgx.h \282 pisysdep.h $(SOPHYAINCP)machdefs.h piimage.h \ 283 parradapter.h lut.h pipixutils.h pieldrw.h pidrawer.h pibwdggen.h \ 284 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 285 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 286 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h \ 287 pipixmapx.h pipixmapgen.h pibwdgx.h pigraphps.h pistdwdgx.h \ 299 288 pistdwdggen.h piwindowx.h piwindowgen.h picontainerx.h picontainergen.h \ 300 289 picmapview.h piimgtools.h pioptmenux.h pioptmenugen.h pimenux.h \ … … 304 293 305 294 $(SOPHYAOBJP)piimgtools.o: piimgtools.cc \ 306 $(SOPHYAINCP)sopnamsp.h piimgtools.h \307 pisysdep.h $(SOPHYAINCP)machdefs.h \308 pistdwdg x.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \309 pi optmenux.h pioptmenugen.h pimenux.h pimenugen.h piwindowx.h \310 piwindow gen.h picontainerx.h picontainergen.h piapplx.h piapplgen.h \311 pi menubarx.h pimenubargen.h piconsenum.h piimage.h parradapter.h lut.h \312 p ipixutils.h pieldrw.h pidrawer.h pibwdggen.h picmap.h picmapx.h \295 $(SOPHYAINCP)sopnamsp.h piimgtools.h pisysdep.h \ 296 $(SOPHYAINCP)machdefs.h pistdwdgx.h \ 297 pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 298 pipixutils.h pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h \ 299 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piapplx.h \ 300 piapplgen.h pimenubarx.h pimenubargen.h piconsenum.h piimage.h \ 301 parradapter.h lut.h pieldrw.h pidrawer.h pibwdggen.h picmap.h picmapx.h \ 313 302 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 314 303 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h \ … … 316 305 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piimgtools.cc 317 306 318 $(SOPHYAOBJP)pilineatt.o: pilineatt.cc \ 319 $(SOPHYAINCP)sopnamsp.h pilineatt.h \ 320 pisysdep.h $(SOPHYAINCP)machdefs.h 307 $(SOPHYAOBJP)pilineatt.o: pilineatt.cc $(SOPHYAINCP)sopnamsp.h \ 308 pilineatt.h pisysdep.h $(SOPHYAINCP)machdefs.h 321 309 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilineatt.cc 322 310 323 $(SOPHYAOBJP)pilistgen.o: pilistgen.cc \ 324 $(SOPHYAINCP)sopnamsp.h pilistgen.h \ 325 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 326 piwdggen.h pimsghandler.h picolist.h 311 $(SOPHYAOBJP)pilistgen.o: pilistgen.cc $(SOPHYAINCP)sopnamsp.h \ 312 pilistgen.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 313 piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h 327 314 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilistgen.cc 328 315 … … 330 317 pilistx.h pilistgen.h pisysdep.h \ 331 318 $(SOPHYAINCP)machdefs.h piwdgx.h piwdggen.h \ 332 pimsghandler.h picolist.h pi containerx.h picontainergen.h319 pimsghandler.h picolist.h pipixutils.h picontainerx.h picontainergen.h 333 320 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilistx.cc 334 321 335 322 $(SOPHYAOBJP)pimenubargen.o: pimenubargen.cc \ 336 323 $(SOPHYAINCP)sopnamsp.h pimenubargen.h \ 337 pisysdep.h $(SOPHYAINCP)machdefs.h \338 pimenu x.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \324 pisysdep.h $(SOPHYAINCP)machdefs.h pimenux.h \ 325 pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h \ 339 326 piapplx.h piapplgen.h picontainerx.h picontainergen.h pimenubarx.h \ 340 327 piconsenum.h … … 344 331 $(SOPHYAINCP)sopnamsp.h pimenubarx.h \ 345 332 pimenubargen.h pisysdep.h \ 346 $(SOPHYAINCP)machdefs.h pimenux.h \347 pi menugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h piapplx.h \333 $(SOPHYAINCP)machdefs.h pimenux.h pimenugen.h \ 334 piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h piapplx.h \ 348 335 piapplgen.h picontainerx.h picontainergen.h piconsenum.h 349 336 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenubarx.cc 350 337 351 $(SOPHYAOBJP)pimenugen.o: pimenugen.cc \ 352 $(SOPHYAINCP)sopnamsp.h pimenugen.h \ 353 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 354 piwdggen.h pimsghandler.h picolist.h 338 $(SOPHYAOBJP)pimenugen.o: pimenugen.cc $(SOPHYAINCP)sopnamsp.h \ 339 pimenugen.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 340 piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h 355 341 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenugen.cc 356 342 357 343 $(SOPHYAOBJP)pimenux.o: pimenux.cc $(SOPHYAINCP)sopnamsp.h \ 358 pisysdep.h $(SOPHYAINCP)machdefs.h \359 pimenubar x.h pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \360 pi msghandler.h picolist.h344 pisysdep.h $(SOPHYAINCP)machdefs.h pimenubarx.h \ 345 pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h \ 346 picolist.h pipixutils.h 361 347 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenux.cc 362 348 … … 368 354 $(SOPHYAOBJP)pioptmenugen.o: pioptmenugen.cc \ 369 355 $(SOPHYAINCP)sopnamsp.h pioptmenugen.h \ 370 pisysdep.h $(SOPHYAINCP)machdefs.h \371 pimenu x.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h356 pisysdep.h $(SOPHYAINCP)machdefs.h pimenux.h \ 357 pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h 372 358 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pioptmenugen.cc 373 359 … … 376 362 $(SOPHYAINCP)machdefs.h pioptmenux.h \ 377 363 pioptmenugen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h \ 378 picolist.h pi stdwdgx.h pistdwdggen.h piapplx.h piapplgen.h \364 picolist.h pipixutils.h pistdwdgx.h pistdwdggen.h piapplx.h piapplgen.h \ 379 365 picontainerx.h picontainergen.h pimenubarx.h pimenubargen.h \ 380 366 piconsenum.h 381 367 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pioptmenux.cc 382 368 383 $(SOPHYAOBJP)piperiodx.o: piperiodx.cc \ 384 $(SOPHYAINCP)sopnamsp.h piwdgx.h piwdggen.h \ 385 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 386 picolist.h piperiodx.h \ 369 $(SOPHYAOBJP)piperiodx.o: piperiodx.cc $(SOPHYAINCP)sopnamsp.h \ 370 piwdgx.h piwdggen.h $(SOPHYAINCP)machdefs.h \ 371 pimsghandler.h picolist.h pipixutils.h piperiodx.h \ 387 372 $(SOPHYAINCP)periodic.h \ 388 373 $(SOPHYAINCP)machdefs.h … … 391 376 $(SOPHYAOBJP)pipixmapgen.o: pipixmapgen.cc \ 392 377 $(SOPHYAINCP)sopnamsp.h pipixmapgen.h \ 393 pisysdep.h $(SOPHYAINCP)machdefs.h \394 pibwdg x.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \378 pisysdep.h $(SOPHYAINCP)machdefs.h pibwdgx.h \ 379 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h \ 395 380 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 396 pifontgen.h pigrcoord.h pilineatt.h pi pixutils.h pigraphuc.h \397 pi evthandler.h psfile.h pigraphps.h381 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 382 pigraphps.h 398 383 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipixmapgen.cc 399 384 400 $(SOPHYAOBJP)pipixmapx.o: pipixmapx.cc \ 401 $(SOPHYAINCP)sopnamsp.h pipixmapx.h \ 402 pipixmapgen.h pisysdep.h \ 403 $(SOPHYAINCP)machdefs.h pibwdgx.h \ 404 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 385 $(SOPHYAOBJP)pipixmapx.o: pipixmapx.cc $(SOPHYAINCP)sopnamsp.h \ 386 pipixmapx.h pipixmapgen.h pisysdep.h \ 387 $(SOPHYAINCP)machdefs.h pibwdgx.h pibwdggen.h \ 388 piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h picmap.h \ 405 389 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 406 pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h pievthandler.h \ 407 psfile.h pigraphps.h 390 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 408 391 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipixmapx.cc 409 392 … … 415 398 $(SOPHYAINCP)machdefs.h piscdrawwdg.h \ 416 399 pisysdep.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 417 picolist.h pi cmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \418 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h \400 picolist.h pipixutils.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 401 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 419 402 pievthandler.h psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 420 403 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h pidrawer.h \ … … 427 410 $(SOPHYAINCP)sopnamsp.h pistdwdggen.h \ 428 411 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 429 piwdggen.h pimsghandler.h picolist.h 412 piwdggen.h pimsghandler.h picolist.h pipixutils.h 430 413 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdwdggen.cc 431 414 432 $(SOPHYAOBJP)pistdwdgx.o: pistdwdgx.cc \ 433 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 434 $(SOPHYAINCP)machdefs.h pistdwdgx.h \ 415 $(SOPHYAOBJP)pistdwdgx.o: pistdwdgx.cc $(SOPHYAINCP)sopnamsp.h \ 416 pisysdep.h $(SOPHYAINCP)machdefs.h pistdwdgx.h \ 435 417 pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 436 pi containerx.h picontainergen.h418 pipixutils.h picontainerx.h picontainergen.h 437 419 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdwdgx.cc 438 420 439 $(SOPHYAOBJP)pistzwin.o: pistzwin.cc \ 440 $(SOPHYAINCP)sopnamsp.h pistzwin.h \ 441 pisysdep.h $(SOPHYAINCP)machdefs.h \ 421 $(SOPHYAOBJP)pistzwin.o: pistzwin.cc $(SOPHYAINCP)sopnamsp.h \ 422 pistzwin.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 442 423 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 443 piwdggen.h pimsghandler.h picolist.h pip eriodx.h \424 piwdggen.h pimsghandler.h picolist.h pipixutils.h piperiodx.h \ 444 425 $(SOPHYAINCP)periodic.h \ 445 $(SOPHYAINCP)machdefs.h psfile.h \446 pi fontgen.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \447 pi grcoord.h pilineatt.h pipixutils.h426 $(SOPHYAINCP)machdefs.h psfile.h pifontgen.h \ 427 pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h \ 428 pilineatt.h 448 429 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistzwin.cc 449 430 450 $(SOPHYAOBJP)pisurfdr.o: pisurfdr.cc \ 451 $(SOPHYAINCP)sopnamsp.h pisurfdr.h \ 452 parradapter.h $(SOPHYAINCP)machdefs.h lut.h \ 453 pipixutils.h pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h \ 454 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 455 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 456 pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h \ 457 pigraph3d.h 431 $(SOPHYAOBJP)pisurfdr.o: pisurfdr.cc $(SOPHYAINCP)sopnamsp.h \ 432 pisurfdr.h parradapter.h \ 433 $(SOPHYAINCP)machdefs.h lut.h pipixutils.h \ 434 pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 435 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 436 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 437 pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h 458 438 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pisurfdr.cc 459 439 460 440 $(SOPHYAOBJP)pitherm.o: pitherm.cc $(SOPHYAINCP)sopnamsp.h \ 461 pitherm.h pisysdep.h \ 462 $(SOPHYAINCP)machdefs.h pibwdgx.h \ 463 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 464 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 465 pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h pievthandler.h \ 466 psfile.h pigraphps.h 441 pitherm.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 442 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 443 pipixutils.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 444 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 445 pievthandler.h psfile.h pigraphps.h 467 446 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitherm.cc 468 447 469 $(SOPHYAOBJP)pitxtdrw.o: pitxtdrw.cc \ 470 $(SOPHYAINCP)sopnamsp.h \ 471 $(SOPHYAINCP)machdefs.h pitxtdrw.h \ 472 pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 473 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 474 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h \ 448 $(SOPHYAOBJP)pitxtdrw.o: pitxtdrw.cc $(SOPHYAINCP)sopnamsp.h \ 449 $(SOPHYAINCP)machdefs.h pitxtdrw.h pisysdep.h \ 450 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 451 pipixutils.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 452 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 475 453 pievthandler.h psfile.h pigratt.h piaxes.h 476 454 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitxtdrw.cc 477 455 478 $(SOPHYAOBJP)piwdggen.o: piwdggen.cc \ 479 $(SOPHYAINCP)sopnamsp.h piwdggen.h \ 480 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 481 picolist.h picontainergen.h pisysdep.h piwdgx.h pievthandler.h \ 482 pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 483 pifontgen.h pigrcoord.h pilineatt.h pipixutils.h psfile.h 456 $(SOPHYAOBJP)piwdggen.o: piwdggen.cc $(SOPHYAINCP)sopnamsp.h \ 457 piwdggen.h $(SOPHYAINCP)machdefs.h \ 458 pimsghandler.h picolist.h pipixutils.h picontainergen.h pisysdep.h \ 459 piwdgx.h pievthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h \ 460 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h psfile.h 484 461 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwdggen.cc 485 462 486 463 $(SOPHYAOBJP)piwdgx.o: piwdgx.cc $(SOPHYAINCP)sopnamsp.h \ 487 464 piwdgx.h piwdggen.h $(SOPHYAINCP)machdefs.h \ 488 pimsghandler.h picolist.h pi containerx.h pisysdep.h picontainergen.h \489 pi evthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h \490 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h \465 pimsghandler.h picolist.h pipixutils.h picontainerx.h pisysdep.h \ 466 picontainergen.h pievthandler.h pigraphx.h pigraphgen.h picmap.h \ 467 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 491 468 $(SOPHYAINCP)pexceptions.h \ 492 469 $(SOPHYAINCP)machdefs.h … … 497 474 pisysdep.h $(SOPHYAINCP)machdefs.h \ 498 475 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 499 picolist.h p sfile.h pifontgen.h pigraphgen.h picmap.h picmapx.h \500 picmap gen.h pifontx.h pigrcoord.h pilineatt.h pipixutils.h476 picolist.h pipixutils.h psfile.h pifontgen.h pigraphgen.h picmap.h \ 477 picmapx.h picmapgen.h pifontx.h pigrcoord.h pilineatt.h 501 478 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwindowgen.cc 502 479 503 $(SOPHYAOBJP)piwindowx.o: piwindowx.cc \ 504 $(SOPHYAINCP)sopnamsp.h piwindowx.h \ 505 piwindowgen.h pisysdep.h \ 480 $(SOPHYAOBJP)piwindowx.o: piwindowx.cc $(SOPHYAINCP)sopnamsp.h \ 481 piwindowx.h piwindowgen.h pisysdep.h \ 506 482 $(SOPHYAINCP)machdefs.h picontainerx.h \ 507 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 483 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 484 pipixutils.h 508 485 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwindowx.cc 509 486 510 $(SOPHYAOBJP)pixtbase.o: pixtbase.cc \ 511 $(SOPHYAINCP)sopnamsp.h \ 512 $(SOPHYAINCP)machdefs.h pixtbaseP.h \ 513 pibwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 514 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 515 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h \ 487 $(SOPHYAOBJP)pixtbase.o: pixtbase.cc $(SOPHYAINCP)sopnamsp.h \ 488 $(SOPHYAINCP)machdefs.h pixtbaseP.h pibwdgx.h \ 489 pisysdep.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 490 pipixutils.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 491 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 516 492 pievthandler.h psfile.h pigraphps.h pixtbase.h 517 493 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pixtbase.cc 518 494 519 $(SOPHYAOBJP)piyfxdrw.o: piyfxdrw.cc \ 520 $(SOPHYAINCP)sopnamsp.h \ 521 $(SOPHYAINCP)machdefs.h piyfxdrw.h \ 522 pisysdep.h parradapter.h lut.h pipixutils.h pidrawer.h pibwdggen.h \ 523 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 524 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 525 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 495 $(SOPHYAOBJP)piyfxdrw.o: piyfxdrw.cc $(SOPHYAINCP)sopnamsp.h \ 496 $(SOPHYAINCP)machdefs.h piyfxdrw.h pisysdep.h \ 497 parradapter.h lut.h pipixutils.h pidrawer.h pibwdggen.h piwdgx.h \ 498 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 499 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 500 pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 526 501 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piyfxdrw.cc 527 502 … … 529 504 psfile.h $(SOPHYAINCP)machdefs.h pisysdep.h \ 530 505 pifontgen.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 531 pi cmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h pilineatt.h \532 pi pixutils.h506 pipixutils.h picmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h \ 507 pilineatt.h 533 508 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psfile.cc 534 509 -
trunk/SophyaPI/PI/parradapter.cc
r3527 r3572 202 202 double x,y; 203 203 this->Coord(ix, iy, x, y); 204 c har * isr = "";204 const char * isr = ""; 205 205 if (ISFunc != NULL) isr = ISFunc(this, ix, iy); 206 206 sprintf(ibuff,"X= %g Y= %g Pix= %g %s ", -
trunk/SophyaPI/PI/piapplx.cc
r3475 r3572 40 40 class PITopContAppX : public PIContainer { 41 41 public : 42 PITopContAppX(PIContainer *par, c har *nom, PIWdg* topw,42 PITopContAppX(PIContainer *par, const char *nom, PIWdg* topw, 43 43 int sx=10, int sy=10, int px=0, int py=0); 44 44 virtual ~PITopContAppX(); … … 52 52 53 53 /* --Methode-- */ 54 PITopContAppX::PITopContAppX(PIContainer *par, c har *nom, PIWdg* topw, int sx, int sy, int px, int py)54 PITopContAppX::PITopContAppX(PIContainer *par, const char *nom, PIWdg* topw, int sx, int sy, int px, int py) 55 55 : PIContainer(par, nom, (sx>10)?sx:10, (sy>10)?sy:10, px, py) 56 56 { … … 141 141 if (sx < sxt) sx = sxt; 142 142 if (sy < 10) sy = 10; 143 topcont = new PITopContAppX(MBCont(), "TopLevelCont", topwdg, 144 sx, sy, 0, msy); 143 topcont = new PITopContAppX(MBCont(), "TopLevelCont", topwdg, sx, sy, 0, msy); 145 144 MBCont()->Show(); 146 145 //DBG printf("PIApplicationX-DBG2:: MBContSize=%d %d \n", MBCont()->XSize(), MBCont()->YSize()); -
trunk/SophyaPI/PI/pibwdgx.cc
r2776 r3572 39 39 CreateXtWdg(nom, piXtBaseWidgetClass, NULL, sx, sy, px, py); 40 40 41 XtSetArg(wargs[0], PIXNobject,this);41 XtSetArg(wargs[0],const_cast<char*>(PIXNobject),this); 42 42 XtSetArg(wargs[1],XtNbackground, colpixwhite); 43 43 XtSetArg(wargs[2],XtNborderWidth, (Dimension)0); … … 72 72 #endif 73 73 Arg wargs[2]; 74 XtSetArg(wargs[0],PIXNobject,NULL);74 XtSetArg(wargs[0],const_cast<char*>(PIXNobject),NULL); 75 75 XtSetValues(XtWdg(), wargs, 1); 76 76 } -
trunk/SophyaPI/PI/pifilechox.cc
r2615 r3572 120 120 { 121 121 XmString xmstr; 122 xmstr = XmStringLtoRCreate( (char *)path.c_str(), XmSTRING_DEFAULT_CHARSET);122 xmstr = XmStringLtoRCreate(const_cast<char*>(path.c_str()), const_cast<char*>(XmSTRING_DEFAULT_CHARSET)); 123 123 Arg warg[2]; 124 124 XtSetArg(warg[0], XmNdirectory, xmstr); … … 132 132 { 133 133 XmString xmstr; 134 xmstr = XmStringLtoRCreate( (char *)fname.c_str(), XmSTRING_DEFAULT_CHARSET);134 xmstr = XmStringLtoRCreate(const_cast<char*>(fname.c_str()), const_cast<char*>(XmSTRING_DEFAULT_CHARSET)); 135 135 Arg warg[2]; 136 136 XtSetArg(warg[0], XmNtextString, xmstr); -
trunk/SophyaPI/PI/pifontx.cc
r3499 r3572 263 263 264 264 static XtResource resources[] = { 265 { "fontFamilyName", "FontFamilyName", XtRString, sizeof(String), 265 { const_cast<char *>("fontFamilyName"), const_cast<char *>("FontFamilyName"), 266 XtRString, sizeof(String), 266 267 /*XtOffset(apd, fntFam[0])*/ 0, XtRString, const_cast<char *>("*-courier") } , 267 { "courierfontFamilyName", "CourierfontFamilyName", XtRString, sizeof(String), 268 { const_cast<char *>("courierfontFamilyName"), const_cast<char *>("CourierfontFamilyName"), 269 XtRString, sizeof(String), 268 270 sizeof(String) , XtRString, const_cast<char *>("*-courier") } , 269 { "helveticafontFamilyName", "HelveticafontFamilyName", XtRString, sizeof(String), 271 { const_cast<char *>("helveticafontFamilyName"), const_cast<char *>("HelveticafontFamilyName"), 272 XtRString, sizeof(String), 270 273 2*sizeof(String) , XtRString, const_cast<char *>("*-helvetica") } , 271 { "timesfontFamilyName", "TimesfontFamilyName", XtRString, sizeof(String), 274 { const_cast<char *>("timesfontFamilyName"), const_cast<char *>("TimesfontFamilyName"), 275 XtRString, sizeof(String), 272 276 3*sizeof(String) , XtRString, const_cast<char *>("*-times") } , 273 { "symbolfontFamilyName", "SymbolfontFamilyName", XtRString, sizeof(String), 277 { const_cast<char *>("symbolfontFamilyName"), const_cast<char *>("SymbolfontFamilyName"), 278 XtRString, sizeof(String), 274 279 4*sizeof(String) , XtRString, const_cast<char *>("*-symbol") } 275 280 }; 276 281 277 static c har * fnbi_b[4] = { "medium-r-normal", "bold-r-normal",282 static const char * fnbi_b[4] = { "medium-r-normal", "bold-r-normal", 278 283 "medium-o-normal", "bold-o-normal" }; 279 static c har * fnbo_b[4] = { NULL, NULL,284 static const char * fnbo_b[4] = { NULL, NULL, 280 285 "medium-i-normal", "bold-i-normal" }; 281 286 … … 355 360 printf("PIFontX::Init %d fonts found for %s , switching to courier\n", 356 361 count, apd.fntFam[0]); 357 apd.fntFam[0] = "*-courier";362 apd.fntFam[0] = const_cast<char *>("*-courier"); 358 363 if (list) XFreeFontNames(list); 359 364 } -
trunk/SophyaPI/PI/pilistx.cc
r2615 r3572 116 116 mNItem++; 117 117 118 #if defined(__DECCXX) || defined(__KCC__) || defined(__aCC__) 119 XmString xms = XmStringCreate(const_cast<char *>(item), XmSTRING_DEFAULT_CHARSET); 120 #else 121 XmString xms = XmStringCreate((char *)(item), XmSTRING_DEFAULT_CHARSET); 122 #endif 118 XmString xms = XmStringCreate(const_cast<char*>(item), const_cast<char*>(XmSTRING_DEFAULT_CHARSET)); 123 119 XmListAddItem(mlist, xms, 0); 124 120 XmStringFree(xms); -
trunk/SophyaPI/PI/pimenux.cc
r2615 r3572 386 386 n=0; 387 387 sprintf(acc,"Ctrl/%c", sc[0]); 388 xmstr = XmStringLtoRCreate(acc, XmSTRING_DEFAULT_CHARSET);388 xmstr = XmStringLtoRCreate(acc, const_cast<char*>(XmSTRING_DEFAULT_CHARSET)); 389 389 XtSetArg(warg[n], XmNacceleratorText, xmstr); n++; 390 390 sprintf(acc,"Ctrl<Key>%c", sc[0]); -
trunk/SophyaPI/PI/pioptmenux.cc
r2776 r3572 160 160 { 161 161 XmString xmstr; 162 xmstr = XmStringLtoRCreate( (char *)lab.c_str(), XmSTRING_DEFAULT_CHARSET);162 xmstr = XmStringLtoRCreate(const_cast<char*>(lab.c_str()), const_cast<char*>(XmSTRING_DEFAULT_CHARSET)); 163 163 int n=0; 164 164 Arg warg[2]; -
trunk/SophyaPI/PI/pistdwdgx.cc
r2615 r3572 51 51 { 52 52 XmString xmstr; 53 xmstr = XmStringLtoRCreate( (char *)lab.c_str(), XmSTRING_DEFAULT_CHARSET);53 xmstr = XmStringLtoRCreate(const_cast<char*>(lab.c_str()), const_cast<char*>(XmSTRING_DEFAULT_CHARSET)); 54 54 int n=0; 55 55 Arg warg[2]; … … 149 149 { 150 150 XmString xmstr; 151 xmstr = XmStringLtoRCreate( (char *)lab.c_str(), XmSTRING_DEFAULT_CHARSET);151 xmstr = XmStringLtoRCreate(const_cast<char*>(lab.c_str()), const_cast<char*>(XmSTRING_DEFAULT_CHARSET)); 152 152 int n=0; 153 153 Arg warg[2]; -
trunk/SophyaPI/PI/pitherm.cc
r3549 r3572 24 24 //-- 25 25 //++ 26 // PIThermometer(PIContainerGen *par, c har *nom, int sx=256, int sy=10, int px=0, int py=0)26 // PIThermometer(PIContainerGen *par, const char *nom, int sx=256, int sy=10, int px=0, int py=0) 27 27 // Constructeur - Le choix d'affichage (vertical ou horizontal) dépend 28 28 // du rapport des tailles "sx", "sy" … … 31 31 32 32 /* --Methode-- */ 33 PIThermometer::PIThermometer(PIContainerGen *par, c har *nom,33 PIThermometer::PIThermometer(PIContainerGen *par, const char *nom, 34 34 int sx, int sy, int px, int py) 35 35 : PIBaseWdg(par, nom, sx, sy, px, py) -
trunk/SophyaPI/PI/pitherm.h
r2652 r3572 16 16 enum {ClassId = 5220}; 17 17 18 PIThermometer(PIContainerGen *par, c har *nom,18 PIThermometer(PIContainerGen *par, const char *nom, 19 19 int sx=256, int sy=10, int px=0, int py=0); 20 20 virtual ~PIThermometer(); -
trunk/SophyaPI/PI/piwdgx.cc
r3549 r3572 20 20 #include "pigraphx.h" 21 21 22 #ifdef SANS_EVOLPLANCK23 #include "perrors.h"24 #else25 22 #include "pexceptions.h" 26 #endif27 23 28 24 … … 627 623 // Ressources X si non definis 628 624 static const String fallback_res[26] = { 629 "PeidaInt*default*background: LightGrey",630 "PeidaInt*background: LightGrey",631 "PeidaInt*Foreground: Black",632 "PeidaInt*default*Foreground: Black",633 "PeidaInt*default*bottomShadowColor: Black",634 "PeidaInt*bottomShadowColor: Black",635 "PeidaInt*default*topShadowColor: White",636 "PeidaInt*topShadowColor: White",637 "PeidaInt*borderColor: Black",638 "PeidaInt*XmLabel.borderWidth: 0",639 "PeidaInt*XmDrawingArea*background: Black",640 "PeidaInt*XmPushButton*borderWidth: 0",641 "PeidaInt*XmText*shadowThickness: 2",642 "PeidaInt*XmText*highlightThickness: 0",643 "PeidaInt*XmText*marginHeigt: 0",644 "PeidaInt*XmText*marginWidth: 2",645 // "PeidaInt*DefMenubar*XtNwidth: 250",646 // "PeidaInt*DefMenubar*XtNheight: 30",647 "PeidaInt*fontList: -*-courier-bold-r-normal-*-12-*-*-*-*-*-ISO8859-1",648 "PeidaInt*default*fontList: -*-courier-bold-r-normal-*-12-*-*-*-*-*-ISO8859-1",649 "PeidaInt*fontFamilyName: *-courier", // Pas de blanc apres le nom de font650 "PeidaInt*courierfontFamilyName: *-courier", // " "651 "PeidaInt*helveticafontFamilyName: *-helvetica", // " "652 "PeidaInt*timesfontFamilyName: *-times", // " "653 "PeidaInt*symbolfontFamilyName: *-symbol", // " "654 "PeidaInt*XmToggleButton*selectColor: Red",625 const_cast<char*>("PeidaInt*default*background: LightGrey") , 626 const_cast<char*>("PeidaInt*background: LightGrey") , 627 const_cast<char*>("PeidaInt*Foreground: Black"), 628 const_cast<char*>("PeidaInt*default*Foreground: Black"), 629 const_cast<char*>("PeidaInt*default*bottomShadowColor: Black"), 630 const_cast<char*>("PeidaInt*bottomShadowColor: Black"), 631 const_cast<char*>("PeidaInt*default*topShadowColor: White"), 632 const_cast<char*>("PeidaInt*topShadowColor: White"), 633 const_cast<char*>("PeidaInt*borderColor: Black"), 634 const_cast<char*>("PeidaInt*XmLabel.borderWidth: 0"), 635 const_cast<char*>("PeidaInt*XmDrawingArea*background: Black"), 636 const_cast<char*>("PeidaInt*XmPushButton*borderWidth: 0"), 637 const_cast<char*>("PeidaInt*XmText*shadowThickness: 2"), 638 const_cast<char*>("PeidaInt*XmText*highlightThickness: 0"), 639 const_cast<char*>("PeidaInt*XmText*marginHeigt: 0"), 640 const_cast<char*>("PeidaInt*XmText*marginWidth: 2"), 641 // const_cast<char*>("PeidaInt*DefMenubar*XtNwidth: 250"), 642 // const_cast<char*>("PeidaInt*DefMenubar*XtNheight: 30"), 643 const_cast<char*>("PeidaInt*fontList: -*-courier-bold-r-normal-*-12-*-*-*-*-*-ISO8859-1"), 644 const_cast<char*>("PeidaInt*default*fontList: -*-courier-bold-r-normal-*-12-*-*-*-*-*-ISO8859-1"), 645 const_cast<char*>("PeidaInt*fontFamilyName: *-courier"), // Pas de blanc apres le nom de font 646 const_cast<char*>("PeidaInt*courierfontFamilyName: *-courier"), // " " 647 const_cast<char*>("PeidaInt*helveticafontFamilyName: *-helvetica"), // " " 648 const_cast<char*>("PeidaInt*timesfontFamilyName: *-times"), // " " 649 const_cast<char*>("PeidaInt*symbolfontFamilyName: *-symbol"), // " " 650 const_cast<char*>("PeidaInt*XmToggleButton*selectColor: Red"), 655 651 NULL 656 652 }; … … 681 677 if (top == NULL) { 682 678 fprintf(stderr, "PIWdgX::InitXt()/ Error XtVaAppInitialize()\n"); 683 #ifdef SANS_EVOLPLANCK 684 throw notFoundErr; 685 #else 686 throw NotFoundExc("PIWdgX::InitXt()/ Error XtVaAppInitialize()"); 687 #endif 679 throw PError("PIWdgX::InitXt()/ Error XtVaAppInitialize()"); 688 680 } 689 681 dpy = XtDisplay(top); 690 682 if (dpy == NULL) { 691 683 fprintf(stderr, "PIWdgX::InitXt()/ Error XtVaAppInitialize()/DisplayConnection\n"); 692 #ifdef SANS_EVOLPLANCK 693 throw notFoundErr; 694 #else 695 throw NotFoundExc("PIWdgX::InitXt()/ Error XtVaAppInitialize()/DisplayConnection"); 696 #endif 684 throw PError("PIWdgX::InitXt()/ Error XtVaAppInitialize()/DisplayConnection"); 697 685 } 698 686 … … 734 722 } 735 723 stdfnt = XLoadQueryFont(dpy, buff); 736 c har * myfntname = "???";724 const char * myfntname = "???"; 737 725 // Recherche du champ taille en pixel de la fonte : apres le 7eme tiret 738 726 int mySzFont = 12; -
trunk/SophyaPI/PI/pixtbase.cc
r3404 r3572 46 46 47 47 static XtResource resources[] ={ 48 { PIXNobject ,(char *)"Object", XtRPointer, sizeof(XtRPointer),48 {const_cast<char*>(PIXNobject) ,const_cast<char*>("Object"), XtRPointer, sizeof(XtRPointer), 49 49 XtOffset(PIXtBaseWidget, pixtbase.objet), XtRImmediate, (XtPointer)0}, 50 50 }; -
trunk/SophyaPI/PI/smakefile
r3523 r3572 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)lut.o $(SOPHYAOBJP)parradapter.o $(SOPHYAOBJP)pi3ddrw.o $(SOPHYAOBJP)pi3dwdg.o $(SOPHYAOBJP)piapplgen.o $(SOPHYAOBJP)piapplx.o $(SOPHYAOBJP)piaxes.o $(SOPHYAOBJP)piaxestools.o $(SOPHYAOBJP)pibargraph.o $(SOPHYAOBJP)pibwdggen.o $(SOPHYAOBJP)pibwdgx.o $(SOPHYAOBJP)picmap.o $(SOPHYAOBJP)picmapgen.o $(SOPHYAOBJP)picmapview.o $(SOPHYAOBJP)picmapx.o $(SOPHYAOBJP)picons.o $(SOPHYAOBJP)picontainergen.o $(SOPHYAOBJP)picontainerx.o $(SOPHYAOBJP)pidrawer.o $(SOPHYAOBJP)pidrawwin.o $(SOPHYAOBJP)pidrwtools.o $(SOPHYAOBJP)pieldrw.o $(SOPHYAOBJP)pierrdisp.o $(SOPHYAOBJP)pievthandler.o $(SOPHYAOBJP)pifilechogen.o $(SOPHYAOBJP)pifilechox.o $(SOPHYAOBJP)pifontgen.o $(SOPHYAOBJP)pifontx.o $(SOPHYAOBJP)pigraph3d.o $(SOPHYAOBJP)pigraphgen.o $(SOPHYAOBJP)pigraphps.o $(SOPHYAOBJP)pigraphuc.o $(SOPHYAOBJP)pigraphx.o $(SOPHYAOBJP)pigratt.o $(SOPHYAOBJP)pigrcoord.o $(SOPHYAOBJP)piimage.o $(SOPHYAOBJP)piimgtools.o $(SOPHYAOBJP)pilineatt.o $(SOPHYAOBJP)pilistgen.o $(SOPHYAOBJP)pilistx.o $(SOPHYAOBJP)pimenubargen.o $(SOPHYAOBJP)pimenubarx.o $(SOPHYAOBJP)pimenugen.o $(SOPHYAOBJP)pimenux.o $(SOPHYAOBJP)pimsghandler.o $(SOPHYAOBJP)pioptmenugen.o $(SOPHYAOBJP)pioptmenux.o $(SOPHYAOBJP)piperiodx.o $(SOPHYAOBJP)pipixmapgen.o $(SOPHYAOBJP)pipixmapx.o $(SOPHYAOBJP)pipixutils.o $(SOPHYAOBJP)pipplist.o $(SOPHYAOBJP)pippmenubar.o $(SOPHYAOBJP)pippoptmenu.o $(SOPHYAOBJP)pippviewadapter.o $(SOPHYAOBJP)piscdrawwdg.o $(SOPHYAOBJP)pistdwdggen.o $(SOPHYAOBJP)pistdwdgx.o $(SOPHYAOBJP)pistzwin.o $(SOPHYAOBJP)pisurfdr.o $(SOPHYAOBJP)pitherm.o $(SOPHYAOBJP)pitxtdrw.o $(SOPHYAOBJP)piup.o $(SOPHYAOBJP)piup dattachment.o $(SOPHYAOBJP)piup_def.o $(SOPHYAOBJP)piwdggen.o $(SOPHYAOBJP)piwdgx.o $(SOPHYAOBJP)piwindowgen.o $(SOPHYAOBJP)piwindowx.o $(SOPHYAOBJP)pixtbase.o $(SOPHYAOBJP)piyfxdrw.o $(SOPHYAOBJP)psfile.o $(SOPHYAOBJP)xdispim.o6 rm -f $(SOPHYAOBJP)lut.o $(SOPHYAOBJP)parradapter.o $(SOPHYAOBJP)pi3ddrw.o $(SOPHYAOBJP)pi3dwdg.o $(SOPHYAOBJP)piapplgen.o $(SOPHYAOBJP)piapplx.o $(SOPHYAOBJP)piaxes.o $(SOPHYAOBJP)piaxestools.o $(SOPHYAOBJP)pibargraph.o $(SOPHYAOBJP)pibwdggen.o $(SOPHYAOBJP)pibwdgx.o $(SOPHYAOBJP)picmap.o $(SOPHYAOBJP)picmapgen.o $(SOPHYAOBJP)picmapview.o $(SOPHYAOBJP)picmapx.o $(SOPHYAOBJP)picons.o $(SOPHYAOBJP)picontainergen.o $(SOPHYAOBJP)picontainerx.o $(SOPHYAOBJP)pidrawer.o $(SOPHYAOBJP)pidrawwin.o $(SOPHYAOBJP)pidrwtools.o $(SOPHYAOBJP)pieldrw.o $(SOPHYAOBJP)pierrdisp.o $(SOPHYAOBJP)pievthandler.o $(SOPHYAOBJP)pifilechogen.o $(SOPHYAOBJP)pifilechox.o $(SOPHYAOBJP)pifontgen.o $(SOPHYAOBJP)pifontx.o $(SOPHYAOBJP)pigraph3d.o $(SOPHYAOBJP)pigraphgen.o $(SOPHYAOBJP)pigraphps.o $(SOPHYAOBJP)pigraphuc.o $(SOPHYAOBJP)pigraphx.o $(SOPHYAOBJP)pigratt.o $(SOPHYAOBJP)pigrcoord.o $(SOPHYAOBJP)piimage.o $(SOPHYAOBJP)piimgtools.o $(SOPHYAOBJP)pilineatt.o $(SOPHYAOBJP)pilistgen.o $(SOPHYAOBJP)pilistx.o $(SOPHYAOBJP)pimenubargen.o $(SOPHYAOBJP)pimenubarx.o $(SOPHYAOBJP)pimenugen.o $(SOPHYAOBJP)pimenux.o $(SOPHYAOBJP)pimsghandler.o $(SOPHYAOBJP)pioptmenugen.o $(SOPHYAOBJP)pioptmenux.o $(SOPHYAOBJP)piperiodx.o $(SOPHYAOBJP)pipixmapgen.o $(SOPHYAOBJP)pipixmapx.o $(SOPHYAOBJP)pipixutils.o $(SOPHYAOBJP)pipplist.o $(SOPHYAOBJP)pippmenubar.o $(SOPHYAOBJP)pippoptmenu.o $(SOPHYAOBJP)pippviewadapter.o $(SOPHYAOBJP)piscdrawwdg.o $(SOPHYAOBJP)pistdwdggen.o $(SOPHYAOBJP)pistdwdgx.o $(SOPHYAOBJP)pistzwin.o $(SOPHYAOBJP)pisurfdr.o $(SOPHYAOBJP)pitherm.o $(SOPHYAOBJP)pitxtdrw.o $(SOPHYAOBJP)piup.o $(SOPHYAOBJP)piup_def.o $(SOPHYAOBJP)piupdattachment.o $(SOPHYAOBJP)piwdggen.o $(SOPHYAOBJP)piwdgx.o $(SOPHYAOBJP)piwindowgen.o $(SOPHYAOBJP)piwindowx.o $(SOPHYAOBJP)pixtbase.o $(SOPHYAOBJP)piyfxdrw.o $(SOPHYAOBJP)psfile.o $(SOPHYAOBJP)xdispim.o 7 7 rm -f $(SOPHYALIBP)libPI.a 8 8 … … 23 23 24 24 $(SOPHYAOBJP)pi3ddrw.o: pi3ddrw.cc $(SOPHYAINCP)sopnamsp.h \ 25 pi3ddrw.h pisysdep.h \ 26 $(SOPHYAINCP)machdefs.h pidrawer.h \ 27 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 28 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 29 pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h pievthandler.h \ 30 psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h 25 pi3ddrw.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 26 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 27 pipixutils.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 28 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 29 pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h 31 30 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi3ddrw.cc 32 31 33 32 $(SOPHYAOBJP)pi3dwdg.o: pi3dwdg.cc $(SOPHYAINCP)sopnamsp.h \ 34 pi3dwdg.h pisysdep.h \ 35 $(SOPHYAINCP)machdefs.h pi3ddrw.h \ 36 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 37 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 38 pifontgen.h pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h \ 33 pi3dwdg.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 34 pi3ddrw.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 35 picolist.h pipixutils.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 36 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 39 37 pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h \ 40 38 pibwdgx.h pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ … … 44 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pi3dwdg.cc 45 43 46 $(SOPHYAOBJP)piapplgen.o: piapplgen.cc \ 47 $(SOPHYAINCP)sopnamsp.h piapplgen.h \ 48 pimsghandler.h $(SOPHYAINCP)machdefs.h \ 49 pisysdep.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 50 picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h \ 51 piconsenum.h 44 $(SOPHYAOBJP)piapplgen.o: piapplgen.cc $(SOPHYAINCP)sopnamsp.h \ 45 piapplgen.h pimsghandler.h \ 46 $(SOPHYAINCP)machdefs.h pisysdep.h \ 47 picontainerx.h picontainergen.h piwdgx.h piwdggen.h picolist.h \ 48 pipixutils.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h \ 49 piconsenum.h pidrawer.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 50 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 51 pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 52 52 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapplgen.cc 53 53 … … 56 56 $(SOPHYAINCP)machdefs.h pisysdep.h \ 57 57 picontainerx.h picontainergen.h piwdgx.h piwdggen.h picolist.h \ 58 pi menubarx.h pimenubargen.h pimenux.h pimenugen.h piconsenum.h picons.h \59 pi stdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \60 picmap gen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \61 pi lineatt.h pipixutils.h pigraphuc.h pievthandler.h psfile.h \58 pipixutils.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h \ 59 piconsenum.h picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h \ 60 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 61 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 62 62 pigraphps.h 63 63 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapplx.cc 64 64 65 65 $(SOPHYAOBJP)piaxes.o: piaxes.cc $(SOPHYAINCP)sopnamsp.h \ 66 $(SOPHYAINCP)machdefs.h piaxes.h \ 67 pigraphuc.h pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 68 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 69 pigrcoord.h pilineatt.h pipixutils.h pigratt.h 66 $(SOPHYAINCP)machdefs.h piaxes.h pigraphuc.h \ 67 pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 68 pipixutils.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 69 pigrcoord.h pilineatt.h pigratt.h pidrawer.h pibwdggen.h pigraphx.h \ 70 pievthandler.h psfile.h 70 71 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piaxes.cc 71 72 72 73 $(SOPHYAOBJP)piaxestools.o: piaxestools.cc \ 73 $(SOPHYAINCP)sopnamsp.h piaxes.h \ 74 pigraphuc.h pisysdep.h \ 75 $(SOPHYAINCP)machdefs.h pigraphgen.h \ 76 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 77 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h \ 74 $(SOPHYAINCP)sopnamsp.h piaxes.h pigraphuc.h \ 75 pisysdep.h $(SOPHYAINCP)machdefs.h pigraphgen.h \ 76 piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h picmap.h \ 77 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 78 78 pigratt.h piaxestools.h pistdwdgx.h pistdwdggen.h pioptmenux.h \ 79 79 pioptmenugen.h pimenux.h pimenugen.h piwindowx.h piwindowgen.h \ … … 85 85 $(SOPHYAOBJP)pibargraph.o: pibargraph.cc \ 86 86 $(SOPHYAINCP)sopnamsp.h \ 87 $(SOPHYAINCP)machdefs.h pibargraph.h \88 pi sysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \89 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \90 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pi pixutils.h pigraphuc.h \87 $(SOPHYAINCP)machdefs.h pibargraph.h pisysdep.h \ 88 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 89 pipixutils.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 90 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 91 91 pievthandler.h psfile.h pigratt.h piaxes.h 92 92 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibargraph.cc 93 93 94 $(SOPHYAOBJP)pibwdggen.o: pibwdggen.cc \ 95 $(SOPHYAINCP)sopnamsp.h pibwdggen.h \ 96 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 97 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 98 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 99 pipixutils.h pigraphuc.h pievthandler.h psfile.h pidrawer.h pigratt.h \ 100 piaxes.h pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 101 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 102 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 103 pimenubargen.h piconsenum.h 94 $(SOPHYAOBJP)pibwdggen.o: pibwdggen.cc $(SOPHYAINCP)sopnamsp.h \ 95 pibwdggen.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 96 piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h picmap.h \ 97 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 98 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pidrawer.h \ 99 pigratt.h piaxes.h pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h \ 100 pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h \ 101 piwindowgen.h picontainerx.h picontainergen.h piapplx.h piapplgen.h \ 102 pimenubarx.h pimenubargen.h piconsenum.h 104 103 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibwdggen.cc 105 104 106 105 $(SOPHYAOBJP)pibwdgx.o: pibwdgx.cc $(SOPHYAINCP)sopnamsp.h \ 107 106 pixtbaseP.h pibwdgx.h pisysdep.h \ 108 $(SOPHYAINCP)machdefs.h pibwdggen.h \109 piwdg x.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \107 $(SOPHYAINCP)machdefs.h pibwdggen.h piwdgx.h \ 108 piwdggen.h pimsghandler.h picolist.h pipixutils.h picmap.h picmapx.h \ 110 109 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 111 pilineatt.h pipixutils.h pigraphuc.h pievthandler.h psfile.h \ 112 pigraphps.h pixtbase.h 110 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h pixtbase.h 113 111 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibwdgx.cc 114 112 … … 118 116 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmap.cc 119 117 120 $(SOPHYAOBJP)picmapgen.o: picmapgen.cc \ 121 $(SOPHYAINCP)sopnamsp.h picmapgen.h \ 122 pisysdep.h $(SOPHYAINCP)machdefs.h \ 118 $(SOPHYAOBJP)picmapgen.o: picmapgen.cc $(SOPHYAINCP)sopnamsp.h \ 119 picmapgen.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 123 120 picmapx.h picmap.h 124 121 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapgen.cc 125 122 126 123 $(SOPHYAOBJP)picmapview.o: picmapview.cc \ 127 $(SOPHYAINCP)sopnamsp.h picmapview.h \ 128 pisysdep.h $(SOPHYAINCP)machdefs.h \ 129 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 130 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 131 pifontgen.h pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h \ 132 pievthandler.h psfile.h pigraphps.h 124 $(SOPHYAINCP)sopnamsp.h picmapview.h pisysdep.h \ 125 $(SOPHYAINCP)machdefs.h pibwdgx.h pibwdggen.h \ 126 piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h picmap.h \ 127 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 128 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 133 129 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapview.cc 134 130 135 131 $(SOPHYAOBJP)picmapx.o: picmapx.cc $(SOPHYAINCP)sopnamsp.h \ 136 132 piwdgx.h piwdggen.h $(SOPHYAINCP)machdefs.h \ 137 pimsghandler.h picolist.h pi cmapx.h picmapgen.h pisysdep.h133 pimsghandler.h picolist.h pipixutils.h picmapx.h picmapgen.h pisysdep.h 138 134 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapx.cc 139 135 140 136 $(SOPHYAOBJP)picons.o: picons.cc $(SOPHYAINCP)sopnamsp.h \ 141 pisysdep.h $(SOPHYAINCP)machdefs.h \142 pimenu x.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \137 pisysdep.h $(SOPHYAINCP)machdefs.h pimenux.h \ 138 pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h \ 143 139 picons.h pistdwdgx.h pistdwdggen.h picontainerx.h picontainergen.h \ 144 140 pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 145 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pi pixutils.h \146 pi graphuc.h pievthandler.h psfile.h pigraphps.h piconsenum.h141 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 142 pievthandler.h psfile.h pigraphps.h piconsenum.h 147 143 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picons.cc 148 144 … … 150 146 $(SOPHYAINCP)sopnamsp.h picontainergen.h \ 151 147 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 152 piwdggen.h pimsghandler.h picolist.h 148 piwdggen.h pimsghandler.h picolist.h pipixutils.h 153 149 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picontainergen.cc 154 150 … … 156 152 $(SOPHYAINCP)sopnamsp.h picontainerx.h \ 157 153 pisysdep.h $(SOPHYAINCP)machdefs.h \ 158 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 154 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 155 pipixutils.h 159 156 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picontainerx.cc 160 157 161 $(SOPHYAOBJP)pidrawer.o: pidrawer.cc \ 162 $(SOPHYAINCP)sopnamsp.h \ 163 $(SOPHYAINCP)machdefs.h pidrawer.h \ 164 pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 158 $(SOPHYAOBJP)pidrawer.o: pidrawer.cc $(SOPHYAINCP)sopnamsp.h \ 159 $(SOPHYAINCP)machdefs.h pidrawer.h pibwdggen.h \ 160 pisysdep.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h \ 165 161 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 166 pifontgen.h pigrcoord.h pilineatt.h pi pixutils.h pigraphuc.h \167 pi evthandler.h psfile.h pigratt.h piaxes.h pidrwtools.h pistdwdgx.h \168 pi stdwdggen.h pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h \169 pi windowx.h piwindowgen.h picontainerx.h picontainergen.h piapplx.h \170 pi applgen.h pimenubarx.h pimenubargen.h piconsenum.h ucckprot.h162 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 163 pigratt.h piaxes.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 164 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 165 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 166 pimenubargen.h piconsenum.h ucckprot.h 171 167 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pidrawer.cc 172 168 173 $(SOPHYAOBJP)pidrawwin.o: pidrawwin.cc \ 174 $(SOPHYAINCP)sopnamsp.h pidrawwin.h \ 175 pisysdep.h $(SOPHYAINCP)machdefs.h \ 169 $(SOPHYAOBJP)pidrawwin.o: pidrawwin.cc $(SOPHYAINCP)sopnamsp.h \ 170 pidrawwin.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 176 171 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 177 piwdggen.h pimsghandler.h picolist.h pi scdrawwdg.h pibwdgx.h \178 pibwdg gen.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \179 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h \172 piwdggen.h pimsghandler.h picolist.h pipixutils.h piscdrawwdg.h \ 173 pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 174 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 180 175 pievthandler.h psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 181 176 pidrawer.h pigratt.h piaxes.h pieldrw.h … … 183 178 184 179 $(SOPHYAOBJP)pidrwtools.o: pidrwtools.cc \ 185 $(SOPHYAINCP)sopnamsp.h pidrwtools.h \186 pisysdep.h $(SOPHYAINCP)machdefs.h \187 pistdwdg x.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \188 pi menux.h pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h \189 piwindow gen.h picontainerx.h picontainergen.h piapplx.h piapplgen.h \190 pi menubarx.h pimenubargen.h piconsenum.h pibwdggen.h picmap.h picmapx.h \191 picmap gen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \192 pi lineatt.h pipixutils.h pigraphuc.h pievthandler.h psfile.h \180 $(SOPHYAINCP)sopnamsp.h pidrwtools.h pisysdep.h \ 181 $(SOPHYAINCP)machdefs.h pistdwdgx.h \ 182 pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 183 pipixutils.h pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h \ 184 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piapplx.h \ 185 piapplgen.h pimenubarx.h pimenubargen.h piconsenum.h pibwdggen.h \ 186 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 187 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 193 188 piscdrawwdg.h pibwdgx.h pigraphps.h pidrawer.h pigratt.h piaxes.h \ 194 189 pieldrw.h pi3dwdg.h pi3ddrw.h pigraph3d.h … … 196 191 197 192 $(SOPHYAOBJP)pieldrw.o: pieldrw.cc $(SOPHYAINCP)sopnamsp.h \ 198 $(SOPHYAINCP)machdefs.h pieldrw.h \199 pi drawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \200 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \201 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pi pixutils.h pigraphuc.h \193 $(SOPHYAINCP)machdefs.h pieldrw.h pidrawer.h \ 194 pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 195 pipixutils.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 196 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 202 197 pievthandler.h psfile.h pigratt.h piaxes.h 203 198 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pieldrw.cc … … 206 201 $(SOPHYAINCP)sopnamsp.h pievthandler.h \ 207 202 pisysdep.h $(SOPHYAINCP)machdefs.h \ 208 pimsghandler.h piwdgx.h piwdggen.h picolist.h pi graphx.h pigraphgen.h \209 pi cmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \210 pi lineatt.h pipixutils.h203 pimsghandler.h piwdgx.h piwdggen.h picolist.h pipixutils.h pigraphx.h \ 204 pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 205 pigrcoord.h pilineatt.h 211 206 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pievthandler.cc 212 207 … … 214 209 $(SOPHYAINCP)sopnamsp.h pifilechogen.h \ 215 210 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 216 piwdggen.h pimsghandler.h picolist.h 211 piwdggen.h pimsghandler.h picolist.h pipixutils.h 217 212 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifilechogen.cc 218 213 219 214 $(SOPHYAOBJP)pifilechox.o: pifilechox.cc \ 220 215 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 221 $(SOPHYAINCP)machdefs.h piapplx.h \ 222 piapplgen.h pimsghandler.h picontainerx.h picontainergen.h piwdgx.h \ 223 piwdggen.h picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h \ 224 piconsenum.h pifilechox.h pifilechogen.h piwindowx.h piwindowgen.h 216 $(SOPHYAINCP)machdefs.h piapplx.h piapplgen.h \ 217 pimsghandler.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 218 picolist.h pipixutils.h pimenubarx.h pimenubargen.h pimenux.h \ 219 pimenugen.h piconsenum.h pifilechox.h pifilechogen.h piwindowx.h \ 220 piwindowgen.h 225 221 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifilechox.cc 226 222 227 $(SOPHYAOBJP)pifontgen.o: pifontgen.cc \ 228 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 229 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 230 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 231 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h 223 $(SOPHYAOBJP)pifontgen.o: pifontgen.cc $(SOPHYAINCP)sopnamsp.h \ 224 pigraphgen.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 225 piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h picmap.h \ 226 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h 232 227 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifontgen.cc 233 228 234 229 $(SOPHYAOBJP)pifontx.o: pifontx.cc $(SOPHYAINCP)sopnamsp.h \ 235 pisysdep.h $(SOPHYAINCP)machdefs.h \236 pifont x.h pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h230 pisysdep.h $(SOPHYAINCP)machdefs.h pifontx.h \ 231 pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h 237 232 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifontx.cc 238 233 239 $(SOPHYAOBJP)pigraph3d.o: pigraph3d.cc \ 240 $(SOPHYAINCP)sopnamsp.h pigraph3d.h \ 241 pisysdep.h $(SOPHYAINCP)machdefs.h \ 234 $(SOPHYAOBJP)pigraph3d.o: pigraph3d.cc $(SOPHYAINCP)sopnamsp.h \ 235 pigraph3d.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 242 236 pigraphuc.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 237 pipixutils.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 238 pigrcoord.h pilineatt.h 239 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraph3d.cc 240 241 $(SOPHYAOBJP)pigraphgen.o: pigraphgen.cc \ 242 $(SOPHYAINCP)sopnamsp.h pigraphgen.h pisysdep.h \ 243 $(SOPHYAINCP)machdefs.h piwdgx.h piwdggen.h \ 244 pimsghandler.h picolist.h pipixutils.h picmap.h picmapx.h picmapgen.h \ 245 pifontx.h pifontgen.h pigrcoord.h pilineatt.h ucckprot.h 246 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphgen.cc 247 248 $(SOPHYAOBJP)pigraphps.o: pigraphps.cc $(SOPHYAINCP)sopnamsp.h \ 249 pigraphps.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 250 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h \ 243 251 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 244 pilineatt.h pipixutils.h 245 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraph3d.cc 246 247 $(SOPHYAOBJP)pigraphgen.o: pigraphgen.cc \ 248 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 249 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 250 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 251 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h ucckprot.h 252 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphgen.cc 253 254 $(SOPHYAOBJP)pigraphps.o: pigraphps.cc \ 255 $(SOPHYAINCP)sopnamsp.h pigraphps.h \ 256 pisysdep.h $(SOPHYAINCP)machdefs.h \ 257 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 258 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 259 pipixutils.h psfile.h 252 pilineatt.h psfile.h 260 253 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphps.cc 261 254 262 $(SOPHYAOBJP)pigraphuc.o: pigraphuc.cc \ 263 $(SOPHYAINCP)sopnamsp.h \ 264 $(SOPHYAINCP)machdefs.h pigraphuc.h \ 265 pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 255 $(SOPHYAOBJP)pigraphuc.o: pigraphuc.cc $(SOPHYAINCP)sopnamsp.h \ 256 $(SOPHYAINCP)machdefs.h pigraphuc.h pisysdep.h \ 257 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h \ 266 258 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 267 pilineatt.h pipixutils.hucckprot.h259 pilineatt.h ucckprot.h 268 260 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphuc.cc 269 261 270 $(SOPHYAOBJP)pigraphx.o: pigraphx.cc \ 271 $(SOPHYAINCP)sopnamsp.h pigraphx.h \ 272 pisysdep.h $(SOPHYAINCP)machdefs.h \ 273 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 274 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 275 pipixutils.h 262 $(SOPHYAOBJP)pigraphx.o: pigraphx.cc $(SOPHYAINCP)sopnamsp.h \ 263 pigraphx.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 264 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h \ 265 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 266 pilineatt.h 276 267 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphx.cc 277 268 278 269 $(SOPHYAOBJP)pigratt.o: pigratt.cc $(SOPHYAINCP)sopnamsp.h \ 279 pigratt.h pisysdep.h \ 280 $(SOPHYAINCP)machdefs.h pigraphgen.h \ 281 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 282 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h \ 283 $(SOPHYAINCP)strutilxx.h \ 270 pigratt.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 271 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h \ 272 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 273 pilineatt.h $(SOPHYAINCP)strutilxx.h \ 284 274 $(SOPHYAINCP)machdefs.h 285 275 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigratt.cc 286 276 287 $(SOPHYAOBJP)pigrcoord.o: pigrcoord.cc \ 288 $(SOPHYAINCP)sopnamsp.h pigrcoord.h \ 289 pisysdep.h $(SOPHYAINCP)machdefs.h 277 $(SOPHYAOBJP)pigrcoord.o: pigrcoord.cc $(SOPHYAINCP)sopnamsp.h \ 278 pigrcoord.h pisysdep.h $(SOPHYAINCP)machdefs.h 290 279 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigrcoord.cc 291 280 292 281 $(SOPHYAOBJP)piimage.o: piimage.cc $(SOPHYAINCP)sopnamsp.h \ 293 pisysdep.h $(SOPHYAINCP)machdefs.h \294 p iimage.h parradapter.h lut.h pipixutils.h pieldrw.h pidrawer.h \295 pi bwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \296 picmap x.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \297 pi grcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h \298 pi axes.h pipixmapx.h pipixmapgen.h pibwdgx.h pigraphps.h pistdwdgx.h \282 pisysdep.h $(SOPHYAINCP)machdefs.h piimage.h \ 283 parradapter.h lut.h pipixutils.h pieldrw.h pidrawer.h pibwdggen.h \ 284 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 285 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 286 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h \ 287 pipixmapx.h pipixmapgen.h pibwdgx.h pigraphps.h pistdwdgx.h \ 299 288 pistdwdggen.h piwindowx.h piwindowgen.h picontainerx.h picontainergen.h \ 300 289 picmapview.h piimgtools.h pioptmenux.h pioptmenugen.h pimenux.h \ … … 304 293 305 294 $(SOPHYAOBJP)piimgtools.o: piimgtools.cc \ 306 $(SOPHYAINCP)sopnamsp.h piimgtools.h \307 pisysdep.h $(SOPHYAINCP)machdefs.h \308 pistdwdg x.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \309 pi optmenux.h pioptmenugen.h pimenux.h pimenugen.h piwindowx.h \310 piwindow gen.h picontainerx.h picontainergen.h piapplx.h piapplgen.h \311 pi menubarx.h pimenubargen.h piconsenum.h piimage.h parradapter.h lut.h \312 p ipixutils.h pieldrw.h pidrawer.h pibwdggen.h picmap.h picmapx.h \295 $(SOPHYAINCP)sopnamsp.h piimgtools.h pisysdep.h \ 296 $(SOPHYAINCP)machdefs.h pistdwdgx.h \ 297 pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 298 pipixutils.h pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h \ 299 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piapplx.h \ 300 piapplgen.h pimenubarx.h pimenubargen.h piconsenum.h piimage.h \ 301 parradapter.h lut.h pieldrw.h pidrawer.h pibwdggen.h picmap.h picmapx.h \ 313 302 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 314 303 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h \ … … 316 305 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piimgtools.cc 317 306 318 $(SOPHYAOBJP)pilineatt.o: pilineatt.cc \ 319 $(SOPHYAINCP)sopnamsp.h pilineatt.h \ 320 pisysdep.h $(SOPHYAINCP)machdefs.h 307 $(SOPHYAOBJP)pilineatt.o: pilineatt.cc $(SOPHYAINCP)sopnamsp.h \ 308 pilineatt.h pisysdep.h $(SOPHYAINCP)machdefs.h 321 309 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilineatt.cc 322 310 323 $(SOPHYAOBJP)pilistgen.o: pilistgen.cc \ 324 $(SOPHYAINCP)sopnamsp.h pilistgen.h \ 325 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 326 piwdggen.h pimsghandler.h picolist.h 311 $(SOPHYAOBJP)pilistgen.o: pilistgen.cc $(SOPHYAINCP)sopnamsp.h \ 312 pilistgen.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 313 piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h 327 314 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilistgen.cc 328 315 … … 330 317 pilistx.h pilistgen.h pisysdep.h \ 331 318 $(SOPHYAINCP)machdefs.h piwdgx.h piwdggen.h \ 332 pimsghandler.h picolist.h pi containerx.h picontainergen.h319 pimsghandler.h picolist.h pipixutils.h picontainerx.h picontainergen.h 333 320 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilistx.cc 334 321 335 322 $(SOPHYAOBJP)pimenubargen.o: pimenubargen.cc \ 336 323 $(SOPHYAINCP)sopnamsp.h pimenubargen.h \ 337 pisysdep.h $(SOPHYAINCP)machdefs.h \338 pimenu x.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \324 pisysdep.h $(SOPHYAINCP)machdefs.h pimenux.h \ 325 pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h \ 339 326 piapplx.h piapplgen.h picontainerx.h picontainergen.h pimenubarx.h \ 340 327 piconsenum.h … … 344 331 $(SOPHYAINCP)sopnamsp.h pimenubarx.h \ 345 332 pimenubargen.h pisysdep.h \ 346 $(SOPHYAINCP)machdefs.h pimenux.h \347 pi menugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h piapplx.h \333 $(SOPHYAINCP)machdefs.h pimenux.h pimenugen.h \ 334 piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h piapplx.h \ 348 335 piapplgen.h picontainerx.h picontainergen.h piconsenum.h 349 336 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenubarx.cc 350 337 351 $(SOPHYAOBJP)pimenugen.o: pimenugen.cc \ 352 $(SOPHYAINCP)sopnamsp.h pimenugen.h \ 353 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 354 piwdggen.h pimsghandler.h picolist.h 338 $(SOPHYAOBJP)pimenugen.o: pimenugen.cc $(SOPHYAINCP)sopnamsp.h \ 339 pimenugen.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 340 piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h 355 341 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenugen.cc 356 342 357 343 $(SOPHYAOBJP)pimenux.o: pimenux.cc $(SOPHYAINCP)sopnamsp.h \ 358 pisysdep.h $(SOPHYAINCP)machdefs.h \359 pimenubar x.h pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \360 pi msghandler.h picolist.h344 pisysdep.h $(SOPHYAINCP)machdefs.h pimenubarx.h \ 345 pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h \ 346 picolist.h pipixutils.h 361 347 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenux.cc 362 348 … … 368 354 $(SOPHYAOBJP)pioptmenugen.o: pioptmenugen.cc \ 369 355 $(SOPHYAINCP)sopnamsp.h pioptmenugen.h \ 370 pisysdep.h $(SOPHYAINCP)machdefs.h \371 pimenu x.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h356 pisysdep.h $(SOPHYAINCP)machdefs.h pimenux.h \ 357 pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h 372 358 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pioptmenugen.cc 373 359 … … 376 362 $(SOPHYAINCP)machdefs.h pioptmenux.h \ 377 363 pioptmenugen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h \ 378 picolist.h pi stdwdgx.h pistdwdggen.h piapplx.h piapplgen.h \364 picolist.h pipixutils.h pistdwdgx.h pistdwdggen.h piapplx.h piapplgen.h \ 379 365 picontainerx.h picontainergen.h pimenubarx.h pimenubargen.h \ 380 366 piconsenum.h 381 367 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pioptmenux.cc 382 368 383 $(SOPHYAOBJP)piperiodx.o: piperiodx.cc \ 384 $(SOPHYAINCP)sopnamsp.h piwdgx.h piwdggen.h \ 385 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 386 picolist.h piperiodx.h \ 369 $(SOPHYAOBJP)piperiodx.o: piperiodx.cc $(SOPHYAINCP)sopnamsp.h \ 370 piwdgx.h piwdggen.h $(SOPHYAINCP)machdefs.h \ 371 pimsghandler.h picolist.h pipixutils.h piperiodx.h \ 387 372 $(SOPHYAINCP)periodic.h \ 388 373 $(SOPHYAINCP)machdefs.h … … 391 376 $(SOPHYAOBJP)pipixmapgen.o: pipixmapgen.cc \ 392 377 $(SOPHYAINCP)sopnamsp.h pipixmapgen.h \ 393 pisysdep.h $(SOPHYAINCP)machdefs.h \394 pibwdg x.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \378 pisysdep.h $(SOPHYAINCP)machdefs.h pibwdgx.h \ 379 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h \ 395 380 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 396 pifontgen.h pigrcoord.h pilineatt.h pi pixutils.h pigraphuc.h \397 pi evthandler.h psfile.h pigraphps.h381 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 382 pigraphps.h 398 383 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipixmapgen.cc 399 384 400 $(SOPHYAOBJP)pipixmapx.o: pipixmapx.cc \ 401 $(SOPHYAINCP)sopnamsp.h pipixmapx.h \ 402 pipixmapgen.h pisysdep.h \ 403 $(SOPHYAINCP)machdefs.h pibwdgx.h \ 404 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 385 $(SOPHYAOBJP)pipixmapx.o: pipixmapx.cc $(SOPHYAINCP)sopnamsp.h \ 386 pipixmapx.h pipixmapgen.h pisysdep.h \ 387 $(SOPHYAINCP)machdefs.h pibwdgx.h pibwdggen.h \ 388 piwdgx.h piwdggen.h pimsghandler.h picolist.h pipixutils.h picmap.h \ 405 389 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 406 pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h pievthandler.h \ 407 psfile.h pigraphps.h 390 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 408 391 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipixmapx.cc 409 392 … … 415 398 $(SOPHYAINCP)machdefs.h piscdrawwdg.h \ 416 399 pisysdep.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 417 picolist.h pi cmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \418 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h \400 picolist.h pipixutils.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 401 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 419 402 pievthandler.h psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 420 403 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h pidrawer.h \ … … 427 410 $(SOPHYAINCP)sopnamsp.h pistdwdggen.h \ 428 411 pisysdep.h $(SOPHYAINCP)machdefs.h piwdgx.h \ 429 piwdggen.h pimsghandler.h picolist.h 412 piwdggen.h pimsghandler.h picolist.h pipixutils.h 430 413 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdwdggen.cc 431 414 432 $(SOPHYAOBJP)pistdwdgx.o: pistdwdgx.cc \ 433 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 434 $(SOPHYAINCP)machdefs.h pistdwdgx.h \ 415 $(SOPHYAOBJP)pistdwdgx.o: pistdwdgx.cc $(SOPHYAINCP)sopnamsp.h \ 416 pisysdep.h $(SOPHYAINCP)machdefs.h pistdwdgx.h \ 435 417 pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 436 pi containerx.h picontainergen.h418 pipixutils.h picontainerx.h picontainergen.h 437 419 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdwdgx.cc 438 420 439 $(SOPHYAOBJP)pistzwin.o: pistzwin.cc \ 440 $(SOPHYAINCP)sopnamsp.h pistzwin.h \ 441 pisysdep.h $(SOPHYAINCP)machdefs.h \ 421 $(SOPHYAOBJP)pistzwin.o: pistzwin.cc $(SOPHYAINCP)sopnamsp.h \ 422 pistzwin.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 442 423 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 443 piwdggen.h pimsghandler.h picolist.h pip eriodx.h \424 piwdggen.h pimsghandler.h picolist.h pipixutils.h piperiodx.h \ 444 425 $(SOPHYAINCP)periodic.h \ 445 $(SOPHYAINCP)machdefs.h psfile.h \446 pi fontgen.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \447 pi grcoord.h pilineatt.h pipixutils.h426 $(SOPHYAINCP)machdefs.h psfile.h pifontgen.h \ 427 pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h \ 428 pilineatt.h 448 429 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistzwin.cc 449 430 450 $(SOPHYAOBJP)pisurfdr.o: pisurfdr.cc \ 451 $(SOPHYAINCP)sopnamsp.h pisurfdr.h \ 452 parradapter.h $(SOPHYAINCP)machdefs.h lut.h \ 453 pipixutils.h pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h \ 454 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 455 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 456 pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h \ 457 pigraph3d.h 431 $(SOPHYAOBJP)pisurfdr.o: pisurfdr.cc $(SOPHYAINCP)sopnamsp.h \ 432 pisurfdr.h parradapter.h \ 433 $(SOPHYAINCP)machdefs.h lut.h pipixutils.h \ 434 pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 435 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 436 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 437 pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h 458 438 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pisurfdr.cc 459 439 460 440 $(SOPHYAOBJP)pitherm.o: pitherm.cc $(SOPHYAINCP)sopnamsp.h \ 461 pitherm.h pisysdep.h \ 462 $(SOPHYAINCP)machdefs.h pibwdgx.h \ 463 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 464 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 465 pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h pievthandler.h \ 466 psfile.h pigraphps.h 441 pitherm.h pisysdep.h $(SOPHYAINCP)machdefs.h \ 442 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 443 pipixutils.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 444 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 445 pievthandler.h psfile.h pigraphps.h 467 446 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitherm.cc 468 447 469 $(SOPHYAOBJP)pitxtdrw.o: pitxtdrw.cc \ 470 $(SOPHYAINCP)sopnamsp.h \ 471 $(SOPHYAINCP)machdefs.h pitxtdrw.h \ 472 pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 473 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 474 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h \ 448 $(SOPHYAOBJP)pitxtdrw.o: pitxtdrw.cc $(SOPHYAINCP)sopnamsp.h \ 449 $(SOPHYAINCP)machdefs.h pitxtdrw.h pisysdep.h \ 450 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 451 pipixutils.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 452 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 475 453 pievthandler.h psfile.h pigratt.h piaxes.h 476 454 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitxtdrw.cc 477 455 478 $(SOPHYAOBJP)piwdggen.o: piwdggen.cc \ 479 $(SOPHYAINCP)sopnamsp.h piwdggen.h \ 480 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 481 picolist.h picontainergen.h pisysdep.h piwdgx.h pievthandler.h \ 482 pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 483 pifontgen.h pigrcoord.h pilineatt.h pipixutils.h psfile.h 456 $(SOPHYAOBJP)piwdggen.o: piwdggen.cc $(SOPHYAINCP)sopnamsp.h \ 457 piwdggen.h $(SOPHYAINCP)machdefs.h \ 458 pimsghandler.h picolist.h pipixutils.h picontainergen.h pisysdep.h \ 459 piwdgx.h pievthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h \ 460 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h psfile.h 484 461 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwdggen.cc 485 462 486 463 $(SOPHYAOBJP)piwdgx.o: piwdgx.cc $(SOPHYAINCP)sopnamsp.h \ 487 464 piwdgx.h piwdggen.h $(SOPHYAINCP)machdefs.h \ 488 pimsghandler.h picolist.h pi containerx.h pisysdep.h picontainergen.h \489 pi evthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h \490 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h \465 pimsghandler.h picolist.h pipixutils.h picontainerx.h pisysdep.h \ 466 picontainergen.h pievthandler.h pigraphx.h pigraphgen.h picmap.h \ 467 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 491 468 $(SOPHYAINCP)pexceptions.h \ 492 469 $(SOPHYAINCP)machdefs.h … … 497 474 pisysdep.h $(SOPHYAINCP)machdefs.h \ 498 475 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 499 picolist.h p sfile.h pifontgen.h pigraphgen.h picmap.h picmapx.h \500 picmap gen.h pifontx.h pigrcoord.h pilineatt.h pipixutils.h476 picolist.h pipixutils.h psfile.h pifontgen.h pigraphgen.h picmap.h \ 477 picmapx.h picmapgen.h pifontx.h pigrcoord.h pilineatt.h 501 478 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwindowgen.cc 502 479 503 $(SOPHYAOBJP)piwindowx.o: piwindowx.cc \ 504 $(SOPHYAINCP)sopnamsp.h piwindowx.h \ 505 piwindowgen.h pisysdep.h \ 480 $(SOPHYAOBJP)piwindowx.o: piwindowx.cc $(SOPHYAINCP)sopnamsp.h \ 481 piwindowx.h piwindowgen.h pisysdep.h \ 506 482 $(SOPHYAINCP)machdefs.h picontainerx.h \ 507 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 483 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 484 pipixutils.h 508 485 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwindowx.cc 509 486 510 $(SOPHYAOBJP)pixtbase.o: pixtbase.cc \ 511 $(SOPHYAINCP)sopnamsp.h \ 512 $(SOPHYAINCP)machdefs.h pixtbaseP.h \ 513 pibwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 514 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 515 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pipixutils.h pigraphuc.h \ 487 $(SOPHYAOBJP)pixtbase.o: pixtbase.cc $(SOPHYAINCP)sopnamsp.h \ 488 $(SOPHYAINCP)machdefs.h pixtbaseP.h pibwdgx.h \ 489 pisysdep.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 490 pipixutils.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 491 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 516 492 pievthandler.h psfile.h pigraphps.h pixtbase.h 517 493 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pixtbase.cc 518 494 519 $(SOPHYAOBJP)piyfxdrw.o: piyfxdrw.cc \ 520 $(SOPHYAINCP)sopnamsp.h \ 521 $(SOPHYAINCP)machdefs.h piyfxdrw.h \ 522 pisysdep.h parradapter.h lut.h pipixutils.h pidrawer.h pibwdggen.h \ 523 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 524 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 525 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 495 $(SOPHYAOBJP)piyfxdrw.o: piyfxdrw.cc $(SOPHYAINCP)sopnamsp.h \ 496 $(SOPHYAINCP)machdefs.h piyfxdrw.h pisysdep.h \ 497 parradapter.h lut.h pipixutils.h pidrawer.h pibwdggen.h piwdgx.h \ 498 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 499 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 500 pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 526 501 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piyfxdrw.cc 527 502 … … 529 504 psfile.h $(SOPHYAINCP)machdefs.h pisysdep.h \ 530 505 pifontgen.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 531 pi cmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h pilineatt.h \532 pi pixutils.h506 pipixutils.h picmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h \ 507 pilineatt.h 533 508 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ psfile.cc 534 509 -
trunk/SophyaPI/PIGcont/Makefile
r3407 r3572 22 22 $(SOPHYAINCP)pimsghandler.h \ 23 23 $(SOPHYAINCP)picolist.h \ 24 $(SOPHYAINCP)pipixutils.h \ 24 25 $(SOPHYAINCP)pioptmenux.h \ 25 26 $(SOPHYAINCP)pioptmenugen.h \ … … 35 36 $(SOPHYAINCP)pimenubarx.h \ 36 37 $(SOPHYAINCP)pimenubargen.h \ 37 $(SOPHYAINCP)picons.h \ 38 $(SOPHYAINCP)piconsenum.h \ 39 $(SOPHYAINCP)picmapview.h \ 38 40 $(SOPHYAINCP)pibwdgx.h \ 39 41 $(SOPHYAINCP)pibwdggen.h \ … … 50 52 $(SOPHYAINCP)pievthandler.h \ 51 53 $(SOPHYAINCP)psfile.h \ 52 $(SOPHYAINCP)pigraphps.h \ 53 $(SOPHYAINCP)picmapview.h pigncont.h \ 54 $(SOPHYAINCP)pigraphps.h pigncont.h \ 54 55 $(SOPHYAINCP)pistdimgapp.h \ 55 56 $(SOPHYAINCP)piapplx.h \ … … 60 61 $(SOPHYAINCP)piperiodx.h \ 61 62 $(SOPHYAINCP)periodic.h \ 63 $(SOPHYAINCP)picons.h \ 62 64 $(SOPHYAINCP)piimage.h \ 63 65 $(SOPHYAINCP)parradapter.h \ … … 141 143 $(SOPHYAINCP)pimsghandler.h \ 142 144 $(SOPHYAINCP)picolist.h \ 145 $(SOPHYAINCP)pipixutils.h \ 143 146 $(SOPHYAINCP)pioptmenux.h \ 144 147 $(SOPHYAINCP)pioptmenugen.h \ … … 154 157 $(SOPHYAINCP)pimenubarx.h \ 155 158 $(SOPHYAINCP)pimenubargen.h \ 156 $(SOPHYAINCP)picons.h \ 159 $(SOPHYAINCP)piconsenum.h \ 160 $(SOPHYAINCP)picmapview.h \ 157 161 $(SOPHYAINCP)pibwdgx.h \ 158 162 $(SOPHYAINCP)pibwdggen.h \ … … 169 173 $(SOPHYAINCP)pievthandler.h \ 170 174 $(SOPHYAINCP)psfile.h \ 171 $(SOPHYAINCP)pigraphps.h \ 172 $(SOPHYAINCP)picmapview.h pigncont.h \ 175 $(SOPHYAINCP)pigraphps.h pigncont.h \ 173 176 $(SOPHYAINCP)pistdimgapp.h \ 174 177 $(SOPHYAINCP)piapplx.h \ … … 179 182 $(SOPHYAINCP)piperiodx.h \ 180 183 $(SOPHYAINCP)periodic.h \ 184 $(SOPHYAINCP)picons.h \ 181 185 $(SOPHYAINCP)piimage.h \ 182 186 $(SOPHYAINCP)parradapter.h \ -
trunk/SophyaPI/PIGcont/pigncont.cc
r3342 r3572 132 132 _zmin = 1.e37; 133 133 _zmax = -1.e37; 134 c har *nom[4]={"x","y","z","niso"};134 const char *nom[4]={"x","y","z","niso"}; 135 135 _myiso = new NTuple(4,nom); 136 136 //_myiso->Show(); … … 343 343 _ny = arr->YSize() ; 344 344 //cout << " size x,y "<<_nx<<" , "<<_ny <<endl; 345 c har *nom[4]={"x","y","z","niso"};345 const char *nom[4]={"x","y","z","niso"}; 346 346 347 347 _myiso = new NTuple(4,nom); -
trunk/SophyaPI/PIGcont/smakefile
r3504 r3572 22 22 $(SOPHYAINCP)pimsghandler.h \ 23 23 $(SOPHYAINCP)picolist.h \ 24 $(SOPHYAINCP)pipixutils.h \ 24 25 $(SOPHYAINCP)pioptmenux.h \ 25 26 $(SOPHYAINCP)pioptmenugen.h \ … … 142 143 $(SOPHYAINCP)pimsghandler.h \ 143 144 $(SOPHYAINCP)picolist.h \ 145 $(SOPHYAINCP)pipixutils.h \ 144 146 $(SOPHYAINCP)pioptmenux.h \ 145 147 $(SOPHYAINCP)pioptmenugen.h \ -
trunk/SophyaPI/PIext/Makefile
r3405 r3572 42 42 $(SOPHYAINCP)piwdggen.h \ 43 43 $(SOPHYAINCP)picolist.h \ 44 $(SOPHYAINCP)pipixutils.h \ 44 45 $(SOPHYAINCP)pimenubarx.h \ 45 46 $(SOPHYAINCP)pimenubargen.h \ 46 47 $(SOPHYAINCP)pimenux.h \ 47 48 $(SOPHYAINCP)pimenugen.h \ 48 $(SOPHYAINCP)picons.h \ 49 $(SOPHYAINCP)pistdwdgx.h \ 50 $(SOPHYAINCP)pistdwdggen.h \ 51 $(SOPHYAINCP)pibwdgx.h \ 52 $(SOPHYAINCP)pibwdggen.h \ 53 $(SOPHYAINCP)picmap.h \ 54 $(SOPHYAINCP)picmapx.h \ 55 $(SOPHYAINCP)picmapgen.h \ 56 $(SOPHYAINCP)pigraphx.h \ 57 $(SOPHYAINCP)pigraphgen.h \ 58 $(SOPHYAINCP)pifontx.h \ 59 $(SOPHYAINCP)pifontgen.h \ 60 $(SOPHYAINCP)pigrcoord.h \ 61 $(SOPHYAINCP)pilineatt.h \ 62 $(SOPHYAINCP)pigraphuc.h \ 63 $(SOPHYAINCP)pievthandler.h \ 64 $(SOPHYAINCP)psfile.h \ 65 $(SOPHYAINCP)pigraphps.h \ 49 $(SOPHYAINCP)piconsenum.h \ 66 50 $(SOPHYAINCP)piwindowx.h \ 67 51 $(SOPHYAINCP)piwindowgen.h \ … … 69 53 $(SOPHYAINCP)pioptmenux.h \ 70 54 $(SOPHYAINCP)pioptmenugen.h \ 55 $(SOPHYAINCP)pistdwdgx.h \ 56 $(SOPHYAINCP)pistdwdggen.h \ 71 57 $(SOPHYAINCP)pistdwdgx.h \ 72 58 $(SOPHYAINCP)pifilechox.h \ … … 76 62 $(SOPHYAINCP)periodic.h \ 77 63 $(SOPHYAINCP)picons.h \ 64 $(SOPHYAINCP)pibwdgx.h \ 65 $(SOPHYAINCP)pibwdggen.h \ 66 $(SOPHYAINCP)picmap.h \ 67 $(SOPHYAINCP)picmapx.h \ 68 $(SOPHYAINCP)picmapgen.h \ 69 $(SOPHYAINCP)pigraphx.h \ 70 $(SOPHYAINCP)pigraphgen.h \ 71 $(SOPHYAINCP)pifontx.h \ 72 $(SOPHYAINCP)pifontgen.h \ 73 $(SOPHYAINCP)pigrcoord.h \ 74 $(SOPHYAINCP)pilineatt.h \ 75 $(SOPHYAINCP)pigraphuc.h \ 76 $(SOPHYAINCP)pievthandler.h \ 77 $(SOPHYAINCP)psfile.h \ 78 $(SOPHYAINCP)pigraphps.h \ 78 79 $(SOPHYAINCP)piimage.h \ 79 80 $(SOPHYAINCP)parradapter.h \ … … 163 164 $(SOPHYAINCP)piwdggen.h \ 164 165 $(SOPHYAINCP)picolist.h \ 166 $(SOPHYAINCP)pipixutils.h \ 165 167 $(SOPHYAINCP)pimenubarx.h \ 166 168 $(SOPHYAINCP)pimenubargen.h \ 167 169 $(SOPHYAINCP)pimenux.h \ 168 170 $(SOPHYAINCP)pimenugen.h \ 169 $(SOPHYAINCP)picons.h \ 170 $(SOPHYAINCP)pistdwdgx.h \ 171 $(SOPHYAINCP)pistdwdggen.h \ 172 $(SOPHYAINCP)pibwdgx.h \ 173 $(SOPHYAINCP)pibwdggen.h \ 174 $(SOPHYAINCP)picmap.h \ 175 $(SOPHYAINCP)picmapx.h \ 176 $(SOPHYAINCP)picmapgen.h \ 177 $(SOPHYAINCP)pigraphx.h \ 178 $(SOPHYAINCP)pigraphgen.h \ 179 $(SOPHYAINCP)pifontx.h \ 180 $(SOPHYAINCP)pifontgen.h \ 181 $(SOPHYAINCP)pigrcoord.h \ 182 $(SOPHYAINCP)pilineatt.h \ 183 $(SOPHYAINCP)pigraphuc.h \ 184 $(SOPHYAINCP)pievthandler.h \ 185 $(SOPHYAINCP)psfile.h \ 186 $(SOPHYAINCP)pigraphps.h \ 171 $(SOPHYAINCP)piconsenum.h \ 187 172 $(SOPHYAINCP)piwindowx.h \ 188 173 $(SOPHYAINCP)piwindowgen.h \ 189 174 $(SOPHYAINCP)pioptmenux.h \ 190 175 $(SOPHYAINCP)pioptmenugen.h \ 176 $(SOPHYAINCP)pistdwdgx.h \ 177 $(SOPHYAINCP)pistdwdggen.h \ 191 178 $(SOPHYAINCP)pifilechox.h \ 192 179 $(SOPHYAINCP)pifilechogen.h \ 193 180 $(SOPHYAINCP)piperiodx.h \ 194 181 $(SOPHYAINCP)periodic.h \ 182 $(SOPHYAINCP)picons.h \ 183 $(SOPHYAINCP)pibwdgx.h \ 184 $(SOPHYAINCP)pibwdggen.h \ 185 $(SOPHYAINCP)picmap.h \ 186 $(SOPHYAINCP)picmapx.h \ 187 $(SOPHYAINCP)picmapgen.h \ 188 $(SOPHYAINCP)pigraphx.h \ 189 $(SOPHYAINCP)pigraphgen.h \ 190 $(SOPHYAINCP)pifontx.h \ 191 $(SOPHYAINCP)pifontgen.h \ 192 $(SOPHYAINCP)pigrcoord.h \ 193 $(SOPHYAINCP)pilineatt.h \ 194 $(SOPHYAINCP)pigraphuc.h \ 195 $(SOPHYAINCP)pievthandler.h \ 196 $(SOPHYAINCP)psfile.h \ 197 $(SOPHYAINCP)pigraphps.h \ 195 198 $(SOPHYAINCP)piimage.h \ 196 199 $(SOPHYAINCP)parradapter.h \ … … 277 280 $(SOPHYAINCP)pimsghandler.h \ 278 281 $(SOPHYAINCP)picolist.h \ 282 $(SOPHYAINCP)pipixutils.h \ 279 283 $(SOPHYAINCP)picmap.h \ 280 284 $(SOPHYAINCP)picmapx.h \ … … 320 324 $(SOPHYAINCP)pimenux.h \ 321 325 $(SOPHYAINCP)pimenugen.h \ 322 $(SOPHYAINCP)picons.h \ 323 $(SOPHYAINCP)pistdwdgx.h \ 324 $(SOPHYAINCP)pistdwdggen.h \ 325 $(SOPHYAINCP)pibwdgx.h \ 326 $(SOPHYAINCP)pigraphps.h \ 326 $(SOPHYAINCP)piconsenum.h \ 327 327 $(SOPHYAINCP)piwindowx.h \ 328 328 $(SOPHYAINCP)piwindowgen.h \ … … 330 330 $(SOPHYAINCP)pioptmenux.h \ 331 331 $(SOPHYAINCP)pioptmenugen.h \ 332 $(SOPHYAINCP)pistdwdgx.h \ 333 $(SOPHYAINCP)pistdwdggen.h \ 332 334 $(SOPHYAINCP)pistdwdgx.h \ 333 335 $(SOPHYAINCP)pifilechox.h \ … … 337 339 $(SOPHYAINCP)periodic.h \ 338 340 $(SOPHYAINCP)picons.h \ 341 $(SOPHYAINCP)pibwdgx.h \ 342 $(SOPHYAINCP)pigraphps.h \ 339 343 $(SOPHYAINCP)piimage.h \ 340 344 $(SOPHYAINCP)parradapter.h \ … … 387 391 $(SOPHYAINCP)piwdggen.h \ 388 392 $(SOPHYAINCP)picolist.h \ 393 $(SOPHYAINCP)pipixutils.h \ 389 394 $(SOPHYAINCP)pimenubarx.h \ 390 395 $(SOPHYAINCP)pimenubargen.h \ 391 396 $(SOPHYAINCP)pimenux.h \ 392 397 $(SOPHYAINCP)pimenugen.h \ 393 $(SOPHYAINCP)picons.h \ 394 $(SOPHYAINCP)pistdwdgx.h \ 395 $(SOPHYAINCP)pistdwdggen.h \ 396 $(SOPHYAINCP)pibwdgx.h \ 397 $(SOPHYAINCP)pibwdggen.h \ 398 $(SOPHYAINCP)picmap.h \ 399 $(SOPHYAINCP)picmapx.h \ 400 $(SOPHYAINCP)picmapgen.h \ 401 $(SOPHYAINCP)pigraphx.h \ 402 $(SOPHYAINCP)pigraphgen.h \ 403 $(SOPHYAINCP)pifontx.h \ 404 $(SOPHYAINCP)pifontgen.h \ 405 $(SOPHYAINCP)pigrcoord.h \ 406 $(SOPHYAINCP)pilineatt.h \ 407 $(SOPHYAINCP)pigraphuc.h \ 408 $(SOPHYAINCP)pievthandler.h \ 409 $(SOPHYAINCP)psfile.h \ 410 $(SOPHYAINCP)pigraphps.h \ 398 $(SOPHYAINCP)piconsenum.h \ 411 399 $(SOPHYAINCP)piwindowx.h \ 412 400 $(SOPHYAINCP)piwindowgen.h \ … … 414 402 $(SOPHYAINCP)pioptmenux.h \ 415 403 $(SOPHYAINCP)pioptmenugen.h \ 404 $(SOPHYAINCP)pistdwdgx.h \ 405 $(SOPHYAINCP)pistdwdggen.h \ 416 406 $(SOPHYAINCP)pistdwdgx.h \ 417 407 $(SOPHYAINCP)pifilechox.h \ … … 421 411 $(SOPHYAINCP)periodic.h \ 422 412 $(SOPHYAINCP)picons.h \ 413 $(SOPHYAINCP)pibwdgx.h \ 414 $(SOPHYAINCP)pibwdggen.h \ 415 $(SOPHYAINCP)picmap.h \ 416 $(SOPHYAINCP)picmapx.h \ 417 $(SOPHYAINCP)picmapgen.h \ 418 $(SOPHYAINCP)pigraphx.h \ 419 $(SOPHYAINCP)pigraphgen.h \ 420 $(SOPHYAINCP)pifontx.h \ 421 $(SOPHYAINCP)pifontgen.h \ 422 $(SOPHYAINCP)pigrcoord.h \ 423 $(SOPHYAINCP)pilineatt.h \ 424 $(SOPHYAINCP)pigraphuc.h \ 425 $(SOPHYAINCP)pievthandler.h \ 426 $(SOPHYAINCP)psfile.h \ 427 $(SOPHYAINCP)pigraphps.h \ 423 428 $(SOPHYAINCP)piimage.h \ 424 429 $(SOPHYAINCP)parradapter.h \ … … 473 478 $(SOPHYAINCP)piwdggen.h \ 474 479 $(SOPHYAINCP)picolist.h \ 480 $(SOPHYAINCP)pipixutils.h \ 475 481 $(SOPHYAINCP)pimenubarx.h \ 476 482 $(SOPHYAINCP)pimenubargen.h \ 477 483 $(SOPHYAINCP)pimenux.h \ 478 484 $(SOPHYAINCP)pimenugen.h \ 479 $(SOPHYAINCP)picons.h \ 480 $(SOPHYAINCP)pistdwdgx.h \ 481 $(SOPHYAINCP)pistdwdggen.h \ 482 $(SOPHYAINCP)pibwdgx.h \ 483 $(SOPHYAINCP)pibwdggen.h \ 484 $(SOPHYAINCP)picmap.h \ 485 $(SOPHYAINCP)picmapx.h \ 486 $(SOPHYAINCP)picmapgen.h \ 487 $(SOPHYAINCP)pigraphx.h \ 488 $(SOPHYAINCP)pigraphgen.h \ 489 $(SOPHYAINCP)pifontx.h \ 490 $(SOPHYAINCP)pifontgen.h \ 491 $(SOPHYAINCP)pigrcoord.h \ 492 $(SOPHYAINCP)pilineatt.h \ 493 $(SOPHYAINCP)pigraphuc.h \ 494 $(SOPHYAINCP)pievthandler.h \ 495 $(SOPHYAINCP)psfile.h \ 496 $(SOPHYAINCP)pigraphps.h \ 485 $(SOPHYAINCP)piconsenum.h \ 497 486 $(SOPHYAINCP)piwindowx.h \ 498 487 $(SOPHYAINCP)piwindowgen.h \ … … 500 489 $(SOPHYAINCP)pioptmenux.h \ 501 490 $(SOPHYAINCP)pioptmenugen.h \ 491 $(SOPHYAINCP)pistdwdgx.h \ 492 $(SOPHYAINCP)pistdwdggen.h \ 502 493 $(SOPHYAINCP)pistdwdgx.h \ 503 494 $(SOPHYAINCP)pifilechox.h \ … … 507 498 $(SOPHYAINCP)periodic.h \ 508 499 $(SOPHYAINCP)picons.h \ 500 $(SOPHYAINCP)pibwdgx.h \ 501 $(SOPHYAINCP)pibwdggen.h \ 502 $(SOPHYAINCP)picmap.h \ 503 $(SOPHYAINCP)picmapx.h \ 504 $(SOPHYAINCP)picmapgen.h \ 505 $(SOPHYAINCP)pigraphx.h \ 506 $(SOPHYAINCP)pigraphgen.h \ 507 $(SOPHYAINCP)pifontx.h \ 508 $(SOPHYAINCP)pifontgen.h \ 509 $(SOPHYAINCP)pigrcoord.h \ 510 $(SOPHYAINCP)pilineatt.h \ 511 $(SOPHYAINCP)pigraphuc.h \ 512 $(SOPHYAINCP)pievthandler.h \ 513 $(SOPHYAINCP)psfile.h \ 514 $(SOPHYAINCP)pigraphps.h \ 509 515 $(SOPHYAINCP)piimage.h \ 510 516 $(SOPHYAINCP)parradapter.h \ … … 581 587 $(SOPHYAINCP)piwdggen.h \ 582 588 $(SOPHYAINCP)picolist.h \ 589 $(SOPHYAINCP)pipixutils.h \ 583 590 $(SOPHYAINCP)pimenubarx.h \ 584 591 $(SOPHYAINCP)pimenubargen.h \ 585 592 $(SOPHYAINCP)pimenux.h \ 586 593 $(SOPHYAINCP)pimenugen.h \ 587 $(SOPHYAINCP)picons.h \ 588 $(SOPHYAINCP)pistdwdgx.h \ 589 $(SOPHYAINCP)pistdwdggen.h \ 590 $(SOPHYAINCP)pibwdgx.h \ 591 $(SOPHYAINCP)pibwdggen.h \ 592 $(SOPHYAINCP)picmap.h \ 593 $(SOPHYAINCP)picmapx.h \ 594 $(SOPHYAINCP)picmapgen.h \ 595 $(SOPHYAINCP)pigraphx.h \ 596 $(SOPHYAINCP)pigraphgen.h \ 597 $(SOPHYAINCP)pifontx.h \ 598 $(SOPHYAINCP)pifontgen.h \ 599 $(SOPHYAINCP)pigrcoord.h \ 600 $(SOPHYAINCP)pilineatt.h \ 601 $(SOPHYAINCP)pigraphuc.h \ 602 $(SOPHYAINCP)pievthandler.h \ 603 $(SOPHYAINCP)psfile.h \ 604 $(SOPHYAINCP)pigraphps.h \ 594 $(SOPHYAINCP)piconsenum.h \ 605 595 $(SOPHYAINCP)piwindowx.h \ 606 596 $(SOPHYAINCP)piwindowgen.h \ … … 608 598 $(SOPHYAINCP)pioptmenux.h \ 609 599 $(SOPHYAINCP)pioptmenugen.h \ 600 $(SOPHYAINCP)pistdwdgx.h \ 601 $(SOPHYAINCP)pistdwdggen.h \ 610 602 $(SOPHYAINCP)pistdwdgx.h \ 611 603 $(SOPHYAINCP)pifilechox.h \ … … 615 607 $(SOPHYAINCP)periodic.h \ 616 608 $(SOPHYAINCP)picons.h \ 609 $(SOPHYAINCP)pibwdgx.h \ 610 $(SOPHYAINCP)pibwdggen.h \ 611 $(SOPHYAINCP)picmap.h \ 612 $(SOPHYAINCP)picmapx.h \ 613 $(SOPHYAINCP)picmapgen.h \ 614 $(SOPHYAINCP)pigraphx.h \ 615 $(SOPHYAINCP)pigraphgen.h \ 616 $(SOPHYAINCP)pifontx.h \ 617 $(SOPHYAINCP)pifontgen.h \ 618 $(SOPHYAINCP)pigrcoord.h \ 619 $(SOPHYAINCP)pilineatt.h \ 620 $(SOPHYAINCP)pigraphuc.h \ 621 $(SOPHYAINCP)pievthandler.h \ 622 $(SOPHYAINCP)psfile.h \ 623 $(SOPHYAINCP)pigraphps.h \ 617 624 $(SOPHYAINCP)piimage.h \ 618 625 $(SOPHYAINCP)parradapter.h \ … … 689 696 $(SOPHYAINCP)pimsghandler.h \ 690 697 $(SOPHYAINCP)picolist.h \ 698 $(SOPHYAINCP)pipixutils.h \ 691 699 $(SOPHYAINCP)picmap.h \ 692 700 $(SOPHYAINCP)picmapx.h \ … … 733 741 $(SOPHYAINCP)pimenux.h \ 734 742 $(SOPHYAINCP)pimenugen.h \ 735 $(SOPHYAINCP)picons.h \ 736 $(SOPHYAINCP)pistdwdgx.h \ 737 $(SOPHYAINCP)pistdwdggen.h \ 738 $(SOPHYAINCP)pibwdgx.h \ 739 $(SOPHYAINCP)pigraphps.h \ 743 $(SOPHYAINCP)piconsenum.h \ 740 744 $(SOPHYAINCP)piwindowx.h \ 741 745 $(SOPHYAINCP)piwindowgen.h \ … … 743 747 $(SOPHYAINCP)pioptmenux.h \ 744 748 $(SOPHYAINCP)pioptmenugen.h \ 749 $(SOPHYAINCP)pistdwdgx.h \ 750 $(SOPHYAINCP)pistdwdggen.h \ 745 751 $(SOPHYAINCP)pistdwdgx.h \ 746 752 $(SOPHYAINCP)pifilechox.h \ … … 750 756 $(SOPHYAINCP)periodic.h \ 751 757 $(SOPHYAINCP)picons.h \ 758 $(SOPHYAINCP)pibwdgx.h \ 759 $(SOPHYAINCP)pigraphps.h \ 752 760 $(SOPHYAINCP)piimage.h \ 753 761 $(SOPHYAINCP)parradapter.h \ … … 799 807 $(SOPHYAINCP)pimsghandler.h \ 800 808 $(SOPHYAINCP)picolist.h \ 809 $(SOPHYAINCP)pipixutils.h \ 801 810 $(SOPHYAINCP)picmap.h \ 802 811 $(SOPHYAINCP)picmapx.h \ … … 860 869 $(SOPHYAINCP)pimsghandler.h \ 861 870 $(SOPHYAINCP)picolist.h \ 871 $(SOPHYAINCP)pipixutils.h \ 862 872 $(SOPHYAINCP)picmap.h \ 863 873 $(SOPHYAINCP)picmapx.h \ … … 920 930 $(SOPHYAINCP)pimsghandler.h \ 921 931 $(SOPHYAINCP)picolist.h \ 932 $(SOPHYAINCP)pipixutils.h \ 922 933 $(SOPHYAINCP)picmap.h \ 923 934 $(SOPHYAINCP)picmapx.h \ … … 989 1000 $(SOPHYAINCP)pimsghandler.h \ 990 1001 $(SOPHYAINCP)picolist.h \ 1002 $(SOPHYAINCP)pipixutils.h \ 991 1003 $(SOPHYAINCP)picmap.h \ 992 1004 $(SOPHYAINCP)picmapx.h \ … … 1086 1098 $(SOPHYAINCP)pimsghandler.h \ 1087 1099 $(SOPHYAINCP)picolist.h \ 1100 $(SOPHYAINCP)pipixutils.h \ 1088 1101 $(SOPHYAINCP)picmap.h \ 1089 1102 $(SOPHYAINCP)picmapx.h \ … … 1130 1143 $(SOPHYAINCP)hisprof.h \ 1131 1144 $(SOPHYAINCP)ntuple.h \ 1132 $(SOPHYAINCP)xntuple.h \1133 1145 $(SOPHYAINCP)basedtable.h \ 1134 1146 $(SOPHYAINCP)segdatablock.h \ … … 1195 1207 $(SOPHYAINCP)pimsghandler.h \ 1196 1208 $(SOPHYAINCP)picolist.h \ 1209 $(SOPHYAINCP)pipixutils.h \ 1197 1210 $(SOPHYAINCP)picmap.h \ 1198 1211 $(SOPHYAINCP)picmapx.h \ … … 1264 1277 $(SOPHYAINCP)pimsghandler.h \ 1265 1278 $(SOPHYAINCP)picolist.h \ 1279 $(SOPHYAINCP)pipixutils.h \ 1266 1280 $(SOPHYAINCP)picmap.h \ 1267 1281 $(SOPHYAINCP)picmapx.h \ … … 1347 1361 $(SOPHYAINCP)pimsghandler.h \ 1348 1362 $(SOPHYAINCP)picolist.h \ 1363 $(SOPHYAINCP)pipixutils.h \ 1349 1364 $(SOPHYAINCP)picmap.h \ 1350 1365 $(SOPHYAINCP)picmapx.h \ … … 1412 1427 $(SOPHYAINCP)pimsghandler.h \ 1413 1428 $(SOPHYAINCP)picolist.h \ 1429 $(SOPHYAINCP)pipixutils.h \ 1414 1430 $(SOPHYAINCP)picmap.h \ 1415 1431 $(SOPHYAINCP)picmapx.h \ … … 1510 1526 $(SOPHYAINCP)pimsghandler.h \ 1511 1527 $(SOPHYAINCP)picolist.h \ 1528 $(SOPHYAINCP)pipixutils.h \ 1512 1529 $(SOPHYAINCP)picmap.h \ 1513 1530 $(SOPHYAINCP)picmapx.h \ … … 1593 1610 $(SOPHYAINCP)pimsghandler.h \ 1594 1611 $(SOPHYAINCP)picolist.h \ 1612 $(SOPHYAINCP)pipixutils.h \ 1595 1613 $(SOPHYAINCP)picmap.h \ 1596 1614 $(SOPHYAINCP)picmapx.h \ … … 1623 1641 $(SOPHYAINCP)pimenux.h \ 1624 1642 $(SOPHYAINCP)pimenugen.h \ 1625 $(SOPHYAINCP)picons.h \ 1626 $(SOPHYAINCP)pistdwdgx.h \ 1627 $(SOPHYAINCP)pistdwdggen.h \ 1628 $(SOPHYAINCP)pibwdgx.h \ 1629 $(SOPHYAINCP)pigraphps.h \ 1643 $(SOPHYAINCP)piconsenum.h \ 1630 1644 $(SOPHYAINCP)piwindowx.h \ 1631 1645 $(SOPHYAINCP)piwindowgen.h \ … … 1633 1647 $(SOPHYAINCP)pioptmenux.h \ 1634 1648 $(SOPHYAINCP)pioptmenugen.h \ 1649 $(SOPHYAINCP)pistdwdgx.h \ 1650 $(SOPHYAINCP)pistdwdggen.h \ 1635 1651 $(SOPHYAINCP)pistdwdgx.h \ 1636 1652 $(SOPHYAINCP)pifilechox.h \ … … 1640 1656 $(SOPHYAINCP)periodic.h \ 1641 1657 $(SOPHYAINCP)picons.h \ 1658 $(SOPHYAINCP)pibwdgx.h \ 1659 $(SOPHYAINCP)pigraphps.h \ 1642 1660 $(SOPHYAINCP)piimage.h \ 1643 1661 $(SOPHYAINCP)parradapter.h \ … … 1700 1718 $(SOPHYAINCP)piwdggen.h \ 1701 1719 $(SOPHYAINCP)picolist.h \ 1720 $(SOPHYAINCP)pipixutils.h \ 1702 1721 $(SOPHYAINCP)pimenubarx.h \ 1703 1722 $(SOPHYAINCP)pimenubargen.h \ 1704 1723 $(SOPHYAINCP)pimenux.h \ 1705 1724 $(SOPHYAINCP)pimenugen.h \ 1706 $(SOPHYAINCP)picons.h \ 1707 $(SOPHYAINCP)pistdwdgx.h \ 1708 $(SOPHYAINCP)pistdwdggen.h \ 1709 $(SOPHYAINCP)pibwdgx.h \ 1710 $(SOPHYAINCP)pibwdggen.h \ 1711 $(SOPHYAINCP)picmap.h \ 1712 $(SOPHYAINCP)picmapx.h \ 1713 $(SOPHYAINCP)picmapgen.h \ 1714 $(SOPHYAINCP)pigraphx.h \ 1715 $(SOPHYAINCP)pigraphgen.h \ 1716 $(SOPHYAINCP)pifontx.h \ 1717 $(SOPHYAINCP)pifontgen.h \ 1718 $(SOPHYAINCP)pigrcoord.h \ 1719 $(SOPHYAINCP)pilineatt.h \ 1720 $(SOPHYAINCP)pigraphuc.h \ 1721 $(SOPHYAINCP)pievthandler.h \ 1722 $(SOPHYAINCP)psfile.h \ 1723 $(SOPHYAINCP)pigraphps.h \ 1725 $(SOPHYAINCP)piconsenum.h \ 1724 1726 $(SOPHYAINCP)piwindowx.h \ 1725 1727 $(SOPHYAINCP)piwindowgen.h \ … … 1727 1729 $(SOPHYAINCP)pioptmenux.h \ 1728 1730 $(SOPHYAINCP)pioptmenugen.h \ 1731 $(SOPHYAINCP)pistdwdgx.h \ 1732 $(SOPHYAINCP)pistdwdggen.h \ 1729 1733 $(SOPHYAINCP)pistdwdgx.h \ 1730 1734 $(SOPHYAINCP)pifilechox.h \ … … 1734 1738 $(SOPHYAINCP)periodic.h \ 1735 1739 $(SOPHYAINCP)picons.h \ 1740 $(SOPHYAINCP)pibwdgx.h \ 1741 $(SOPHYAINCP)pibwdggen.h \ 1742 $(SOPHYAINCP)picmap.h \ 1743 $(SOPHYAINCP)picmapx.h \ 1744 $(SOPHYAINCP)picmapgen.h \ 1745 $(SOPHYAINCP)pigraphx.h \ 1746 $(SOPHYAINCP)pigraphgen.h \ 1747 $(SOPHYAINCP)pifontx.h \ 1748 $(SOPHYAINCP)pifontgen.h \ 1749 $(SOPHYAINCP)pigrcoord.h \ 1750 $(SOPHYAINCP)pilineatt.h \ 1751 $(SOPHYAINCP)pigraphuc.h \ 1752 $(SOPHYAINCP)pievthandler.h \ 1753 $(SOPHYAINCP)psfile.h \ 1754 $(SOPHYAINCP)pigraphps.h \ 1736 1755 $(SOPHYAINCP)piimage.h \ 1737 1756 $(SOPHYAINCP)parradapter.h \ … … 1797 1816 $(SOPHYAINCP)piwdggen.h \ 1798 1817 $(SOPHYAINCP)picolist.h \ 1818 $(SOPHYAINCP)pipixutils.h \ 1799 1819 $(SOPHYAINCP)pimenubarx.h \ 1800 1820 $(SOPHYAINCP)pimenubargen.h \ 1801 1821 $(SOPHYAINCP)pimenux.h \ 1802 1822 $(SOPHYAINCP)pimenugen.h \ 1803 $(SOPHYAINCP)picons.h \ 1804 $(SOPHYAINCP)pistdwdgx.h \ 1805 $(SOPHYAINCP)pistdwdggen.h \ 1806 $(SOPHYAINCP)pibwdgx.h \ 1807 $(SOPHYAINCP)pibwdggen.h \ 1808 $(SOPHYAINCP)picmap.h \ 1809 $(SOPHYAINCP)picmapx.h \ 1810 $(SOPHYAINCP)picmapgen.h \ 1811 $(SOPHYAINCP)pigraphx.h \ 1812 $(SOPHYAINCP)pigraphgen.h \ 1813 $(SOPHYAINCP)pifontx.h \ 1814 $(SOPHYAINCP)pifontgen.h \ 1815 $(SOPHYAINCP)pigrcoord.h \ 1816 $(SOPHYAINCP)pilineatt.h \ 1817 $(SOPHYAINCP)pigraphuc.h \ 1818 $(SOPHYAINCP)pievthandler.h \ 1819 $(SOPHYAINCP)psfile.h \ 1820 $(SOPHYAINCP)pigraphps.h \ 1823 $(SOPHYAINCP)piconsenum.h \ 1821 1824 $(SOPHYAINCP)piwindowx.h \ 1822 1825 $(SOPHYAINCP)piwindowgen.h \ … … 1824 1827 $(SOPHYAINCP)pioptmenux.h \ 1825 1828 $(SOPHYAINCP)pioptmenugen.h \ 1829 $(SOPHYAINCP)pistdwdgx.h \ 1830 $(SOPHYAINCP)pistdwdggen.h \ 1826 1831 $(SOPHYAINCP)pistdwdgx.h \ 1827 1832 $(SOPHYAINCP)pifilechox.h \ … … 1831 1836 $(SOPHYAINCP)periodic.h \ 1832 1837 $(SOPHYAINCP)picons.h \ 1838 $(SOPHYAINCP)pibwdgx.h \ 1839 $(SOPHYAINCP)pibwdggen.h \ 1840 $(SOPHYAINCP)picmap.h \ 1841 $(SOPHYAINCP)picmapx.h \ 1842 $(SOPHYAINCP)picmapgen.h \ 1843 $(SOPHYAINCP)pigraphx.h \ 1844 $(SOPHYAINCP)pigraphgen.h \ 1845 $(SOPHYAINCP)pifontx.h \ 1846 $(SOPHYAINCP)pifontgen.h \ 1847 $(SOPHYAINCP)pigrcoord.h \ 1848 $(SOPHYAINCP)pilineatt.h \ 1849 $(SOPHYAINCP)pigraphuc.h \ 1850 $(SOPHYAINCP)pievthandler.h \ 1851 $(SOPHYAINCP)psfile.h \ 1852 $(SOPHYAINCP)pigraphps.h \ 1833 1853 $(SOPHYAINCP)piimage.h \ 1834 1854 $(SOPHYAINCP)parradapter.h \ … … 1937 1957 $(SOPHYAINCP)pimsghandler.h \ 1938 1958 $(SOPHYAINCP)picolist.h \ 1959 $(SOPHYAINCP)pipixutils.h \ 1939 1960 $(SOPHYAINCP)picmap.h \ 1940 1961 $(SOPHYAINCP)picmapx.h \ … … 1969 1990 $(SOPHYAINCP)pimenux.h \ 1970 1991 $(SOPHYAINCP)pimenugen.h \ 1971 $(SOPHYAINCP)picons.h \ 1972 $(SOPHYAINCP)pistdwdgx.h \ 1973 $(SOPHYAINCP)pistdwdggen.h \ 1974 $(SOPHYAINCP)pibwdgx.h \ 1975 $(SOPHYAINCP)pigraphps.h \ 1992 $(SOPHYAINCP)piconsenum.h \ 1976 1993 $(SOPHYAINCP)piwindowx.h \ 1977 1994 $(SOPHYAINCP)piwindowgen.h \ … … 1979 1996 $(SOPHYAINCP)pioptmenux.h \ 1980 1997 $(SOPHYAINCP)pioptmenugen.h \ 1998 $(SOPHYAINCP)pistdwdgx.h \ 1999 $(SOPHYAINCP)pistdwdggen.h \ 1981 2000 $(SOPHYAINCP)pistdwdgx.h \ 1982 2001 $(SOPHYAINCP)pifilechox.h \ … … 1986 2005 $(SOPHYAINCP)periodic.h \ 1987 2006 $(SOPHYAINCP)picons.h \ 2007 $(SOPHYAINCP)pibwdgx.h \ 2008 $(SOPHYAINCP)pigraphps.h \ 1988 2009 $(SOPHYAINCP)piimage.h \ 1989 2010 $(SOPHYAINCP)parradapter.h \ … … 2002 2023 $(SOPHYAINCP)pitherm.h \ 2003 2024 $(SOPHYAINCP)resusage.h nomhistadapter.h \ 2004 $(SOPHYAINCP)xntuple.h \2005 2025 $(SOPHYAINCP)basedtable.h \ 2006 2026 $(SOPHYAINCP)segdatablock.h \ … … 2045 2065 $(SOPHYAINCP)pimsghandler.h \ 2046 2066 $(SOPHYAINCP)picolist.h \ 2067 $(SOPHYAINCP)pipixutils.h \ 2047 2068 $(SOPHYAINCP)picmap.h \ 2048 2069 $(SOPHYAINCP)picmapx.h \ … … 2097 2118 $(SOPHYAINCP)pimsghandler.h \ 2098 2119 $(SOPHYAINCP)picolist.h \ 2120 $(SOPHYAINCP)pipixutils.h \ 2099 2121 $(SOPHYAINCP)picmap.h \ 2100 2122 $(SOPHYAINCP)picmapx.h \ … … 2124 2146 $(SOPHYAINCP)pimsghandler.h \ 2125 2147 $(SOPHYAINCP)picolist.h \ 2148 $(SOPHYAINCP)pipixutils.h \ 2126 2149 $(SOPHYAINCP)picmap.h \ 2127 2150 $(SOPHYAINCP)picmapx.h \ … … 2153 2176 $(SOPHYAINCP)piwdggen.h \ 2154 2177 $(SOPHYAINCP)picolist.h \ 2178 $(SOPHYAINCP)pipixutils.h \ 2155 2179 $(SOPHYAINCP)pimenubarx.h \ 2156 2180 $(SOPHYAINCP)pimenubargen.h \ 2157 2181 $(SOPHYAINCP)pimenux.h \ 2158 2182 $(SOPHYAINCP)pimenugen.h \ 2159 $(SOPHYAINCP)picons.h \ 2160 $(SOPHYAINCP)pistdwdgx.h \ 2161 $(SOPHYAINCP)pistdwdggen.h \ 2162 $(SOPHYAINCP)pibwdgx.h \ 2163 $(SOPHYAINCP)pibwdggen.h \ 2164 $(SOPHYAINCP)picmap.h \ 2165 $(SOPHYAINCP)picmapx.h \ 2166 $(SOPHYAINCP)picmapgen.h \ 2167 $(SOPHYAINCP)pigraphx.h \ 2168 $(SOPHYAINCP)pigraphgen.h \ 2169 $(SOPHYAINCP)pifontx.h \ 2170 $(SOPHYAINCP)pifontgen.h \ 2171 $(SOPHYAINCP)pigrcoord.h \ 2172 $(SOPHYAINCP)pilineatt.h \ 2173 $(SOPHYAINCP)pigraphuc.h \ 2174 $(SOPHYAINCP)pievthandler.h \ 2175 $(SOPHYAINCP)psfile.h \ 2176 $(SOPHYAINCP)pigraphps.h \ 2183 $(SOPHYAINCP)piconsenum.h \ 2177 2184 $(SOPHYAINCP)sopnamsp.h pihisto2d.h \ 2178 2185 $(SOPHYAINCP)pimenux.h \ … … 2180 2187 $(SOPHYAINCP)pioptmenux.h \ 2181 2188 $(SOPHYAINCP)pioptmenugen.h \ 2182 $(SOPHYAINCP)pidrawer.h \ 2189 $(SOPHYAINCP)pistdwdgx.h \ 2190 $(SOPHYAINCP)pistdwdggen.h \ 2191 $(SOPHYAINCP)pidrawer.h \ 2192 $(SOPHYAINCP)pibwdggen.h \ 2193 $(SOPHYAINCP)picmap.h \ 2194 $(SOPHYAINCP)picmapx.h \ 2195 $(SOPHYAINCP)picmapgen.h \ 2196 $(SOPHYAINCP)pigraphx.h \ 2197 $(SOPHYAINCP)pigraphgen.h \ 2198 $(SOPHYAINCP)pifontx.h \ 2199 $(SOPHYAINCP)pifontgen.h \ 2200 $(SOPHYAINCP)pigrcoord.h \ 2201 $(SOPHYAINCP)pilineatt.h \ 2202 $(SOPHYAINCP)pigraphuc.h \ 2203 $(SOPHYAINCP)pievthandler.h \ 2204 $(SOPHYAINCP)psfile.h \ 2183 2205 $(SOPHYAINCP)pigratt.h \ 2184 2206 $(SOPHYAINCP)piaxes.h \ 2185 2207 $(SOPHYAINCP)piscdrawwdg.h \ 2208 $(SOPHYAINCP)pibwdgx.h \ 2209 $(SOPHYAINCP)pigraphps.h \ 2186 2210 $(SOPHYAINCP)piwindowx.h \ 2187 2211 $(SOPHYAINCP)piwindowgen.h \ … … 2211 2235 $(SOPHYAINCP)piwdggen.h \ 2212 2236 $(SOPHYAINCP)picolist.h \ 2237 $(SOPHYAINCP)pipixutils.h \ 2213 2238 $(SOPHYAINCP)pimenubarx.h \ 2214 2239 $(SOPHYAINCP)pimenubargen.h \ 2215 2240 $(SOPHYAINCP)pimenux.h \ 2216 2241 $(SOPHYAINCP)pimenugen.h \ 2217 $(SOPHYAINCP)picons.h \ 2218 $(SOPHYAINCP)pistdwdgx.h \ 2219 $(SOPHYAINCP)pistdwdggen.h \ 2220 $(SOPHYAINCP)pibwdgx.h \ 2221 $(SOPHYAINCP)pibwdggen.h \ 2222 $(SOPHYAINCP)picmap.h \ 2223 $(SOPHYAINCP)picmapx.h \ 2224 $(SOPHYAINCP)picmapgen.h \ 2225 $(SOPHYAINCP)pigraphx.h \ 2226 $(SOPHYAINCP)pigraphgen.h \ 2227 $(SOPHYAINCP)pifontx.h \ 2228 $(SOPHYAINCP)pifontgen.h \ 2229 $(SOPHYAINCP)pigrcoord.h \ 2230 $(SOPHYAINCP)pilineatt.h \ 2231 $(SOPHYAINCP)pigraphuc.h \ 2232 $(SOPHYAINCP)pievthandler.h \ 2233 $(SOPHYAINCP)psfile.h \ 2234 $(SOPHYAINCP)pigraphps.h \ 2242 $(SOPHYAINCP)piconsenum.h \ 2235 2243 $(SOPHYAINCP)piwindowx.h \ 2236 2244 $(SOPHYAINCP)piwindowgen.h \ … … 2238 2246 $(SOPHYAINCP)pioptmenux.h \ 2239 2247 $(SOPHYAINCP)pioptmenugen.h \ 2248 $(SOPHYAINCP)pistdwdgx.h \ 2249 $(SOPHYAINCP)pistdwdggen.h \ 2240 2250 $(SOPHYAINCP)pistdwdgx.h \ 2241 2251 $(SOPHYAINCP)pifilechox.h \ … … 2245 2255 $(SOPHYAINCP)periodic.h \ 2246 2256 $(SOPHYAINCP)picons.h \ 2257 $(SOPHYAINCP)pibwdgx.h \ 2258 $(SOPHYAINCP)pibwdggen.h \ 2259 $(SOPHYAINCP)picmap.h \ 2260 $(SOPHYAINCP)picmapx.h \ 2261 $(SOPHYAINCP)picmapgen.h \ 2262 $(SOPHYAINCP)pigraphx.h \ 2263 $(SOPHYAINCP)pigraphgen.h \ 2264 $(SOPHYAINCP)pifontx.h \ 2265 $(SOPHYAINCP)pifontgen.h \ 2266 $(SOPHYAINCP)pigrcoord.h \ 2267 $(SOPHYAINCP)pilineatt.h \ 2268 $(SOPHYAINCP)pigraphuc.h \ 2269 $(SOPHYAINCP)pievthandler.h \ 2270 $(SOPHYAINCP)psfile.h \ 2271 $(SOPHYAINCP)pigraphps.h \ 2247 2272 $(SOPHYAINCP)piimage.h \ 2248 2273 $(SOPHYAINCP)parradapter.h \ … … 2308 2333 $(SOPHYAINCP)hisprof.h \ 2309 2334 $(SOPHYAINCP)ntuple.h \ 2310 $(SOPHYAINCP)xntuple.h \2311 2335 $(SOPHYAINCP)basedtable.h \ 2312 2336 $(SOPHYAINCP)segdatablock.h \ … … 2357 2381 $(SOPHYAINCP)pimsghandler.h \ 2358 2382 $(SOPHYAINCP)picolist.h \ 2383 $(SOPHYAINCP)pipixutils.h \ 2359 2384 $(SOPHYAINCP)picmap.h \ 2360 2385 $(SOPHYAINCP)picmapx.h \ … … 2385 2410 $(SOPHYAINCP)pimsghandler.h \ 2386 2411 $(SOPHYAINCP)picolist.h \ 2412 $(SOPHYAINCP)pipixutils.h \ 2387 2413 $(SOPHYAINCP)picmap.h \ 2388 2414 $(SOPHYAINCP)picmapx.h \ … … 2411 2437 $(SOPHYAINCP)pimsghandler.h \ 2412 2438 $(SOPHYAINCP)picolist.h \ 2439 $(SOPHYAINCP)pipixutils.h \ 2413 2440 $(SOPHYAINCP)picmap.h \ 2414 2441 $(SOPHYAINCP)picmapx.h \ … … 2478 2505 $(SOPHYAINCP)piwdggen.h \ 2479 2506 $(SOPHYAINCP)picolist.h \ 2507 $(SOPHYAINCP)pipixutils.h \ 2480 2508 $(SOPHYAINCP)pimenubarx.h \ 2481 2509 $(SOPHYAINCP)pimenubargen.h \ 2482 2510 $(SOPHYAINCP)pimenux.h \ 2483 2511 $(SOPHYAINCP)pimenugen.h \ 2484 $(SOPHYAINCP)picons.h \ 2485 $(SOPHYAINCP)pistdwdgx.h \ 2486 $(SOPHYAINCP)pistdwdggen.h \ 2487 $(SOPHYAINCP)pibwdgx.h \ 2488 $(SOPHYAINCP)pibwdggen.h \ 2489 $(SOPHYAINCP)picmap.h \ 2490 $(SOPHYAINCP)picmapx.h \ 2491 $(SOPHYAINCP)picmapgen.h \ 2492 $(SOPHYAINCP)pigraphx.h \ 2493 $(SOPHYAINCP)pigraphgen.h \ 2494 $(SOPHYAINCP)pifontx.h \ 2495 $(SOPHYAINCP)pifontgen.h \ 2496 $(SOPHYAINCP)pigrcoord.h \ 2497 $(SOPHYAINCP)pilineatt.h \ 2498 $(SOPHYAINCP)pigraphuc.h \ 2499 $(SOPHYAINCP)pievthandler.h \ 2500 $(SOPHYAINCP)psfile.h \ 2501 $(SOPHYAINCP)pigraphps.h \ 2512 $(SOPHYAINCP)piconsenum.h \ 2502 2513 $(SOPHYAINCP)piwindowx.h \ 2503 2514 $(SOPHYAINCP)piwindowgen.h \ … … 2505 2516 $(SOPHYAINCP)pioptmenux.h \ 2506 2517 $(SOPHYAINCP)pioptmenugen.h \ 2518 $(SOPHYAINCP)pistdwdgx.h \ 2519 $(SOPHYAINCP)pistdwdggen.h \ 2507 2520 $(SOPHYAINCP)pistdwdgx.h \ 2508 2521 $(SOPHYAINCP)pifilechox.h \ … … 2512 2525 $(SOPHYAINCP)periodic.h \ 2513 2526 $(SOPHYAINCP)picons.h \ 2527 $(SOPHYAINCP)pibwdgx.h \ 2528 $(SOPHYAINCP)pibwdggen.h \ 2529 $(SOPHYAINCP)picmap.h \ 2530 $(SOPHYAINCP)picmapx.h \ 2531 $(SOPHYAINCP)picmapgen.h \ 2532 $(SOPHYAINCP)pigraphx.h \ 2533 $(SOPHYAINCP)pigraphgen.h \ 2534 $(SOPHYAINCP)pifontx.h \ 2535 $(SOPHYAINCP)pifontgen.h \ 2536 $(SOPHYAINCP)pigrcoord.h \ 2537 $(SOPHYAINCP)pilineatt.h \ 2538 $(SOPHYAINCP)pigraphuc.h \ 2539 $(SOPHYAINCP)pievthandler.h \ 2540 $(SOPHYAINCP)psfile.h \ 2541 $(SOPHYAINCP)pigraphps.h \ 2514 2542 $(SOPHYAINCP)piimage.h \ 2515 2543 $(SOPHYAINCP)parradapter.h \ … … 2591 2619 $(SOPHYAINCP)piwdggen.h \ 2592 2620 $(SOPHYAINCP)picolist.h \ 2621 $(SOPHYAINCP)pipixutils.h \ 2593 2622 $(SOPHYAINCP)pimenubarx.h \ 2594 2623 $(SOPHYAINCP)pimenubargen.h \ 2595 2624 $(SOPHYAINCP)pimenux.h \ 2596 2625 $(SOPHYAINCP)pimenugen.h \ 2597 $(SOPHYAINCP)picons.h \ 2598 $(SOPHYAINCP)pistdwdgx.h \ 2599 $(SOPHYAINCP)pistdwdggen.h \ 2600 $(SOPHYAINCP)pibwdgx.h \ 2601 $(SOPHYAINCP)pibwdggen.h \ 2602 $(SOPHYAINCP)picmap.h \ 2603 $(SOPHYAINCP)picmapx.h \ 2604 $(SOPHYAINCP)picmapgen.h \ 2605 $(SOPHYAINCP)pigraphx.h \ 2606 $(SOPHYAINCP)pigraphgen.h \ 2607 $(SOPHYAINCP)pifontx.h \ 2608 $(SOPHYAINCP)pifontgen.h \ 2609 $(SOPHYAINCP)pigrcoord.h \ 2610 $(SOPHYAINCP)pilineatt.h \ 2611 $(SOPHYAINCP)pigraphuc.h \ 2612 $(SOPHYAINCP)pievthandler.h \ 2613 $(SOPHYAINCP)psfile.h \ 2614 $(SOPHYAINCP)pigraphps.h \ 2626 $(SOPHYAINCP)piconsenum.h \ 2615 2627 $(SOPHYAINCP)piwindowx.h \ 2616 2628 $(SOPHYAINCP)piwindowgen.h \ … … 2618 2630 $(SOPHYAINCP)pioptmenux.h \ 2619 2631 $(SOPHYAINCP)pioptmenugen.h \ 2632 $(SOPHYAINCP)pistdwdgx.h \ 2633 $(SOPHYAINCP)pistdwdggen.h \ 2620 2634 $(SOPHYAINCP)pistdwdgx.h \ 2621 2635 $(SOPHYAINCP)pifilechox.h \ … … 2625 2639 $(SOPHYAINCP)periodic.h \ 2626 2640 $(SOPHYAINCP)picons.h \ 2641 $(SOPHYAINCP)pibwdgx.h \ 2642 $(SOPHYAINCP)pibwdggen.h \ 2643 $(SOPHYAINCP)picmap.h \ 2644 $(SOPHYAINCP)picmapx.h \ 2645 $(SOPHYAINCP)picmapgen.h \ 2646 $(SOPHYAINCP)pigraphx.h \ 2647 $(SOPHYAINCP)pigraphgen.h \ 2648 $(SOPHYAINCP)pifontx.h \ 2649 $(SOPHYAINCP)pifontgen.h \ 2650 $(SOPHYAINCP)pigrcoord.h \ 2651 $(SOPHYAINCP)pilineatt.h \ 2652 $(SOPHYAINCP)pigraphuc.h \ 2653 $(SOPHYAINCP)pievthandler.h \ 2654 $(SOPHYAINCP)psfile.h \ 2655 $(SOPHYAINCP)pigraphps.h \ 2627 2656 $(SOPHYAINCP)piimage.h \ 2628 2657 $(SOPHYAINCP)parradapter.h \ … … 2672 2701 $(SOPHYAINCP)machdefs.h \ 2673 2702 $(SOPHYAINCP)lut.h \ 2703 $(SOPHYAINCP)pipixutils.h \ 2674 2704 $(SOPHYAINCP)tmatrix.h \ 2675 2705 $(SOPHYAINCP)tarray.h \ … … 2720 2750 $(SOPHYAINCP)pimsghandler.h \ 2721 2751 $(SOPHYAINCP)picolist.h \ 2752 $(SOPHYAINCP)pipixutils.h \ 2722 2753 $(SOPHYAINCP)picmap.h \ 2723 2754 $(SOPHYAINCP)picmapx.h \ … … 2764 2795 $(SOPHYAINCP)pimenux.h \ 2765 2796 $(SOPHYAINCP)pimenugen.h \ 2766 $(SOPHYAINCP)picons.h \ 2767 $(SOPHYAINCP)pistdwdgx.h \ 2768 $(SOPHYAINCP)pistdwdggen.h \ 2769 $(SOPHYAINCP)pibwdgx.h \ 2770 $(SOPHYAINCP)pigraphps.h \ 2797 $(SOPHYAINCP)piconsenum.h \ 2771 2798 $(SOPHYAINCP)piwindowx.h \ 2772 2799 $(SOPHYAINCP)piwindowgen.h \ … … 2774 2801 $(SOPHYAINCP)pioptmenux.h \ 2775 2802 $(SOPHYAINCP)pioptmenugen.h \ 2803 $(SOPHYAINCP)pistdwdgx.h \ 2804 $(SOPHYAINCP)pistdwdggen.h \ 2776 2805 $(SOPHYAINCP)pistdwdgx.h \ 2777 2806 $(SOPHYAINCP)pifilechox.h \ … … 2781 2810 $(SOPHYAINCP)periodic.h \ 2782 2811 $(SOPHYAINCP)picons.h \ 2812 $(SOPHYAINCP)pibwdgx.h \ 2813 $(SOPHYAINCP)pigraphps.h \ 2783 2814 $(SOPHYAINCP)piimage.h \ 2784 2815 $(SOPHYAINCP)parradapter.h \ -
trunk/SophyaPI/PIext/basexecut.cc
r3551 r3572 24 24 #include "datatable.h" 25 25 26 #ifdef SANS_EVOLPLANCK27 #include "cvector.h"28 #else29 26 #include "tvector.h" 30 #endif31 27 32 28 … … 95 91 mImgApp->RedirectStdOutErr(false); 96 92 --------DEL */ 97 #ifdef SANS_EVOLPLANCK98 TRY {99 tokens.erase(tokens.begin());100 fuf(tokens);101 } CATCH(merr) {102 fflush(stdout);103 string es = PeidaExc(merr);104 cerr << "\n PIABaseExecutor: Call UserFunc Exception :" << merr << es;105 cout << endl;106 }107 #else108 93 try { 109 94 tokens.erase(tokens.begin()); … … 122 107 return(-79); 123 108 } 124 #endif125 109 /*DEL----- Plus besoin en multi-thread ? / Reza 06/01/2004 126 110 mImgApp->RedirectStdOutErr(red); … … 732 716 } 733 717 734 #ifndef SANS_EVOLPLANCK735 718 /* Lecture matrice/vecteur depuis fichier ASCII */ 736 719 else if ((kw == "mtxfrascii") || (kw == "vecfrascii") ) { … … 788 771 } 789 772 790 #endif791 773 792 774 else if (kw == "fillnt" ) { … … 970 952 usage += "\n Related commands: ntloop fillnt "; 971 953 mpiac->RegisterCommand(kw, usage, this, "FileIO"); 972 #ifndef SANS_EVOLPLANCK973 954 kw = "mtxfrascii"; 974 955 usage = "Reads a matrix from an ASCII file (TMatrix<r_8>)"; … … 986 967 usage += "\n Related commands: mtxfrascii vecfrascii ntfrascii "; 987 968 mpiac->RegisterCommand(kw, usage, this, "FileIO"); 988 #endif989 969 990 970 kw = "print"; … … 1181 1161 usage += "\n- i,k,val,real,imag,mod,phas,teta,phi,_nl"; 1182 1162 usage += "\n- FITS Binary/ASCII table: fits column names,_nl"; 1183 #ifdef SANS_EVOLPLANCK1184 usage += "\n ------ Eros Variable names (double) -------- ";1185 usage += "\n- StarList: x,y,flux,fond,pixmax,flags,";1186 usage += "\n- xref,yref,fluxref,fondref,pixmaxref,_nl";1187 #endif1188 1163 usage += "\n ------ Other parameters -------- "; 1189 1164 usage += "\nLoop parameters can be specified as I1[:I2[:DI]] for(int i=I1; i<I2; i+=DI)"; -
trunk/SophyaPI/PIext/cxxexecutor.cc
r3551 r3572 394 394 <<endl 395 395 396 #ifdef SANS_EVOLPLANCK397 <<"//---- Peida include files"<<endl398 <<"#include \"toutpeida.h\""<<endl399 #else400 396 // Si on enleve sopnamsp.h (using namespace SOPHYA), il faudra accoler 401 397 // SOPHYA:: à toutes les déclarations automatiques - Reza, 10/09/2004 … … 409 405 <<"#include \"histats.h\""<<endl 410 406 <<endl 411 #endif412 407 413 408 <<"//---- Spiapp include files"<<endl … … 497 492 os<<obtype<<"* "<<stmp 498 493 <<" = dynamic_cast< "<<obtype<<" * >(omg.GetObj(___nomobj));"<<endl; 499 #ifdef SANS_EVOLPLANCK500 os<<"if("<<stmp<<"==NULL) { \n"501 <<" long mExcErr = nullPtrErr; \n"502 <<" cerr << \"CxxExecutor::PutObject: Non existing object "503 <<" ... please update file \\n \" ;"504 <<" throw mExcErr ; \n } "<<endl;505 #else506 494 os<<"if("<<stmp<<"==NULL) throw NullPtrError" 507 495 <<"(\"CxxExecutor::PutObject: Non existing object "<<nobj 508 496 <<"... please update file\");"<<endl; 509 #endif510 497 os<<obtype<<"& "<<nobj<<" = (*"<<stmp<<");"<<endl<<endl; 511 498 } … … 622 609 623 610 int rc; 624 #ifdef SANS_EVOLPLANCK625 CxxCompilerLinker cxx;626 string sophlib = " -lPIE -lm ";627 cxx.AddLinkOptions(sophlib);628 #else629 611 CxxCompilerLinker cxx(true,true,true); 630 #endif631 612 if(TmpDir().size()>0) cxx.SetTmpDir(TmpDir()); 632 613 if(mPrtLevel>0) cxx.SetVerbose(true); -
trunk/SophyaPI/PIext/exclude
r3007 r3572 1 1 userfitfunex.c 2 nommatvecadapter.cc3 nomstladapter.cc4 2 pistlist.cc -
trunk/SophyaPI/PIext/flowmodex.cc
r2615 r3572 117 117 118 118 // Creation NTuple 119 c har* ntn[4] = {"expx","expy","expex","expey"};119 const char* ntn[4] = {"expx","expy","expex","expey"}; 120 120 NTuple * ntint = NULL; 121 121 ntint = new NTuple(4,ntn); -
trunk/SophyaPI/PIext/nobjmgr.cc
r3428 r3572 20 20 #include "dvlist.h" 21 21 22 // EVOL-PLANCK23 #ifdef SANS_EVOLPLANCK24 #include "fitsimage.h"25 #else26 22 #include "tvector.h" 27 23 #include "pitvmaad.h" 28 24 #include "piyfxdrw.h" 29 #endif30 25 31 26 #include "pisurfdr.h" … … 259 254 } 260 255 NObjMgrSync zs(0); zs.NOp(); 261 #ifdef SANS_EVOLPLANCK262 bool fg = true;263 #else264 256 bool fg = myVars->HasKey(key); 265 #endif266 257 myVars->SetS(key, val); 267 258 // cout << " DEBUG::SetVar " << *myVars << endl; … … 277 268 } 278 269 NObjMgrSync zs(0); zs.NOp(); 279 #ifdef SANS_EVOLPLANCK280 DVList::ValList::const_iterator it;281 for(it=myVars->Begin(); it!= myVars->End(); it++)282 if ((*it).first == key) return true;283 return(false);284 #else285 270 return(myVars->HasKey(key)); 286 #endif287 271 } 288 272 … … 295 279 } 296 280 NObjMgrSync zs(0); zs.NOp(); 297 #ifdef SANS_EVOLPLANCK298 return(false);299 #else300 281 return(myVars->DeleteKey(key)); 301 #endif302 282 } 303 283 … … 945 925 PPersist* ppobj=NULL; 946 926 bool ok = true; 947 #ifdef SANS_EVOLPLANCK948 TRY{949 PInPersist pis(flnm);950 ppobj = PPersistMgr::ReadObject(pis);951 if (ppobj == NULL) ok = false;952 } CATCH(merr)953 { printf("NamedObjMgr::ReadObj()/Error Exception= %ld (%s) \n",954 (long)merr, PeidaExc(merr)); ok = false; } ENDTRY;955 #else956 927 try { 957 928 PInPersist pis(flnm); … … 962 933 ok = false; 963 934 } 964 #endif965 935 if (!ok) return; 966 936 if (nobj.length()<1) nobj = servnobjm->FileName2Name(flnm); … … 1011 981 { 1012 982 int_4 i; // $CHECK$ int -> int_4 a cause de TagKey 1013 #ifdef SANS_EVOLPLANCK1014 int_4 cid, key, ln; // $CHECK$ int -> int_4 a cause de TagKey1015 #endif1016 983 int n0, n1; 1017 984 bool ok = true; … … 1021 988 int nread = 0; 1022 989 int nbtags = 0; 1023 #ifdef SANS_EVOLPLANCK1024 nbtags = s.NbTags();1025 #else1026 990 nbtags = s.NbNameTags(); 1027 #endif1028 991 if ( (nbtags < 1) || (num >= nbtags) ) { 1029 992 if (num >= 0) { … … 1033 996 } 1034 997 1035 #ifdef SANS_EVOLPLANCK1036 TRY {1037 obj = PPersistMgr::ReadObject(s);1038 if (obj == NULL) ok = false;1039 } CATCH(merr) {1040 printf("NamedObjMgr::ReadObj()/Error Exception= %ld (%s) \n", (long)merr, PeidaExc(merr));1041 ok = false;1042 } ENDTRY;1043 #else1044 998 try { 1045 999 obj = s.ReadObject(); … … 1049 1003 ok = false; 1050 1004 } 1051 #endif1052 1005 1053 1006 if (!ok) return; … … 1060 1013 else { n0 = num; n1 = num+1; } 1061 1014 for(i=n0; i<n1; i++) { 1062 #ifdef SANS_EVOLPLANCK1063 key = s.TagKey(i, cid, ln);1064 if (ln <= 0) nom = "";1065 else nom = s.TagName(i);1066 s.GotoTag(i);1067 TRY {1068 obj = PPersistMgr::ReadObject(s);1069 if (obj == NULL) ok = false;1070 } CATCH(merr) {1071 printf("NamedObjMgr::ReadObj()/Error Exception= %ld (%s) \n", (long)merr, PeidaExc(merr));1072 ok = false;1073 } ENDTRY;1074 #else1075 1015 s.GotoNameTagNum(i); 1076 1016 nom = s.GetTagName(i); … … 1082 1022 ok = false; 1083 1023 } 1084 #endif1085 1024 if (ok) { AddObj_P(obj->DataObj(), nom, true); nread++; } 1086 1025 } … … 1095 1034 // sinon, tous les objets sequentiellement 1096 1035 { 1097 #ifdef SANS_EVOLPLANCK1098 bool ok = true;1099 PPersist* obj=NULL;1100 1101 PInPersist* ppin=NULL;1102 TRY{1103 ppin = new PInPersist(flnm);1104 if (ppin->NbTags() < 1) obj = PPersistMgr::ReadObject((*ppin));1105 else obj = NULL;1106 } CATCH(merr)1107 { printf("NamedObjMgr::ReadAll()/Error Exception= %ld (%s) \n",1108 (long)merr, PeidaExc(merr)); ok = false; }1109 ENDTRY;1110 if (!ok) return;1111 if (obj) {1112 string nom = servnobjm->FileName2Name(flnm);1113 AddObj(obj->DataObj(), nom, false);1114 }1115 else ReadObj((*ppin), -1);1116 delete ppin;1117 #else1118 1036 try { 1119 1037 PInPersist pis(flnm); … … 1151 1069 cerr << "NamedObjMgr::ReadAll()/Error Exception - Msg= " << iox.Msg() << endl; 1152 1070 } 1153 #endif1154 1071 return; 1155 1072 } … … 1193 1110 bool ok = true; 1194 1111 POutPersist* pout=NULL; 1195 #ifdef SANS_EVOLPLANCK1196 TRY{1197 pout = new POutPersist(flnm);1198 } CATCH(merr)1199 { printf("NamedObjMgr::SaveObjects()/Error Exception= %ld (%s) \n",1200 (long)merr, PeidaExc(merr)); ok = false; } ENDTRY;1201 #else1202 1112 try { 1203 1113 pout = new POutPersist(flnm); … … 1207 1117 ok = false; 1208 1118 } 1209 #endif1210 1119 if (!ok) return; 1211 1120 NObjList::iterator it; … … 1262 1171 1263 1172 POutPersist* pout=NULL; 1264 #ifdef SANS_EVOLPLANCK1265 TRY{1266 pout = new POutPersist(flnm);1267 } CATCH(merr)1268 { printf("NamedObjMgr::SaveAll()/Error Exception= %ld (%s) \n",1269 (long)merr, PeidaExc(merr)); ok = false; } ENDTRY;1270 #else1271 1173 try { 1272 1174 pout = new POutPersist(flnm); … … 1276 1178 ok = false; 1277 1179 } 1278 #endif1279 1180 if (!ok) return; 1280 1181 NObjList::iterator it; … … 1583 1484 NObjMgrSync zs(0); zs.NOp(); 1584 1485 1585 #ifdef SANS_EVOLPLANCK1586 cerr << " NamedObjMgr::DisplayVector() Error: Not implemented with PEIDA " << endl;1587 #else1588 1589 1486 if(!myImgApp) return; 1590 1487 … … 1651 1548 return; 1652 1549 1653 #endif1654 1550 } 1655 1551 -
trunk/SophyaPI/PIext/nomgfdadapter.cc
r2975 r3572 9 9 #include "pipodrw.h" 10 10 11 #ifndef SANS_EVOLPLANCK12 11 #include "objfitter.h" 13 #endif14 12 15 13 //------------------------------------------------------------------------- … … 53 51 void NOMAdapter_GeneralFitData::SavePPF(POutPersist& pos, string const & nom) 54 52 { 55 #ifdef SANS_EVOLPLANCK56 string tag = nom; // A cause de const57 mG->Write(pos,0,tag);58 #else59 53 ObjFileIO<GeneralFitData> fio(mG); 60 54 fio.Write(pos, nom); 61 #endif62 55 } 63 56 … … 113 106 { 114 107 GeneralFitData* g = NULL; 115 #ifdef SANS_EVOLPLANCK116 g = mG->FitResidus(mfit);117 #else118 108 g = new GeneralFitData(ObjectFitter::FitResidus(*mG,mfit)); 119 #endif120 109 return g; 121 110 } … … 124 113 { 125 114 GeneralFitData* g = NULL; 126 #ifdef SANS_EVOLPLANCK127 g = mG->FitFunction(mfit);128 #else129 115 g = new GeneralFitData(ObjectFitter::FitFunction(*mG,mfit)); 130 #endif131 116 return g; 132 117 } -
trunk/SophyaPI/PIext/nomhistadapter.cc
r3432 r3572 16 16 #include "strutilxx.h" 17 17 18 #ifndef SANS_EVOLPLANCK19 18 #include "objfitter.h" 20 19 // Pour les DataTable ( Depuis Avril 2005 ) 21 20 #include "datatable.h" 22 21 #include "swppfdtable.h" 23 #endif24 22 25 23 //----------------------------------------------------------------------------- … … 139 137 void NOMAdapter_Histo::SavePPF(POutPersist& pos, string const & nom) 140 138 { 141 #ifdef SANS_EVOLPLANCK142 // PEIDA-EROS L'histo est lui-meme PPersist143 string tag = nom; // A cause de const144 mHis->Write(pos,0,tag);145 #else146 139 ObjFileIO<Histo> fio(mHis); 147 140 fio.Write(pos, nom); 148 #endif149 141 } 150 142 … … 204 196 { 205 197 Histo* h = NULL; 206 #ifdef SANS_EVOLPLANCK207 h = mHis->FitResidus(mfit);208 #else209 198 h = new Histo(ObjectFitter::FitResidus(*mHis,mfit)); 210 #endif211 199 return h; 212 200 } … … 215 203 { 216 204 Histo* h = NULL; 217 #ifdef SANS_EVOLPLANCK218 h = mHis->FitFunction(mfit);219 #else220 205 h = new Histo(ObjectFitter::FitFunction(*mHis,mfit)); 221 #endif222 206 return h; 223 207 } … … 316 300 void NOMAdapter_Histo2D::SavePPF(POutPersist& pos, string const & nom) 317 301 { 318 #ifdef SANS_EVOLPLANCK319 // PEIDA-EROS L'histo est lui-meme PPersist320 string tag = nom; // A cause de const321 mHis->Write(pos,0,tag);322 #else323 302 ObjFileIO<Histo2D> fio(mHis); 324 303 fio.Write(pos, nom); 325 #endif326 304 } 327 305 … … 389 367 { 390 368 Histo2D* h2 = NULL; 391 #ifdef SANS_EVOLPLANCK392 h2 = mHis->FitFunction(mfit);393 #else394 369 h2 = new Histo2D(ObjectFitter::FitResidus(*mHis,mfit)); 395 #endif396 370 return h2; 397 371 } … … 400 374 { 401 375 Histo2D* h2 = NULL; 402 #ifdef SANS_EVOLPLANCK403 h2 = mHis->FitFunction(mfit);404 #else405 376 h2 = new Histo2D(ObjectFitter::FitFunction(*mHis,mfit)); 406 #endif407 377 return h2; 408 378 } … … 555 525 void NOMAdapter_NTuple::SavePPF(POutPersist& pos, string const & nom) 556 526 { 557 #ifdef SANS_EVOLPLANCK558 // PEIDA-EROS L'histo est lui-meme PPersist559 string tag = nom; // A cause de const560 mNt->Write(pos,0,tag);561 #else562 527 ObjFileIO<NTuple> fio(mNt); 563 528 fio.Write(pos, nom); 564 #endif565 529 } 566 530 … … 571 535 char buff[128]; 572 536 if (opts[0] == "sizes") { 573 sprintf(buff, "%ld %ld", mNt->NEntry(),mNt->NVar());537 sprintf(buff, "%ld %ld", (long)mNt->NEntry(), (long)mNt->NVar()); 574 538 return string(buff); 575 539 } 576 540 else if ((opts[0] == "nlines") || (opts[0] == "nentry") || (opts[0] == "nrows")) { 577 sprintf(buff, "%ld", mNt->NEntry());541 sprintf(buff, "%ld", (long)mNt->NEntry()); 578 542 return string(buff); 579 543 } 580 544 else if ((opts[0] == "nvar") || (opts[0] == "ncols")) { 581 sprintf(buff, "%ld", mNt->NVar());545 sprintf(buff, "%ld", (long)mNt->NVar()); 582 546 return string(buff); 583 547 } … … 610 574 return(mNt); 611 575 // return( new NTupInt_NTuple(mNt) ); 612 }613 614 //-------------------------------------------------------------------------615 // Class Adaptateur d'objet (Pour NamedObjMgr) d'objet XNTuple616 //-------------------------------------------------------------------------617 618 /* --Methode-- */619 NOMAdapter_XNTuple::NOMAdapter_XNTuple(XNTuple* o)620 : NObjMgrAdapter(o)621 {622 mNt = o;623 }624 625 /* --Methode-- */626 NOMAdapter_XNTuple::~NOMAdapter_XNTuple()627 {628 }629 630 /* --Methode-- */631 NObjMgrAdapter* NOMAdapter_XNTuple::Clone(AnyDataObj* o)632 {633 XNTuple* nt = dynamic_cast<XNTuple *>(o);634 if (nt) return ( new NOMAdapter_XNTuple(nt) );635 return ( new NObjMgrAdapter(o) );636 }637 638 /* --Methode-- */639 string NOMAdapter_XNTuple::GetDataObjType()640 {641 return ("XNTuple ");642 }643 644 /* --Methode-- */645 AnyDataObj* NOMAdapter_XNTuple::CloneDataObj(bool /*share*/)646 {647 return ( new XNTuple(*mNt) );648 }649 650 /* --Methode-- */651 void NOMAdapter_XNTuple::SavePPF(POutPersist& pos, string const & nom)652 {653 #ifdef SANS_EVOLPLANCK654 // PEIDA-EROS L'histo est lui-meme PPersist655 string tag = nom; // A cause de const656 mNt->Write(pos,0,tag);657 #else658 ObjFileIO<XNTuple> fio(mNt);659 fio.Write(pos, nom);660 #endif661 }662 663 /* --Methode-- */664 void NOMAdapter_XNTuple::Print(ostream& os, int lev)665 {666 // os << mNt->Info();667 mNt->Show(os);668 }669 670 671 /* --Methode-- */672 NTupleInterface* NOMAdapter_XNTuple::GetNTupleInterface(bool& adel)673 {674 adel = false;675 return(mNt);676 576 } 677 577 … … 751 651 char buff[128]; 752 652 if (opts[0] == "sizes") { 753 sprintf(buff, "%ld %ld", mDT->NEntry(),mDT->NVar());653 sprintf(buff, "%ld %ld", (long)mDT->NEntry(), (long)mDT->NVar()); 754 654 return string(buff); 755 655 } 756 656 else if ((opts[0] == "nlines") || (opts[0] == "nentry") || (opts[0] == "nrows")) { 757 sprintf(buff, "%ld", mDT->NEntry());657 sprintf(buff, "%ld", (long)mDT->NEntry()); 758 658 return string(buff); 759 659 } 760 660 else if ((opts[0] == "nvar") || (opts[0] == "ncols")) { 761 sprintf(buff, "%ld", mDT->NVar());661 sprintf(buff, "%ld", (long)mDT->NVar()); 762 662 return string(buff); 763 663 } -
trunk/SophyaPI/PIext/nomhistadapter.h
r3139 r3572 12 12 #include "hisprof.h" 13 13 #include "ntuple.h" 14 #include "xntuple.h"15 14 #include "basedtable.h" 16 15 … … 142 141 }; 143 142 144 //-------------------------------------------------------------------------145 // Class Adaptateur d'objet (Pour NamedObjMgr) d'objet XNTuple146 //-------------------------------------------------------------------------147 148 class NOMAdapter_XNTuple : public NObjMgrAdapter {149 public:150 NOMAdapter_XNTuple(XNTuple* nt = NULL);151 virtual ~NOMAdapter_XNTuple();152 153 virtual NObjMgrAdapter* Clone(AnyDataObj* o);154 155 virtual string GetDataObjType();156 157 virtual AnyDataObj* CloneDataObj(bool share=false);158 159 virtual void SavePPF(POutPersist& s, string const & nom);160 161 virtual void Print(ostream& os, int lev=0);162 virtual NTupleInterface* GetNTupleInterface(bool& adel);163 164 protected:165 XNTuple* mNt;166 };167 143 168 144 //------------------------------------------------------------------------- -
trunk/SophyaPI/PIext/nomimagadapter.cc
r3190 r3572 11 11 #include "pimgadapter.h" 12 12 13 #ifdef SANS_EVOLPLANCK14 #include "fitsimage.h"15 #else16 13 #include "objfitter.h" 17 #endif18 14 19 15 … … 62 58 AnyDataObj* NOMAdapter_Image<T>::CloneDataObj(bool share) 63 59 { 64 #ifdef SANS_EVOLPLANCK65 FitsImage<T> * fima = dynamic_cast<FitsImage<T> *>(mImg);66 if (fima == NULL) return( new Image<T>(*mImg ) );67 else return ( new FitsImage<T>(*fima) );68 #else69 60 return( new Image<T>(*mImg, share) ); 70 #endif71 61 } 72 62 … … 76 66 void NOMAdapter_Image<T>::SavePPF(POutPersist& pos, string const & nom) 77 67 { 78 #ifdef SANS_EVOLPLANCK79 // PEIDA-EROS L'histo est lui-meme PPersist80 string tag = nom; // A cause de const81 mImg->Write(pos,0,tag);82 #else83 68 string s = typeid(*mObj).name(); 84 69 cout << "NOMAdapter_Image<T>::SavePPF() - Error : Not supported for " << s << endl; 85 #endif86 70 } 87 71 … … 147 131 AnyDataObj* NOMAdapter_Image<T>::FitResidusObj(GeneralFit& mfit) 148 132 { 149 #ifdef SANS_EVOLPLANCK150 RzImage* rzim = mImg->FitResidus(mfit);151 ImageR4* im = new ImageR4(*rzim);152 return im;153 #else154 133 Image<T>* im = new Image<T>(ObjectFitter::FitResidus(*mImg,mfit)); 155 134 return im; 156 #endif157 135 } 158 136 … … 160 138 AnyDataObj* NOMAdapter_Image<T>::FitFunctionObj(GeneralFit& mfit) 161 139 { 162 #ifdef SANS_EVOLPLANCK163 RzImage* rzim = mImg->FitFunction(mfit);164 ImageR4* im = new ImageR4(*rzim);165 return im;166 #else167 140 Image<T>* im = NULL; 168 141 //im = new Image<T>(ObjectFitter::FitFunction(*mImg,mfit)); 169 142 return im; 170 #endif171 143 } 172 144 … … 236 208 #pragma define_template NTupInt_Image<r_4> 237 209 #pragma define_template NTupInt_Image<r_8> 238 #ifdef SANS_EVOLPLANCK239 #pragma define_template NOMAdapter_Image<int_2>240 #pragma define_template NTupInt_Image<int_2>241 #endif242 210 #endif 243 211 #if defined(ANSI_TEMPLATES) || defined(__ANSI_TEMPLATES__) || defined(__GNU_TEMPLATES__) … … 250 218 template class NTupInt_Image<r_4>; 251 219 template class NTupInt_Image<r_8>; 252 #ifdef SANS_EVOLPLANCK253 template class NOMAdapter_Image<int_2>;254 template class NTupInt_Image<int_2>;255 220 #endif 256 #endif 257 258 221 222 -
trunk/SophyaPI/PIext/nomtarradapter.cc
r3528 r3572 193 193 return 1; 194 194 } 195 196 return 0; 195 197 } 196 198 -
trunk/SophyaPI/PIext/objlist.list
r3218 r3572 22 22 pigfd1.o 23 23 pigfd2.o 24 pihisto2d.o 24 25 pihisto.o 25 pihisto2d.o26 26 piinit.o 27 27 pintup3d.o -
trunk/SophyaPI/PIext/pawexecut.cc
r3551 r3572 23 23 #include "pihisto.h" 24 24 25 #ifdef SANS_EVOLPLANCK26 #include "cvector.h"27 #include "matrix.h"28 #else29 25 #include "tmatrix.h" 30 26 #include "tvector.h" 31 #endif32 27 33 28 /* Reza + cmv 13/10/99 */ … … 421 416 string ctyp = typeid(*mobj).name(); 422 417 423 #ifdef SANS_EVOLPLANCK424 if(typeid(*mobj)==typeid(Vector)) {Vector* ob=(Vector*) mobj; ob->Zero();}425 else if(typeid(*mobj)==typeid(Matrix)) {Matrix* ob=(Matrix*) mobj; ob->Zero();}426 #else427 418 if(typeid(*mobj)==typeid(Vector)) {Vector* ob=(Vector*) mobj; (*ob) = 0.; } 428 419 // ob->DataBlock().Reset(0.);} 429 420 else if(typeid(*mobj)==typeid(Matrix)) {Matrix* ob=(Matrix*) mobj; (*ob) = 0.; } 430 421 //ob->DataBlock().Reset(0.);} 431 #endif432 422 else if(typeid(*mobj)==typeid(Histo)) {Histo* ob=(Histo*) mobj; ob->Zero();} 433 423 else if(typeid(*mobj)==typeid(HProf)) {HProf* ob=(HProf*) mobj; ob->Zero();} … … 701 691 } 702 692 } // fin du try 703 #ifdef SANS_EVOLPLANCK704 CATCH(merr) {705 fflush(stdout); cout<<endl; cerr<<endl;706 string es = PeidaExc(merr);707 cerr<<"Services2NObjMgr::ComputeExpressions() Exception :"<<merr<<es;708 } ENDTRY;709 #else710 693 catch ( PException exc ) { 711 694 fflush(stdout); cout<<endl; cerr<<endl; 712 695 cerr<<"Services2NObjMgr::ComputeExpressions() Exception :"<<exc.Msg()<<endl; 713 696 } 714 #endif715 697 716 698 if(adel) delete objnt; … … 1380 1362 r_8 norm=-1.; 1381 1363 if(tokens.size()>=2) norm = atof(tokens[1].c_str()); 1382 #ifdef SANS_EVOLPLANCK 1383 Vector* v = dynamic_cast<Vector*>(mobj); 1384 #else 1364 1385 1365 TVector<r_8>* v = dynamic_cast<TVector<r_8>*>(mobj); 1386 #endif1387 1366 1388 1367 if(!v) … … 1390 1369 return;} 1391 1370 1392 #ifdef SANS_EVOLPLANCK1393 uint_4 n = v->NElts();1394 #else1395 1371 uint_4 n = v->Size(); 1396 #endif1397 1372 1398 1373 if(n==0) … … 1507 1482 if(tokens.size()>=2) deriv_option = atoi(tokens[1].c_str()); 1508 1483 1509 #ifdef SANS_EVOLPLANCK1510 Vector* v = dynamic_cast<Vector*>(mobj);1511 #else1512 1484 TVector<r_8>* v = dynamic_cast<TVector<r_8>*>(mobj); 1513 #endif1514 1485 1515 1486 if(!v) … … 1517 1488 return;} 1518 1489 1519 1520 #ifdef SANS_EVOLPLANCK1521 uint_4 n = v->NElts();1522 #else1523 1490 uint_4 n = v->Size(); 1524 #endif1525 1491 1526 1492 if(n==0) … … 1529 1495 if(n<=1) return; 1530 1496 1531 #ifdef SANS_EVOLPLANCK1532 Vector vsave(*v);1533 #else1534 1497 TVector<r_8> vsave(*v,false); 1535 #endif1536 1498 1537 1499 if(deriv_option<0) { … … 1742 1704 Vector* h3 = NULL; 1743 1705 if( mobjh3 == NULL ) { // l'objet n'existe pas, on le cree 1744 #ifdef SANS_EVOLPLANCK1745 h3 = new Vector(*h1);1746 #else1747 1706 h3 = new Vector(*h1,false); 1748 #endif1749 1707 *h3 = 0.; omg.AddObj(h3,h3name); mobjh3 = omg.GetObj(h3name); 1750 1708 } … … 1758 1716 if( oper[0]=='+') *h3 = *h1 + *h2; 1759 1717 else if( oper[0]=='-') *h3 = *h1 - *h2; 1760 #ifdef SANS_EVOLPLANCK1761 else if(oper[0]=='*' || oper[0]=='/')1762 cout<<"PAWExecutor::h_oper Error: operation "<<oper[0]1763 <<" not implemented for Vector in Peida"<<endl;1764 #else1765 1718 else if( oper[0]=='*') {h3->Clone(*h1); h3->MulElt(*h2,*h3);} 1766 1719 else if( oper[0]=='/') {h3->Clone(*h1); h3->DivElt(*h2,*h3,false,true);} 1767 #endif1768 1720 1769 1721 // Operations on Matrix … … 1781 1733 Matrix* h3 = NULL; 1782 1734 if( mobjh3 == NULL ) { // l'objet n'existe pas, on le cree 1783 #ifdef SANS_EVOLPLANCK1784 h3 = new Matrix(*h1);1785 #else1786 1735 h3 = new Matrix(*h1,false); 1787 #endif1788 1736 *h3 = 0.; omg.AddObj(h3,h3name); mobjh3 = omg.GetObj(h3name); 1789 1737 } … … 1798 1746 if( oper[0]=='+') *h3 = *h1 + *h2; 1799 1747 else if( oper[0]=='-') *h3 = *h1 - *h2; 1800 #ifdef SANS_EVOLPLANCK1801 else if(oper[0]=='*' || oper[0]=='/')1802 cout<<"PAWExecutor::h_oper Error: operation "<<oper[0]1803 <<" not implemented for Vector in Peida"<<endl;1804 #else1805 1748 else if( oper[0]=='*') {h3->Clone(*h1); h3->MulElt(*h2,*h3);} 1806 1749 else if( oper[0]=='/') {h3->Clone(*h1); h3->DivElt(*h2,*h3,false,true);} 1807 #endif1808 1750 1809 1751 // Doesn't work for other objects -
trunk/SophyaPI/PIext/piacmd.cc
r3374 r3572 12 12 #include "strutilxx.h" 13 13 // #include "dlftypes.h" 14 #ifdef SANS_EVOLPLANCK15 #include "nbrandom.h"16 #else17 14 #include "srandgen.h" 18 #endif19 15 20 16 #include "pistdimgapp.h" -
trunk/SophyaPI/PIext/piafitting.cc
r2815 r3572 25 25 #include "hisprof.h" 26 26 27 #ifdef SANS_EVOLPLANCK28 #include "matrix.h"29 #include "cvector.h"30 #else31 27 #include "tmatrix.h" 32 28 #include "tvector.h" 33 29 #include "objfitter.h" 34 #endif35 30 36 31 #include "piafitting.h" … … 42 37 #include "nomgfdadapter.h" 43 38 #include "nomimagadapter.h" 44 #ifdef SANS_EVOLPLANCK45 #include "nommatvecadapter.h"46 #else47 39 #include "nomtmatvecadapter.h" 48 #endif49 40 50 41 //////////////////////////////////////////////////////////////////// … … 854 845 855 846 // Fit 856 #ifdef SANS_EVOLPLANCK857 mParSave = mPar; mStepSave = mStep; mFixSave = mFix;858 mMinSave = mMin; mMaxSave = mMax;859 #else860 847 mParSave.Clone(mPar); mStepSave.Clone(mStep); mFixSave.Clone(mFix); 861 848 mMinSave.Clone(mMin); mMaxSave.Clone(mMax); 862 #endif863 849 mOptSave = mOpt; 864 850 double c2r = -1.; … … 1218 1204 , saveErrScale(1.),saveErrMin(0.), saveXC(0.), saveYC(0.) 1219 1205 { 1220 #ifdef SANS_EVOLPLANCK1221 COMPATIBLE_ASSERT(mFitter);1222 #else1223 1206 ASSERT(mFitter); 1224 #endif1225 1207 1226 1208 int npar = mFitter->mNPar; -
trunk/SophyaPI/PIext/piafitting.h
r2815 r3572 21 21 class PIAFitterWind; 22 22 23 #ifdef SANS_EVOLPLANCK24 #include "cvector.h"25 class GeneralFunction; class GeneralFunc; class GeneralFit;26 class GeneralFitData;27 #else28 23 #include "tvector.h" 29 24 namespace SOPHYA { … … 31 26 class GeneralFitData; 32 27 } 33 #endif34 28 35 29 class PIAFitter : public CmdExecutor { -
trunk/SophyaPI/PIext/piinit.cc
r3528 r3572 11 11 #include "nomimagadapter.h" 12 12 13 #ifdef SANS_EVOLPLANCK14 #include "nommatvecadapter.h"15 #include "fitsimage.h"16 #include "nomstladapter.h"17 #else18 13 #include <complex> 19 14 #include "nomtmatvecadapter.h" … … 35 30 #include "piaversion.h" 36 31 37 #endif38 32 39 33 int PIAppInitiator::FgInit = 0; 40 34 41 35 PIAppInitiator::PIAppInitiator(PIStdImgApp * app) 42 #ifdef SANS_EVOLPLANCK43 : PeidaStarRecoInitiator()44 #else45 36 : SambaInitiator() 46 #endif47 37 { 48 38 FgInit++; … … 63 53 serv->RegisterClass(new DataTable, new NOMAdapter_DataTable ); 64 54 serv->RegisterClass(new SwPPFDataTable, new NOMAdapter_DataTable ); 65 char* varenv=NULL;66 if ( (varenv=getenv("PEIDA_TMP")) == NULL ) varenv=getenv("TMPDIR") ;67 if (varenv) XNTuple::SetSwapPath(varenv);68 55 69 56 serv->RegisterClass(new GeneralFitData, new NOMAdapter_GeneralFitData ); 70 57 71 #ifdef SANS_EVOLPLANCK72 serv->RegisterClass(new Vector, new NOMAdapter_Vector );73 serv->RegisterClass(new Matrix, new NOMAdapter_Matrix );74 #else75 58 // Octobre 2008 : prise en charge tableaux/matrice/vecteurs en uint_4 uint_8 76 59 serv->RegisterClass(new TArray<uint_2>, new NOMAdapter_TArray<uint_2> ); … … 105 88 serv->RegisterClass(new TVector<complex<r_8> >, new NOMAdapter_TMatrix<complex<r_8> > ); 106 89 serv->RegisterClass(new TMatrix<complex<r_8> >, new NOMAdapter_TMatrix<complex<r_8> > ); 107 #endif108 90 109 91 /* Avril 2007 : Prise en charge des images par NOMAdapter_TMatrix au lieu de … … 120 102 serv->RegisterClass(new Image<complex<r_8> >, new NOMAdapter_TMatrix<complex<r_8> > ); 121 103 122 #ifdef SANS_EVOLPLANCK123 serv->RegisterClass(new Image<uint_2>, new NOMAdapter_Image<uint_2> );124 serv->RegisterClass(new Image<int_2>, new NOMAdapter_Image<int_2> );125 serv->RegisterClass(new Image<int_4>, new NOMAdapter_Image<int_4> );126 serv->RegisterClass(new Image<r_4>, new NOMAdapter_Image<r_4> );127 serv->RegisterClass(new Image<r_8>, new NOMAdapter_Image<r_8> );128 129 serv->RegisterClass(new FitsImage<uint_2>, new NOMAdapter_Image<uint_2> );130 serv->RegisterClass(new FitsImage<int_2>, new NOMAdapter_Image<int_2> );131 serv->RegisterClass(new FitsImage<int_4>, new NOMAdapter_Image<int_4> );132 serv->RegisterClass(new FitsImage<r_4>, new NOMAdapter_Image<r_4> );133 134 serv->RegisterClass(new StarList, new NOMAdapter_StarList );135 #else136 104 serv->RegisterClass(new LocalMap<int_4>, new NOMAdapter_PixelMap<int_4> ); 137 105 serv->RegisterClass(new SphereThetaPhi<int_4>, new NOMAdapter_PixelMap<int_4> ); … … 159 127 160 128 SophyaInitiator::RegisterModule("PIext/piapp", PIAPP_VERSIONNUMBER); 161 #endif162 129 } 163 130 -
trunk/SophyaPI/PIext/piinit.h
r779 r3572 12 12 // Classe d initialisation pour le module PIext de PEIDA 13 13 14 #ifdef SANS_EVOLPLANCK15 class PIAppInitiator : public PeidaStarRecoInitiator {16 #else17 14 class PIAppInitiator : public SambaInitiator { 18 #endif19 15 private: 20 16 static int FgInit; -
trunk/SophyaPI/PIext/pimgadapter.h
r3520 r3572 5 5 #include "parradapter.h" 6 6 7 #ifdef SANS_EVOLPLANCK8 class RzImageAdapter : public P2DArrayAdapter {9 public:10 RzImageAdapter(RzImage* rzi, bool ad=false) :11 P2DArrayAdapter(rzi->XSize(), rzi->YSize())12 { aDel = ad; mImg = rzi;13 DefineXYCoordinates(rzi->XOrg(), rzi->YOrg(), 1., 1. ); }14 15 virtual ~RzImageAdapter() { if (aDel) delete mImg; }16 virtual double Value(int ix, int iy) { return mImg->FValue(ix, iy); }17 18 protected :19 bool aDel;20 RzImage* mImg;21 };22 #endif23 7 24 8 template <class T> -
trunk/SophyaPI/PIext/pipodrw.cc
r3145 r3572 56 56 57 57 58 #ifdef SANS_EVOLPLANCK59 58 60 // ----------------------------------------------------------61 // Adaptateur de vecteurs Peida++ a P1DArrayAdapter62 // ----------------------------------------------------------63 64 /* --Methode-- */65 POVectorAdapter::POVectorAdapter(Vector* v, bool ad)66 : P1DArrayAdapter(v->NElts())67 {68 aDel = ad; mVec = v;69 }70 71 /* --Methode-- */72 POVectorAdapter::~POVectorAdapter()73 {74 if (aDel) delete mVec;75 }76 77 /* --Methode-- */78 double POVectorAdapter::Value(int i)79 {80 return((*mVec)(i));81 }82 83 ------- FIN SUPPRESSION */84 85 // ----------------------------------------------------------86 // Adaptateur de matrice Peida++ a P2DArrayAdapter87 // Attention Y: Lignes (rows) X: Colonnes88 // ----------------------------------------------------------89 90 /* --Methode-- */91 POMatrixAdapter::POMatrixAdapter(Matrix* mtx, bool ad)92 : P2DArrayAdapter(mtx->NCol(), mtx->NRows())93 {94 aDel = ad; mMtx = mtx;95 }96 97 /* --Methode-- */98 POMatrixAdapter::~POMatrixAdapter()99 {100 if (aDel) delete mMtx;101 }102 103 /* --Methode-- */104 double POMatrixAdapter::Value(int ix, int iy)105 {106 // Attention MatrixAdapter(X=Colonne, Y= Row) = Matrix(row, col)107 return((*mMtx)(iy, ix));108 }109 110 #endif // SANS_EVOLPLANCK111 -
trunk/SophyaPI/PIext/pipodrw.h
r3145 r3572 13 13 #include "hist2err.h" 14 14 15 #ifdef SANS_EVOLPLANCK16 class GeneralFunction;17 #else18 15 namespace SOPHYA {class GeneralFunction;} 19 #endif20 16 21 17 class PIGFFDrawer : public PIDrawer { … … 34 30 35 31 36 #ifdef SANS_EVOLPLANCK37 #include "cvector.h"38 #include "matrix.h"39 40 // Adaptateur de vecteurs Peida++ a P1DArrayAdapter41 class POVectorAdapter : public P1DArrayAdapter {42 public :43 POVectorAdapter(Vector* v, bool ad=false);44 virtual ~POVectorAdapter();45 virtual double Value(int i);46 47 protected:48 bool aDel;49 Vector* mVec;50 };51 52 // Adaptateur de matrice Peida++ a P2DArrayAdapter53 // Attention MatrixAdapter(X=Colonne, Y= Row) = Matrix(row, col)54 class POMatrixAdapter : public P2DArrayAdapter {55 public :56 POMatrixAdapter(Matrix* mtx, bool ad=false);57 virtual ~POMatrixAdapter();58 59 virtual double Value(int ix, int iy);60 61 protected:62 bool aDel;63 Matrix* mMtx;64 };65 66 #endif // SANS_EVOLPLANCK67 68 32 #endif -
trunk/SophyaPI/PIext/pisiadw.cc
r3374 r3572 244 244 245 245 bool ok = true; 246 #ifdef SANS_EVOLPLANCK247 TRY {248 mPin = new PInPersist(flnm);249 } CATCH(merr)250 { printf("ObjMgrWind::SetFile Exception= %ld (%s) \n", (long)merr, PeidaExc(merr));251 ok = false; } ENDTRY;252 #else253 246 try { 254 247 mPin = new PInPersist(flnm); … … 258 251 ok = false; 259 252 } 260 #endif261 253 262 254 if (!ok) { mPin = NULL; dap->SetReady(); return; } 263 255 264 256 int nbtags = 0; 265 #ifdef SANS_EVOLPLANCK266 nbtags = mPin->NbTags();267 #else268 257 nbtags = mPin->NbNameTags(); 269 #endif270 258 271 259 if (nbtags < 1) { … … 282 270 objlist->SetBorderWidth(2); 283 271 284 285 #ifdef SANS_EVOLPLANCK286 for(i=0; i<mPin->NbTags(); i++) {287 key = mPin->TagKey(i, cid, ln); // $CHECK$ non-const & reference initialized to temporary, car int -> long&288 if (ln <= 0) nom = "?";289 else { strncpy(noms, mPin->TagName(i).c_str(), 31); noms[31] = '\0'; nom = noms; }290 sprintf(strg, "%s (T=%s, Key=%d)", nom, dap->ObjMgr()->GetServiceObj()->PClassIdToClassName(cid), key);291 // sprintf(strg, "%s (T=%s, Key=%d)", nom, " DataObject ?", key); Attention SANS_EVOLPLANCK292 objlist->AppendItem(strg, 5000+i);293 }294 #else295 272 string tn; 296 273 for(i=0; i<mPin->NbNameTags(); i++) { … … 298 275 objlist->AppendItem(tn.c_str(), 5000+i); 299 276 } 300 #endif301 277 302 278 } -
trunk/SophyaPI/PIext/pistdimgapp.cc
r3431 r3572 102 102 m[0]->AppendItem("Open-Fits", 10120); 103 103 m[0]->AppendItem("Open-PPF", 10130); 104 #ifndef SANS_EVOLPLANCK105 104 m[0]->AppendItem("Open-ASCII", 10140); 106 #endif107 105 // m[0]->AppendItem("Options", 10101); 108 106 m[0]->AppendItem("Help", 10100); … … 316 314 glst_piai = new PIAppInitiator(this); 317 315 318 char buff[128];319 316 mCons->AddStr(" ............ starting piapp .............\n", PIVA_Blue ); 320 #ifdef SANS_EVOLPLANCK321 sprintf(buff, "Version: piapp=%g PI=%g PEIDA=%g \n", (double)PIAPP_VERSIONNUMBER,322 (double)PI_VERSIONNUMBER, (float)PeidaVersion());323 mCons->AddStr(buff, PIVA_Blue );324 #else325 317 string svers; 326 318 SophyaInitiator::GetVersion(svers); 327 319 mCons->AddStr(svers.c_str(), PIVA_Blue ); 328 #endif329 320 mCons->AddStr(" ..........................................\n", PIVA_Blue ); 330 321 // PrintPeidaVersion(); … … 539 530 if ((GetState()) && (msg != mFCMsg)) { PIBeep(); return; } 540 531 541 #ifdef SANS_EVOLPLANCK 542 TRY { 543 #else 544 try { 545 #endif 532 try { 546 533 547 534 // Messages active-window … … 628 615 mCons->AddChar('\n', PIVA_Def, true); 629 616 SetBusy(); 630 #ifdef SANS_EVOLPLANCK631 TRY {632 mCmd->Interpret(s);633 } CATCH(merr) {634 fflush(stdout);635 cout << endl;636 cerr << endl;637 string es = PeidaExc(merr);638 cerr << "PIStdImgApp::Process()/ Cmd->Do() Exception :" << es << " (" << merr << ")" << endl ;639 }640 #else641 617 try { 642 618 // mCmd->Interpret(s); … … 655 631 } 656 632 657 #endif658 633 SetReady(); 659 634 } … … 662 637 (int)tmsg,(int)msg,(int)smm); 663 638 664 #ifdef SANS_EVOLPLANCK665 } CATCH(merr) {666 fflush(stdout);667 cout << endl;668 cerr << endl;669 string es = PeidaExc(merr);670 cerr << "PIStdImgApp::Process()/ Exception :" << es << " (" << merr << ")" << endl ;671 SetReady();672 }673 #else674 639 } 675 640 catch ( PThrowable & exc ) { … … 690 655 } 691 656 692 #endif693 657 694 658 return; … … 1781 1745 void PIStdImgApp::CatchSignals(bool fgfpe, bool fgsegv) 1782 1746 { 1783 #ifdef SANS_EVOLPLANCK1784 PeidaConfigureSignalhandling(fgfpe, fgsegv, true, true);1785 #else1786 1747 // On active aussi SIGUSR1 pour stopthr 1787 1748 SophyaConfigureSignalhandling(fgfpe, fgsegv, true, true); 1788 #endif1789 1749 m[5]->SetStateMsg(10603, fgfpe); 1790 1750 m[5]->SetStateMsg(10604, fgsegv); … … 1953 1913 break; 1954 1914 1955 #ifndef SANS_EVOLPLANCK1956 1915 case 10140 : 1957 1916 pfc_ascii->AcceptNewFile(false); … … 1988 1947 SetReady(); 1989 1948 break; 1990 #endif1991 1949 1992 1950 case 10105: … … 2396 2354 string info = "piapp : Interactive analysis program\n"; 2397 2355 char buff[128]; 2398 #ifdef SANS_EVOLPLANCK 2399 sprintf(buff, "Version: piapp=%g PI=%g PEIDA=%g \n", (double)PIAPP_VERSIONNUMBER, 2400 (double)PI_VERSIONNUMBER, (float)PeidaVersion()); 2401 info += buff; 2402 #else 2356 2403 2357 string svers; 2404 2358 SophyaInitiator::GetVersion(svers); … … 2407 2361 (double)PIAPP_VERSIONNUMBER); 2408 2362 info += buff; 2409 #endif 2410 info += "(C) LAL-IN2P3/CNRS 1996-2006\n"; 2411 info += "(C) SPP-DAPNIA/CEA 1996-2006\n"; 2412 #ifndef SANS_EVOLPLANCK 2413 info += "Check http://www.sophya.org for more information"; 2414 #endif 2363 2364 info += "(C) LAL-IN2P3/CNRS 1996-2009\n"; 2365 info += "(C) SPP-DAPNIA/CEA 1996-2009\n"; 2366 info += "Check http://www.sophya.org for more information"; 2367 2415 2368 infow_txt->SetText(info); 2416 2369 } -
trunk/SophyaPI/PIext/servnobjm.cc
r3435 r3572 20 20 #include "fct2dfit.h" 21 21 22 #ifdef SANS_EVOLPLANCK23 #include "matrix.h"24 #include "cvector.h"25 #else26 22 #include "tmatrix.h" 27 23 #include "tvector.h" 28 24 #include "matharr.h" 29 25 #include "pitvmaad.h" 30 #endif31 26 32 27 #include "ntuple.h" … … 70 65 ObjAdaptList::iterator it; 71 66 for(it = objadaplist.begin(); it != objadaplist.end(); it++) 72 #ifdef SANS_EVOLPLANCK 73 if (typeid(*o) == typeid(*((*it).obj))) THROW(dupIdErr); 74 #else 75 if (typeid(*o) == typeid(*((*it).obj))) 67 if (typeid(*o) == typeid(*((*it).obj))) 76 68 throw(DuplicateIdExc("Services2NObjMgr::RegisterClass() - Duplicate class")); 77 #endif 69 78 70 dataobj_adapter oba; 79 71 oba.obj = o; … … 215 207 for(k=0; k<np; k++) { xx = xmin+dx*k; (*vpy)(k) = f(xx); } 216 208 } 217 #ifdef SANS_EVOLPLANCK218 CATCH(merr) {219 fflush(stdout);220 cout << endl;221 cerr << endl;222 string es = PeidaExc(merr);223 cerr << "Services2NObjMgr::PlotFunc() Exception :" << merr << es;224 delete vpy;225 vpy = NULL;226 } ENDTRY;227 #else228 209 catch ( PException exc ) { 229 210 fflush(stdout); … … 234 215 vpy = NULL; 235 216 } 236 #endif237 217 238 218 if (vpy) { … … 286 266 } 287 267 } 288 #ifdef SANS_EVOLPLANCK289 CATCH(merr) {290 fflush(stdout);291 cout << endl;292 cerr << endl;293 string es = PeidaExc(merr);294 cerr << "Services2NObjMgr::PlotFunc2D() Exception :" << merr << es;295 delete mtx; mtx = NULL;296 } ENDTRY;297 #else298 268 catch ( PException exc ) { 299 269 fflush(stdout); … … 303 273 delete mtx; mtx = NULL; 304 274 } 305 #endif306 275 307 276 if (mtx) { … … 348 317 DVList::ValList::const_iterator it; 349 318 for(it = varlist.Begin(); it != varlist.End(); it++) { 350 #ifdef SANS_EVOLPLANCK351 MuTyV mtv = (*it).second;352 double value = (double)(mtv);353 #else354 319 double value = (double)((*it).second.elval); 355 #endif356 320 string name_var = (*it).first; 357 321 fprintf(fip,"double %s = %.17f;\n",name_var.c_str(),value); … … 408 372 409 373 // Creation NTuple 410 c har* ntn[4] = {"expx","expy","expex","expey",};374 const char* ntn[4] = {"expx","expy","expex","expey",}; 411 375 NTuple* nt = NULL; 412 376 bool haserr = false; … … 447 411 if (!mImgapp) return; 448 412 449 c har* ntn[3] = {"expx","expy","expz"};413 const char* ntn[3] = {"expx","expy","expz"}; 450 414 NTuple* nt = new NTuple(3,ntn); // Creation NTuple 451 415 … … 486 450 if (!mImgapp) return; 487 451 488 c har* ntn[3] = {"expx","expy","expw"};452 const char* ntn[3] = {"expx","expy","expw"}; 489 453 NTuple* nt = new NTuple(3,ntn); // Creation NTuple 490 454 … … 520 484 if (!mImgapp) return; 521 485 522 c har* ntn[4] = {"expx","expy","expz","expw"};486 const char* ntn[4] = {"expx","expy","expz","expw"}; 523 487 NTuple* nt = new NTuple(4,ntn); // Creation NTuple 524 488 … … 571 535 // Pas de remise a zero ! h1->Zero(); 572 536 } else { 573 c har* ntn[2]= {"hxval", "hwt"};537 const char* ntn[2]= {"hxval", "hwt"}; 574 538 nt = new NTuple(2,ntn); // Creation NTuple 575 539 } … … 624 588 // Pas de remise a zero ! h2->Zero(); 625 589 } else { 626 c har* ntn[3]= {"hxval", "hyval", "hwt"};590 const char* ntn[3]= {"hxval", "hyval", "hwt"}; 627 591 nt = new NTuple(3,ntn); // Creation NTuple 628 592 } … … 688 652 hp_already_exist = true; 689 653 } else { 690 c har* ntn[3]= {"hxval", "hyval", "hwt"};654 const char* ntn[3]= {"hxval", "hyval", "hwt"}; 691 655 nt = new NTuple(3,ntn); // Creation NTuple 692 656 } … … 741 705 } 742 706 743 c har* ntn[2]= {"vi", "vv"};707 const char* ntn[2]= {"vi", "vv"}; 744 708 NTuple* nt = new NTuple(2,ntn); // Creation NTuple 745 709 … … 790 754 } 791 755 792 c har* ntn[3]= {"mi", "mj", "mv"};756 const char* ntn[3]= {"mi", "mj", "mv"}; 793 757 NTuple* nt = new NTuple(3,ntn); // Creation NTuple 794 758 … … 836 800 // if (nomvec.length() < 1) nomvec = "/tmp/expvec"; 837 801 838 c har* ntn[2]= {"vecval", "vecwt"};802 const char* ntn[2]= {"vecval", "vecwt"}; 839 803 nt = new NTuple(1,ntn); // Creation NTuple 840 804 … … 933 897 } 934 898 if (nt == NULL) { 935 c har* ntn[4]= {"x", "y","z","t"};899 const char* ntn[4]= {"x", "y","z","t"}; 936 900 nt = new NTuple(4,ntn); // Creation NTuple 937 901 fgnnt = true; … … 987 951 } 988 952 if (nt == NULL) { 989 c har* ntn[4]= {"x", "y","z","t"};953 const char* ntn[4]= {"x", "y","z","t"}; 990 954 nt = new NTuple(4,ntn); // Creation NTuple 991 955 fgnnt = true; … … 1016 980 } 1017 981 } 1018 #ifdef SANS_EVOLPLANCK1019 CATCH(merr) {1020 fflush(stdout);1021 cout << endl;1022 cerr << endl;1023 string es = PeidaExc(merr);1024 cerr << "Services2NObjMgr::FillNTFrCFile() Exception :" << merr << es;1025 } ENDTRY;1026 #else1027 982 catch ( PException exc ) { 1028 983 fflush(stdout); … … 1031 986 cerr << "Services2NObjMgr::FillNTFrCFile() Exception :" << exc.Msg() << endl; 1032 987 } 1033 #endif1034 988 1035 989 if (adel) delete objnt; // Delete de l'objet NTupleInterface si necessaire … … 1154 1108 1155 1109 // Creation NTuple Buffer 1156 c har* ntn[4]= {"x","y","f","e"};1110 const char* ntn[4]= {"x","y","f","e"}; 1157 1111 NTuple*nt = new NTuple(4,ntn); 1158 1112 … … 1301 1255 } 1302 1256 } 1303 #ifdef SANS_EVOLPLANCK1304 CATCH(merr) {1305 fflush(stdout);1306 cout << endl;1307 cerr << endl;1308 string es = PeidaExc(merr);1309 cerr << "Services2NObjMgr::ComputeExpressions() Exception :" << merr << es;1310 } ENDTRY;1311 #else1312 1257 catch ( PException exc ) { 1313 1258 fflush(stdout); … … 1316 1261 cerr << "Services2NObjMgr::ComputeExpressions() Exception :" << exc.Msg() << endl; 1317 1262 } 1318 #endif1319 1263 1320 1264 if (adel) delete objnt; // Delete de l'objet NTupleInterface si necessaire … … 1473 1417 1474 1418 1475 1476 1477 // SANS_EVOLPLANCK Attention ! 1478 #ifdef SANS_EVOLPLANCK 1479 #include "pclassids.h" 1480 1481 /* --Methode-- */ 1482 char* Services2NObjMgr::PClassIdToClassName(int cid) 1483 { 1484 switch (cid) { 1485 case ClassId_Poly1 : 1486 return("Poly1"); 1487 case ClassId_Poly2 : 1488 return("Poly2"); 1489 case ClassId_Matrix : 1490 return("Matrix"); 1491 case ClassId_Vector : 1492 return("Vector"); 1493 1494 case ClassId_DVList : 1495 return("DVList"); 1496 1497 case ClassId_Histo1D : 1498 return("Histo1D"); 1499 case ClassId_Histo2D : 1500 return("Histo2D"); 1501 case ClassId_HProf : 1502 return("HProf"); 1503 case ClassId_HistoErr : 1504 return("HistoErr"); 1505 case ClassId_NTuple : 1506 return("NTuple"); 1507 case ClassId_XNTuple : 1508 return("XNTuple"); 1509 case ClassId_GeneralFitData : 1510 return("GeneralFitData"); 1511 1512 case ClassId_Image : 1513 return("RzImage"); 1514 case ClassId_Image + kuint_1 : 1515 return("ImageU1"); 1516 case ClassId_Image + kint_1 : 1517 return("ImageI1"); 1518 case ClassId_Image + kuint_2 : 1519 return("ImageU2"); 1520 case ClassId_Image + kint_2 : 1521 return("ImageI2"); 1522 case ClassId_Image + kuint_4 : 1523 return("ImageU4"); 1524 case ClassId_Image + kint_4 : 1525 return("ImageI4"); 1526 case ClassId_Image + kr_4 : 1527 return("ImageR4"); 1528 case ClassId_Image + kr_8 : 1529 return("ImageR8"); 1530 case ClassId_ZFidu : 1531 return("ZFidu"); 1532 1533 case ClassId_StarList : 1534 return("StarList"); 1535 case ClassId_Transfo : 1536 return("Transfo"); 1537 case ClassId_PSF : 1538 return("PSF"); 1539 1540 1541 // - Ajout objet PPF 1542 default: 1419 const char* Services2NObjMgr::PClassIdToClassName(int cid) 1420 { 1543 1421 return("AnyDataObj"); 1544 } 1545 } 1546 1547 #else 1548 char* Services2NObjMgr::PClassIdToClassName(int cid) 1549 { 1550 return("AnyDataObj"); 1551 } 1552 #endif 1422 } -
trunk/SophyaPI/PIext/servnobjm.h
r3279 r3572 20 20 #include "zthread.h" 21 21 22 #ifdef SANS_EVOLPLANCK23 class NTuple;24 class Histo;25 class Histo2D;26 class HProf;27 #else28 22 namespace SOPHYA { 29 23 class NTuple; … … 32 26 class HProf; 33 27 } 34 #endif35 28 36 29 class PIStdImgApp; … … 127 120 static void DecodeLoopParameters(string& loop, int_8& i1, int_8& i2, int_8& di); 128 121 string FileName2Name(string const & fn); 129 c har* PClassIdToClassName(int cid);122 const char* PClassIdToClassName(int cid); 130 123 131 124 protected: -
trunk/SophyaPI/PIext/smakefile
r3504 r3572 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)graphexecut.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomdvladapter.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomherradapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nom matvecadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomstladapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pistlist.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o $(SOPHYAOBJP)userfitfunex.o6 rm -f $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)graphexecut.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomdvladapter.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomherradapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pistlist.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o $(SOPHYAOBJP)userfitfunex.o 7 7 rm -f $(SOPHYALIBP)libPIext.a 8 8 … … 42 42 $(SOPHYAINCP)piwdggen.h \ 43 43 $(SOPHYAINCP)picolist.h \ 44 $(SOPHYAINCP)pipixutils.h \ 44 45 $(SOPHYAINCP)pimenubarx.h \ 45 46 $(SOPHYAINCP)pimenubargen.h \ … … 163 164 $(SOPHYAINCP)piwdggen.h \ 164 165 $(SOPHYAINCP)picolist.h \ 166 $(SOPHYAINCP)pipixutils.h \ 165 167 $(SOPHYAINCP)pimenubarx.h \ 166 168 $(SOPHYAINCP)pimenubargen.h \ … … 278 280 $(SOPHYAINCP)pimsghandler.h \ 279 281 $(SOPHYAINCP)picolist.h \ 282 $(SOPHYAINCP)pipixutils.h \ 280 283 $(SOPHYAINCP)picmap.h \ 281 284 $(SOPHYAINCP)picmapx.h \ … … 388 391 $(SOPHYAINCP)piwdggen.h \ 389 392 $(SOPHYAINCP)picolist.h \ 393 $(SOPHYAINCP)pipixutils.h \ 390 394 $(SOPHYAINCP)pimenubarx.h \ 391 395 $(SOPHYAINCP)pimenubargen.h \ … … 474 478 $(SOPHYAINCP)piwdggen.h \ 475 479 $(SOPHYAINCP)picolist.h \ 480 $(SOPHYAINCP)pipixutils.h \ 476 481 $(SOPHYAINCP)pimenubarx.h \ 477 482 $(SOPHYAINCP)pimenubargen.h \ … … 582 587 $(SOPHYAINCP)piwdggen.h \ 583 588 $(SOPHYAINCP)picolist.h \ 589 $(SOPHYAINCP)pipixutils.h \ 584 590 $(SOPHYAINCP)pimenubarx.h \ 585 591 $(SOPHYAINCP)pimenubargen.h \ … … 690 696 $(SOPHYAINCP)pimsghandler.h \ 691 697 $(SOPHYAINCP)picolist.h \ 698 $(SOPHYAINCP)pipixutils.h \ 692 699 $(SOPHYAINCP)picmap.h \ 693 700 $(SOPHYAINCP)picmapx.h \ … … 800 807 $(SOPHYAINCP)pimsghandler.h \ 801 808 $(SOPHYAINCP)picolist.h \ 809 $(SOPHYAINCP)pipixutils.h \ 802 810 $(SOPHYAINCP)picmap.h \ 803 811 $(SOPHYAINCP)picmapx.h \ … … 861 869 $(SOPHYAINCP)pimsghandler.h \ 862 870 $(SOPHYAINCP)picolist.h \ 871 $(SOPHYAINCP)pipixutils.h \ 863 872 $(SOPHYAINCP)picmap.h \ 864 873 $(SOPHYAINCP)picmapx.h \ … … 921 930 $(SOPHYAINCP)pimsghandler.h \ 922 931 $(SOPHYAINCP)picolist.h \ 932 $(SOPHYAINCP)pipixutils.h \ 923 933 $(SOPHYAINCP)picmap.h \ 924 934 $(SOPHYAINCP)picmapx.h \ … … 990 1000 $(SOPHYAINCP)pimsghandler.h \ 991 1001 $(SOPHYAINCP)picolist.h \ 1002 $(SOPHYAINCP)pipixutils.h \ 992 1003 $(SOPHYAINCP)picmap.h \ 993 1004 $(SOPHYAINCP)picmapx.h \ … … 1087 1098 $(SOPHYAINCP)pimsghandler.h \ 1088 1099 $(SOPHYAINCP)picolist.h \ 1100 $(SOPHYAINCP)pipixutils.h \ 1089 1101 $(SOPHYAINCP)picmap.h \ 1090 1102 $(SOPHYAINCP)picmapx.h \ … … 1131 1143 $(SOPHYAINCP)hisprof.h \ 1132 1144 $(SOPHYAINCP)ntuple.h \ 1133 $(SOPHYAINCP)xntuple.h \1134 1145 $(SOPHYAINCP)basedtable.h \ 1135 1146 $(SOPHYAINCP)segdatablock.h \ … … 1196 1207 $(SOPHYAINCP)pimsghandler.h \ 1197 1208 $(SOPHYAINCP)picolist.h \ 1209 $(SOPHYAINCP)pipixutils.h \ 1198 1210 $(SOPHYAINCP)picmap.h \ 1199 1211 $(SOPHYAINCP)picmapx.h \ … … 1265 1277 $(SOPHYAINCP)pimsghandler.h \ 1266 1278 $(SOPHYAINCP)picolist.h \ 1279 $(SOPHYAINCP)pipixutils.h \ 1267 1280 $(SOPHYAINCP)picmap.h \ 1268 1281 $(SOPHYAINCP)picmapx.h \ … … 1348 1361 $(SOPHYAINCP)pimsghandler.h \ 1349 1362 $(SOPHYAINCP)picolist.h \ 1363 $(SOPHYAINCP)pipixutils.h \ 1350 1364 $(SOPHYAINCP)picmap.h \ 1351 1365 $(SOPHYAINCP)picmapx.h \ … … 1413 1427 $(SOPHYAINCP)pimsghandler.h \ 1414 1428 $(SOPHYAINCP)picolist.h \ 1429 $(SOPHYAINCP)pipixutils.h \ 1415 1430 $(SOPHYAINCP)picmap.h \ 1416 1431 $(SOPHYAINCP)picmapx.h \ … … 1511 1526 $(SOPHYAINCP)pimsghandler.h \ 1512 1527 $(SOPHYAINCP)picolist.h \ 1528 $(SOPHYAINCP)pipixutils.h \ 1513 1529 $(SOPHYAINCP)picmap.h \ 1514 1530 $(SOPHYAINCP)picmapx.h \ … … 1594 1610 $(SOPHYAINCP)pimsghandler.h \ 1595 1611 $(SOPHYAINCP)picolist.h \ 1612 $(SOPHYAINCP)pipixutils.h \ 1596 1613 $(SOPHYAINCP)picmap.h \ 1597 1614 $(SOPHYAINCP)picmapx.h \ … … 1701 1718 $(SOPHYAINCP)piwdggen.h \ 1702 1719 $(SOPHYAINCP)picolist.h \ 1720 $(SOPHYAINCP)pipixutils.h \ 1703 1721 $(SOPHYAINCP)pimenubarx.h \ 1704 1722 $(SOPHYAINCP)pimenubargen.h \ … … 1798 1816 $(SOPHYAINCP)piwdggen.h \ 1799 1817 $(SOPHYAINCP)picolist.h \ 1818 $(SOPHYAINCP)pipixutils.h \ 1800 1819 $(SOPHYAINCP)pimenubarx.h \ 1801 1820 $(SOPHYAINCP)pimenubargen.h \ … … 1938 1957 $(SOPHYAINCP)pimsghandler.h \ 1939 1958 $(SOPHYAINCP)picolist.h \ 1959 $(SOPHYAINCP)pipixutils.h \ 1940 1960 $(SOPHYAINCP)picmap.h \ 1941 1961 $(SOPHYAINCP)picmapx.h \ … … 2003 2023 $(SOPHYAINCP)pitherm.h \ 2004 2024 $(SOPHYAINCP)resusage.h nomhistadapter.h \ 2005 $(SOPHYAINCP)xntuple.h \2006 2025 $(SOPHYAINCP)basedtable.h \ 2007 2026 $(SOPHYAINCP)segdatablock.h \ … … 2046 2065 $(SOPHYAINCP)pimsghandler.h \ 2047 2066 $(SOPHYAINCP)picolist.h \ 2067 $(SOPHYAINCP)pipixutils.h \ 2048 2068 $(SOPHYAINCP)picmap.h \ 2049 2069 $(SOPHYAINCP)picmapx.h \ … … 2098 2118 $(SOPHYAINCP)pimsghandler.h \ 2099 2119 $(SOPHYAINCP)picolist.h \ 2120 $(SOPHYAINCP)pipixutils.h \ 2100 2121 $(SOPHYAINCP)picmap.h \ 2101 2122 $(SOPHYAINCP)picmapx.h \ … … 2125 2146 $(SOPHYAINCP)pimsghandler.h \ 2126 2147 $(SOPHYAINCP)picolist.h \ 2148 $(SOPHYAINCP)pipixutils.h \ 2127 2149 $(SOPHYAINCP)picmap.h \ 2128 2150 $(SOPHYAINCP)picmapx.h \ … … 2154 2176 $(SOPHYAINCP)piwdggen.h \ 2155 2177 $(SOPHYAINCP)picolist.h \ 2178 $(SOPHYAINCP)pipixutils.h \ 2156 2179 $(SOPHYAINCP)pimenubarx.h \ 2157 2180 $(SOPHYAINCP)pimenubargen.h \ … … 2212 2235 $(SOPHYAINCP)piwdggen.h \ 2213 2236 $(SOPHYAINCP)picolist.h \ 2237 $(SOPHYAINCP)pipixutils.h \ 2214 2238 $(SOPHYAINCP)pimenubarx.h \ 2215 2239 $(SOPHYAINCP)pimenubargen.h \ … … 2309 2333 $(SOPHYAINCP)hisprof.h \ 2310 2334 $(SOPHYAINCP)ntuple.h \ 2311 $(SOPHYAINCP)xntuple.h \2312 2335 $(SOPHYAINCP)basedtable.h \ 2313 2336 $(SOPHYAINCP)segdatablock.h \ … … 2358 2381 $(SOPHYAINCP)pimsghandler.h \ 2359 2382 $(SOPHYAINCP)picolist.h \ 2383 $(SOPHYAINCP)pipixutils.h \ 2360 2384 $(SOPHYAINCP)picmap.h \ 2361 2385 $(SOPHYAINCP)picmapx.h \ … … 2386 2410 $(SOPHYAINCP)pimsghandler.h \ 2387 2411 $(SOPHYAINCP)picolist.h \ 2412 $(SOPHYAINCP)pipixutils.h \ 2388 2413 $(SOPHYAINCP)picmap.h \ 2389 2414 $(SOPHYAINCP)picmapx.h \ … … 2412 2437 $(SOPHYAINCP)pimsghandler.h \ 2413 2438 $(SOPHYAINCP)picolist.h \ 2439 $(SOPHYAINCP)pipixutils.h \ 2414 2440 $(SOPHYAINCP)picmap.h \ 2415 2441 $(SOPHYAINCP)picmapx.h \ … … 2479 2505 $(SOPHYAINCP)piwdggen.h \ 2480 2506 $(SOPHYAINCP)picolist.h \ 2507 $(SOPHYAINCP)pipixutils.h \ 2481 2508 $(SOPHYAINCP)pimenubarx.h \ 2482 2509 $(SOPHYAINCP)pimenubargen.h \ … … 2592 2619 $(SOPHYAINCP)piwdggen.h \ 2593 2620 $(SOPHYAINCP)picolist.h \ 2621 $(SOPHYAINCP)pipixutils.h \ 2594 2622 $(SOPHYAINCP)pimenubarx.h \ 2595 2623 $(SOPHYAINCP)pimenubargen.h \ … … 2673 2701 $(SOPHYAINCP)machdefs.h \ 2674 2702 $(SOPHYAINCP)lut.h \ 2703 $(SOPHYAINCP)pipixutils.h \ 2675 2704 $(SOPHYAINCP)tmatrix.h \ 2676 2705 $(SOPHYAINCP)tarray.h \ … … 2721 2750 $(SOPHYAINCP)pimsghandler.h \ 2722 2751 $(SOPHYAINCP)picolist.h \ 2752 $(SOPHYAINCP)pipixutils.h \ 2723 2753 $(SOPHYAINCP)picmap.h \ 2724 2754 $(SOPHYAINCP)picmapx.h \ -
trunk/SophyaPI/ProgPI/Makefile
r3405 r3572 43 43 $(SOPHYAINCP)pimsghandler.h \ 44 44 $(SOPHYAINCP)picolist.h \ 45 $(SOPHYAINCP)pipixutils.h \ 45 46 $(SOPHYAINCP)picmap.h \ 46 47 $(SOPHYAINCP)picmapx.h \ … … 85 86 $(SOPHYAINCP)pimenux.h \ 86 87 $(SOPHYAINCP)pimenugen.h \ 87 $(SOPHYAINCP)picons.h \ 88 $(SOPHYAINCP)pistdwdgx.h \ 89 $(SOPHYAINCP)pistdwdggen.h \ 90 $(SOPHYAINCP)pibwdgx.h \ 91 $(SOPHYAINCP)pigraphps.h \ 88 $(SOPHYAINCP)piconsenum.h \ 92 89 $(SOPHYAINCP)piwindowx.h \ 93 90 $(SOPHYAINCP)piwindowgen.h \ 94 91 $(SOPHYAINCP)pioptmenux.h \ 95 92 $(SOPHYAINCP)pioptmenugen.h \ 93 $(SOPHYAINCP)pistdwdgx.h \ 94 $(SOPHYAINCP)pistdwdggen.h \ 96 95 $(SOPHYAINCP)pifilechox.h \ 97 96 $(SOPHYAINCP)pifilechogen.h \ 98 97 $(SOPHYAINCP)piperiodx.h \ 99 98 $(SOPHYAINCP)periodic.h \ 99 $(SOPHYAINCP)picons.h \ 100 $(SOPHYAINCP)pibwdgx.h \ 101 $(SOPHYAINCP)pigraphps.h \ 100 102 $(SOPHYAINCP)piimage.h \ 101 103 $(SOPHYAINCP)pieldrw.h \ … … 124 126 $(SOPHYAINCP)hisprof.h \ 125 127 $(SOPHYAINCP)ntuple.h \ 126 $(SOPHYAINCP)xntuple.h \127 128 $(SOPHYAINCP)basedtable.h \ 128 129 $(SOPHYAINCP)segdatablock.h \ … … 155 156 $(SOPHYAINCP)piwdggen.h \ 156 157 $(SOPHYAINCP)picolist.h \ 158 $(SOPHYAINCP)pipixutils.h \ 157 159 $(SOPHYAINCP)pimenubarx.h \ 158 160 $(SOPHYAINCP)pimenubargen.h \ 159 161 $(SOPHYAINCP)pimenux.h \ 160 162 $(SOPHYAINCP)pimenugen.h \ 161 $(SOPHYAINCP)picons.h \ 163 $(SOPHYAINCP)piconsenum.h \ 164 $(SOPHYAINCP)piwindowx.h \ 165 $(SOPHYAINCP)piwindowgen.h \ 166 $(SOPHYAINCP)pioptmenux.h \ 167 $(SOPHYAINCP)pioptmenugen.h \ 162 168 $(SOPHYAINCP)pistdwdgx.h \ 163 169 $(SOPHYAINCP)pistdwdggen.h \ 170 $(SOPHYAINCP)pifilechox.h \ 171 $(SOPHYAINCP)pifilechogen.h \ 172 $(SOPHYAINCP)piperiodx.h \ 173 $(SOPHYAINCP)periodic.h \ 174 $(SOPHYAINCP)picons.h \ 164 175 $(SOPHYAINCP)pibwdgx.h \ 165 176 $(SOPHYAINCP)pibwdggen.h \ … … 177 188 $(SOPHYAINCP)psfile.h \ 178 189 $(SOPHYAINCP)pigraphps.h \ 179 $(SOPHYAINCP)piwindowx.h \180 $(SOPHYAINCP)piwindowgen.h \181 $(SOPHYAINCP)pioptmenux.h \182 $(SOPHYAINCP)pioptmenugen.h \183 $(SOPHYAINCP)pifilechox.h \184 $(SOPHYAINCP)pifilechogen.h \185 $(SOPHYAINCP)piperiodx.h \186 $(SOPHYAINCP)periodic.h \187 190 $(SOPHYAINCP)piimage.h \ 188 191 $(SOPHYAINCP)parradapter.h \ … … 235 238 $(SOPHYAINCP)piwdggen.h \ 236 239 $(SOPHYAINCP)picolist.h \ 240 $(SOPHYAINCP)pipixutils.h \ 237 241 $(SOPHYAINCP)pimenubarx.h \ 238 242 $(SOPHYAINCP)pimenubargen.h \ 239 243 $(SOPHYAINCP)pimenux.h \ 240 244 $(SOPHYAINCP)pimenugen.h \ 241 $(SOPHYAINCP)picons.h \ 245 $(SOPHYAINCP)piconsenum.h \ 246 $(SOPHYAINCP)piwindowx.h \ 247 $(SOPHYAINCP)piwindowgen.h \ 248 $(SOPHYAINCP)pioptmenux.h \ 249 $(SOPHYAINCP)pioptmenugen.h \ 242 250 $(SOPHYAINCP)pistdwdgx.h \ 243 251 $(SOPHYAINCP)pistdwdggen.h \ 252 $(SOPHYAINCP)pifilechox.h \ 253 $(SOPHYAINCP)pifilechogen.h \ 254 $(SOPHYAINCP)piperiodx.h \ 255 $(SOPHYAINCP)periodic.h \ 256 $(SOPHYAINCP)picons.h \ 244 257 $(SOPHYAINCP)pibwdgx.h \ 245 258 $(SOPHYAINCP)pibwdggen.h \ … … 257 270 $(SOPHYAINCP)psfile.h \ 258 271 $(SOPHYAINCP)pigraphps.h \ 259 $(SOPHYAINCP)piwindowx.h \260 $(SOPHYAINCP)piwindowgen.h \261 $(SOPHYAINCP)pioptmenux.h \262 $(SOPHYAINCP)pioptmenugen.h \263 $(SOPHYAINCP)pifilechox.h \264 $(SOPHYAINCP)pifilechogen.h \265 $(SOPHYAINCP)piperiodx.h \266 $(SOPHYAINCP)periodic.h \267 272 $(SOPHYAINCP)piimage.h \ 268 273 $(SOPHYAINCP)parradapter.h \ … … 311 316 $(SOPHYAINCP)ntoolsinit.h \ 312 317 $(SOPHYAINCP)tarrinit.h \ 313 $(SOPHYAINCP)sophyainit.h \ 314 $(SOPHYAINCP)xntuple.h \ 315 $(SOPHYAINCP)ntupintf.h 318 $(SOPHYAINCP)sophyainit.h 316 319 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapp.cc 317 320 … … 348 351 $(SOPHYAINCP)piwdggen.h \ 349 352 $(SOPHYAINCP)picolist.h \ 353 $(SOPHYAINCP)pipixutils.h \ 350 354 $(SOPHYAINCP)pimenubarx.h \ 351 355 $(SOPHYAINCP)pimenubargen.h \ 352 356 $(SOPHYAINCP)pimenux.h \ 353 357 $(SOPHYAINCP)pimenugen.h \ 354 $(SOPHYAINCP)picons.h \ 358 $(SOPHYAINCP)piconsenum.h \ 359 $(SOPHYAINCP)piwindowx.h \ 360 $(SOPHYAINCP)piwindowgen.h \ 361 $(SOPHYAINCP)pioptmenux.h \ 362 $(SOPHYAINCP)pioptmenugen.h \ 355 363 $(SOPHYAINCP)pistdwdgx.h \ 356 364 $(SOPHYAINCP)pistdwdggen.h \ 365 $(SOPHYAINCP)pifilechox.h \ 366 $(SOPHYAINCP)pifilechogen.h \ 367 $(SOPHYAINCP)piperiodx.h \ 368 $(SOPHYAINCP)periodic.h \ 369 $(SOPHYAINCP)picons.h \ 357 370 $(SOPHYAINCP)pibwdgx.h \ 358 371 $(SOPHYAINCP)pibwdggen.h \ … … 370 383 $(SOPHYAINCP)psfile.h \ 371 384 $(SOPHYAINCP)pigraphps.h \ 372 $(SOPHYAINCP)piwindowx.h \373 $(SOPHYAINCP)piwindowgen.h \374 $(SOPHYAINCP)pioptmenux.h \375 $(SOPHYAINCP)pioptmenugen.h \376 $(SOPHYAINCP)pifilechox.h \377 $(SOPHYAINCP)pifilechogen.h \378 $(SOPHYAINCP)piperiodx.h \379 $(SOPHYAINCP)periodic.h \380 385 $(SOPHYAINCP)piimage.h \ 381 386 $(SOPHYAINCP)parradapter.h \ … … 438 443 $(SOPHYAINCP)fftservintf.h \ 439 444 $(SOPHYAINCP)fftpserver.h \ 445 $(SOPHYAINCP)stsrand.h \ 440 446 $(SOPHYAINCP)alm.h \ 441 $(SOPHYAINCP)srandgen.h \442 447 $(SOPHYAINCP)nbmath.h \ 443 448 $(SOPHYAINCP)triangmtx.h \ … … 477 482 $(SOPHYAINCP)piwdggen.h \ 478 483 $(SOPHYAINCP)picolist.h \ 484 $(SOPHYAINCP)pipixutils.h \ 479 485 $(SOPHYAINCP)pimenubarx.h \ 480 486 $(SOPHYAINCP)pimenubargen.h \ 481 487 $(SOPHYAINCP)pimenux.h \ 482 488 $(SOPHYAINCP)pimenugen.h \ 483 $(SOPHYAINCP)picons.h \ 489 $(SOPHYAINCP)piconsenum.h \ 490 $(SOPHYAINCP)piwindowx.h \ 491 $(SOPHYAINCP)piwindowgen.h \ 492 $(SOPHYAINCP)pioptmenux.h \ 493 $(SOPHYAINCP)pioptmenugen.h \ 484 494 $(SOPHYAINCP)pistdwdgx.h \ 485 495 $(SOPHYAINCP)pistdwdggen.h \ 496 $(SOPHYAINCP)pifilechox.h \ 497 $(SOPHYAINCP)pifilechogen.h \ 498 $(SOPHYAINCP)piperiodx.h \ 499 $(SOPHYAINCP)periodic.h \ 500 $(SOPHYAINCP)picons.h \ 486 501 $(SOPHYAINCP)pibwdgx.h \ 487 502 $(SOPHYAINCP)pibwdggen.h \ … … 499 514 $(SOPHYAINCP)psfile.h \ 500 515 $(SOPHYAINCP)pigraphps.h \ 501 $(SOPHYAINCP)piwindowx.h \502 $(SOPHYAINCP)piwindowgen.h \503 $(SOPHYAINCP)pioptmenux.h \504 $(SOPHYAINCP)pioptmenugen.h \505 $(SOPHYAINCP)pifilechox.h \506 $(SOPHYAINCP)pifilechogen.h \507 $(SOPHYAINCP)piperiodx.h \508 $(SOPHYAINCP)periodic.h \509 516 $(SOPHYAINCP)piimage.h \ 510 517 $(SOPHYAINCP)parradapter.h \ … … 597 604 $(SOPHYAINCP)piwdggen.h \ 598 605 $(SOPHYAINCP)picolist.h \ 606 $(SOPHYAINCP)pipixutils.h \ 599 607 $(SOPHYAINCP)pimenubarx.h \ 600 608 $(SOPHYAINCP)pimenubargen.h \ 601 609 $(SOPHYAINCP)pimenux.h \ 602 610 $(SOPHYAINCP)pimenugen.h \ 603 $(SOPHYAINCP)picons.h \ 611 $(SOPHYAINCP)piconsenum.h \ 612 $(SOPHYAINCP)piwindowx.h \ 613 $(SOPHYAINCP)piwindowgen.h \ 614 $(SOPHYAINCP)pioptmenux.h \ 615 $(SOPHYAINCP)pioptmenugen.h \ 604 616 $(SOPHYAINCP)pistdwdgx.h \ 605 617 $(SOPHYAINCP)pistdwdggen.h \ 618 $(SOPHYAINCP)pifilechox.h \ 619 $(SOPHYAINCP)pifilechogen.h \ 620 $(SOPHYAINCP)piperiodx.h \ 621 $(SOPHYAINCP)periodic.h \ 622 $(SOPHYAINCP)picons.h \ 606 623 $(SOPHYAINCP)pibwdgx.h \ 607 624 $(SOPHYAINCP)pibwdggen.h \ … … 619 636 $(SOPHYAINCP)psfile.h \ 620 637 $(SOPHYAINCP)pigraphps.h \ 621 $(SOPHYAINCP)piwindowx.h \622 $(SOPHYAINCP)piwindowgen.h \623 $(SOPHYAINCP)pioptmenux.h \624 $(SOPHYAINCP)pioptmenugen.h \625 $(SOPHYAINCP)pifilechox.h \626 $(SOPHYAINCP)pifilechogen.h \627 $(SOPHYAINCP)piperiodx.h \628 $(SOPHYAINCP)periodic.h \629 638 $(SOPHYAINCP)piimage.h \ 630 639 $(SOPHYAINCP)parradapter.h \ -
trunk/SophyaPI/ProgPI/makefile_wgrdl
r2945 r3572 294 294 $(SOPHYAINCP)tarrinit.h \ 295 295 $(SOPHYAINCP)sophyainit.h \ 296 $(SOPHYAINCP)xntuple.h \297 296 $(SOPHYAINCP)ntupintf.h 298 297 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapp.cc -
trunk/SophyaPI/ProgPI/piapp.cc
r3410 r3572 13 13 #include "timing.h" 14 14 #include "skyinit.h" 15 16 #include "xntuple.h" // Pour faire le SetTmpDir()17 15 18 16 … … 177 175 } 178 176 179 c har* tmpde = getenv("TMPDIR");177 const char* tmpde = getenv("TMPDIR"); 180 178 char tmpdname[32]; 181 179 if (tmpde == NULL) tmpde = "./"; … … 198 196 } 199 197 200 cout << " NamedObjMgr::SetTmpDir() +XNTuple::SetSwapPath()" << tmpdir << endl;198 cout << " NamedObjMgr::SetTmpDir() " << tmpdir << endl; 201 199 app->ObjMgr()->SetTmpDir(tmpdir); 202 XNTuple::SetSwapPath(const_cast<char *>(tmpdir.c_str()));203 200 204 201 // Gestion de redirection stdout/err et Signaux -
trunk/SophyaPI/ProgPI/skymapmodule.cc
r2986 r3572 1410 1410 1411 1411 const int ndim = 8; 1412 c har *nament[ndim] =1412 const char *nament[ndim] = 1413 1413 {"l","n","clmean","cllin","clpar","sclmean","scllin","sclpar"}; 1414 1414 NTuple clbin(ndim,nament); -
trunk/SophyaPI/ProgPI/smakefile
r3504 r3572 43 43 $(SOPHYAINCP)pimsghandler.h \ 44 44 $(SOPHYAINCP)picolist.h \ 45 $(SOPHYAINCP)pipixutils.h \ 45 46 $(SOPHYAINCP)picmap.h \ 46 47 $(SOPHYAINCP)picmapx.h \ … … 125 126 $(SOPHYAINCP)hisprof.h \ 126 127 $(SOPHYAINCP)ntuple.h \ 127 $(SOPHYAINCP)xntuple.h \128 128 $(SOPHYAINCP)basedtable.h \ 129 129 $(SOPHYAINCP)segdatablock.h \ … … 156 156 $(SOPHYAINCP)piwdggen.h \ 157 157 $(SOPHYAINCP)picolist.h \ 158 $(SOPHYAINCP)pipixutils.h \ 158 159 $(SOPHYAINCP)pimenubarx.h \ 159 160 $(SOPHYAINCP)pimenubargen.h \ … … 237 238 $(SOPHYAINCP)piwdggen.h \ 238 239 $(SOPHYAINCP)picolist.h \ 240 $(SOPHYAINCP)pipixutils.h \ 239 241 $(SOPHYAINCP)pimenubarx.h \ 240 242 $(SOPHYAINCP)pimenubargen.h \ … … 314 316 $(SOPHYAINCP)ntoolsinit.h \ 315 317 $(SOPHYAINCP)tarrinit.h \ 316 $(SOPHYAINCP)sophyainit.h \ 317 $(SOPHYAINCP)xntuple.h \ 318 $(SOPHYAINCP)ntupintf.h 318 $(SOPHYAINCP)sophyainit.h 319 319 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapp.cc 320 320 … … 351 351 $(SOPHYAINCP)piwdggen.h \ 352 352 $(SOPHYAINCP)picolist.h \ 353 $(SOPHYAINCP)pipixutils.h \ 353 354 $(SOPHYAINCP)pimenubarx.h \ 354 355 $(SOPHYAINCP)pimenubargen.h \ … … 442 443 $(SOPHYAINCP)fftservintf.h \ 443 444 $(SOPHYAINCP)fftpserver.h \ 445 $(SOPHYAINCP)stsrand.h \ 444 446 $(SOPHYAINCP)alm.h \ 445 $(SOPHYAINCP)srandgen.h \446 447 $(SOPHYAINCP)nbmath.h \ 447 448 $(SOPHYAINCP)triangmtx.h \ … … 481 482 $(SOPHYAINCP)piwdggen.h \ 482 483 $(SOPHYAINCP)picolist.h \ 484 $(SOPHYAINCP)pipixutils.h \ 483 485 $(SOPHYAINCP)pimenubarx.h \ 484 486 $(SOPHYAINCP)pimenubargen.h \ … … 602 604 $(SOPHYAINCP)piwdggen.h \ 603 605 $(SOPHYAINCP)picolist.h \ 606 $(SOPHYAINCP)pipixutils.h \ 604 607 $(SOPHYAINCP)pimenubarx.h \ 605 608 $(SOPHYAINCP)pimenubargen.h \ -
trunk/SophyaPI/ProgPI/smakefile_wgrdl
r2953 r3572 294 294 $(SOPHYAINCP)tarrinit.h \ 295 295 $(SOPHYAINCP)sophyainit.h \ 296 $(SOPHYAINCP)xntuple.h \297 296 $(SOPHYAINCP)ntupintf.h 298 297 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapp.cc -
trunk/SophyaProg/PMixer/skymixer.cc
r3051 r3572 958 958 // Cleaning the keywords 959 959 #define SZexlst 21 960 c har *exlst[SZexlst]=960 const char *exlst[SZexlst]= 961 961 {"SIMPLE","BITPIX" ,"NAXIS" ,"NAXIS#" ,"PCOUNT","GCOUNT", 962 962 "EXTEND","ORIGIN" ,"DATE*" ,"TFIELDS","TTYPE#","TFORM#", … … 994 994 // Cleaning the keywords 995 995 #define SZexlst 21 996 c har *exlst[SZexlst]=996 const char *exlst[SZexlst]= 997 997 {"SIMPLE","BITPIX" ,"NAXIS" ,"NAXIS#" ,"PCOUNT","GCOUNT", 998 998 "EXTEND","ORIGIN" ,"DATE*" ,"TFIELDS","TTYPE#","TFORM#", … … 1028 1028 void RadSpec2Nt(RadSpectra & rs, POutPersist & so, string name) 1029 1029 { 1030 c har *ntn[2] = {"nu","fnu"};1030 const char *ntn[2] = {"nu","fnu"}; 1031 1031 NTuple nt(2,ntn); // Creation NTuple (AVEC new ) 1032 1032 float xnt[2]; … … 1050 1050 void SpectralResponse2Nt(SpectralResponse& sr, POutPersist & so, string name) 1051 1051 { 1052 c har *ntn[2] = {"nu","tnu"};1052 const char *ntn[2] = {"nu","tnu"}; 1053 1053 NTuple nt(2,ntn); // Creation NTuple (AVEC new ) 1054 1054 float xnt[2]; -
trunk/SophyaProg/PrgMap/Makefile
r3405 r3572 68 68 $(SOPHYAINCP)fioarr.h \ 69 69 $(SOPHYAINCP)sopemtx.h \ 70 $(SOPHYAINCP)arrctcast.h \ 70 71 $(SOPHYAINCP)skymap.h \ 71 72 $(SOPHYAINCP)spherethetaphi.h \ … … 88 89 $(SOPHYAINCP)samba.h \ 89 90 $(SOPHYAINCP)alm.h \ 90 $(SOPHYAINCP)s randgen.h \91 $(SOPHYAINCP)stsrand.h \ 91 92 $(SOPHYAINCP)nbmath.h \ 92 93 $(SOPHYAINCP)triangmtx.h \ … … 301 302 $(SOPHYAINCP)fioarr.h \ 302 303 $(SOPHYAINCP)sopemtx.h \ 304 $(SOPHYAINCP)arrctcast.h \ 303 305 $(SOPHYAINCP)skymap.h \ 304 306 $(SOPHYAINCP)spherethetaphi.h \ … … 321 323 $(SOPHYAINCP)samba.h \ 322 324 $(SOPHYAINCP)alm.h \ 323 $(SOPHYAINCP)s randgen.h \325 $(SOPHYAINCP)stsrand.h \ 324 326 $(SOPHYAINCP)nbmath.h \ 325 327 $(SOPHYAINCP)triangmtx.h \ … … 379 381 $(SOPHYAINCP)fioarr.h \ 380 382 $(SOPHYAINCP)sopemtx.h \ 383 $(SOPHYAINCP)arrctcast.h \ 381 384 $(SOPHYAINCP)skymap.h \ 382 385 $(SOPHYAINCP)spherethetaphi.h \ … … 399 402 $(SOPHYAINCP)samba.h \ 400 403 $(SOPHYAINCP)alm.h \ 401 $(SOPHYAINCP)s randgen.h \404 $(SOPHYAINCP)stsrand.h \ 402 405 $(SOPHYAINCP)nbmath.h \ 403 406 $(SOPHYAINCP)triangmtx.h \ -
trunk/SophyaProg/PrgMap/smakefile
r3504 r3572 89 89 $(SOPHYAINCP)samba.h \ 90 90 $(SOPHYAINCP)alm.h \ 91 $(SOPHYAINCP)s randgen.h \91 $(SOPHYAINCP)stsrand.h \ 92 92 $(SOPHYAINCP)nbmath.h \ 93 93 $(SOPHYAINCP)triangmtx.h \ … … 323 323 $(SOPHYAINCP)samba.h \ 324 324 $(SOPHYAINCP)alm.h \ 325 $(SOPHYAINCP)s randgen.h \325 $(SOPHYAINCP)stsrand.h \ 326 326 $(SOPHYAINCP)nbmath.h \ 327 327 $(SOPHYAINCP)triangmtx.h \ … … 402 402 $(SOPHYAINCP)samba.h \ 403 403 $(SOPHYAINCP)alm.h \ 404 $(SOPHYAINCP)s randgen.h \404 $(SOPHYAINCP)stsrand.h \ 405 405 $(SOPHYAINCP)nbmath.h \ 406 406 $(SOPHYAINCP)triangmtx.h \ -
trunk/SophyaProg/PrgUtil/Makefile
r3405 r3572 52 52 $(SOPHYAINCP)fioarr.h \ 53 53 $(SOPHYAINCP)sopemtx.h \ 54 $(SOPHYAINCP)arrctcast.h \ 54 55 $(SOPHYAINCP)sambainit.h \ 55 56 $(SOPHYAINCP)skymapinit.h \ -
trunk/SophyaProg/PrgUtil/scanfits.cc
r2900 r3572 13 13 #include "dvlist.h" 14 14 #include "ntuple.h" 15 #include "xntuple.h"16 #include "fitsxntuple.h"17 15 #include "fitsntuple.h" 18 16 */ -
trunk/SophyaProg/Tests/Makefile
r3399 r3572 228 228 $(SOPHYAINCP)tarrinit.h \ 229 229 $(SOPHYAINCP)sophyainit.h \ 230 $(SOPHYAINCP)machdefs.h \ 230 231 $(SOPHYAINCP)array.h \ 231 232 $(SOPHYAINCP)tarray.h \ … … 251 252 $(SOPHYAINCP)fioarr.h \ 252 253 $(SOPHYAINCP)sopemtx.h \ 254 $(SOPHYAINCP)arrctcast.h \ 253 255 $(SOPHYAINCP)timing.h 254 256 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ arrt.cc … … 258 260 $(SOPHYAINCP)tarrinit.h \ 259 261 $(SOPHYAINCP)sophyainit.h \ 262 $(SOPHYAINCP)machdefs.h \ 260 263 $(SOPHYAINCP)array.h \ 261 264 $(SOPHYAINCP)tarray.h \ … … 281 284 $(SOPHYAINCP)fioarr.h \ 282 285 $(SOPHYAINCP)sopemtx.h \ 286 $(SOPHYAINCP)arrctcast.h \ 283 287 $(SOPHYAINCP)timing.h 284 288 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ carrt.cc … … 287 291 $(SOPHYAINCP)machdefs.h \ 288 292 $(SOPHYAINCP)srandgen.h \ 293 $(SOPHYAINCP)machdefs.h \ 289 294 $(SOPHYAINCP)tarrinit.h \ 290 295 $(SOPHYAINCP)sophyainit.h \ … … 312 317 $(SOPHYAINCP)fioarr.h \ 313 318 $(SOPHYAINCP)sopemtx.h \ 319 $(SOPHYAINCP)arrctcast.h \ 314 320 $(SOPHYAINCP)timing.h \ 315 321 $(SOPHYAINCP)intflapack.h 316 322 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lpk.cc 317 323 318 $(SOPHYAOBJP)obj_fits.o: obj_fits.cc \ 319 $(SOPHYAINCP)sopnamsp.h \ 324 $(SOPHYAOBJP)obj_fits.o: obj_fits.cc $(SOPHYAINCP)sopnamsp.h \ 320 325 $(SOPHYAINCP)histinit.h \ 321 326 $(SOPHYAINCP)ntoolsinit.h \ … … 336 341 $(SOPHYAINCP)ntuple.h \ 337 342 $(SOPHYAINCP)ntupintf.h \ 338 $(SOPHYAINCP)xntuple.h \ 339 $(SOPHYAINCP)fitsxntuple.h \ 343 $(SOPHYAINCP)dvlist.h \ 344 $(SOPHYAINCP)fitsntuple.h \ 345 $(SOPHYAINCP)ntuple.h \ 340 346 $(SOPHYAINCP)fitsfile.h \ 341 347 $(SOPHYAINCP)ndatablock.h \ … … 344 350 $(SOPHYAINCP)FitsIO/longnam.h \ 345 351 $(SOPHYAINCP)fitshandler.h \ 346 $(SOPHYAINCP)fitsntuple.h \347 352 $(SOPHYAINCP)fitstarray.h \ 348 353 $(SOPHYAINCP)tarray.h \ … … 356 361 $(SOPHYAINCP)matharr.h \ 357 362 $(SOPHYAINCP)fioarr.h \ 358 $(SOPHYAINCP)sopemtx.h 363 $(SOPHYAINCP)sopemtx.h \ 364 $(SOPHYAINCP)arrctcast.h 359 365 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ obj_fits.cc 360 366 … … 363 369 $(SOPHYAINCP)tarrinit.h \ 364 370 $(SOPHYAINCP)sophyainit.h \ 371 $(SOPHYAINCP)machdefs.h \ 365 372 $(SOPHYAINCP)array.h \ 366 373 $(SOPHYAINCP)tarray.h \ … … 386 393 $(SOPHYAINCP)fioarr.h \ 387 394 $(SOPHYAINCP)sopemtx.h \ 395 $(SOPHYAINCP)arrctcast.h \ 388 396 $(SOPHYAINCP)ctimer.h \ 389 397 $(SOPHYAINCP)timing.h \ … … 394 402 $(SOPHYAINCP)machdefs.h \ 395 403 $(SOPHYAINCP)zthread.h \ 404 $(SOPHYAINCP)machdefs.h \ 396 405 $(SOPHYAINCP)pexceptions.h \ 397 406 $(SOPHYAINCP)pisysdep.h \ … … 399 408 $(SOPHYAINCP)piapplgen.h \ 400 409 $(SOPHYAINCP)pimsghandler.h \ 410 $(SOPHYAINCP)pisysdep.h \ 401 411 $(SOPHYAINCP)picontainerx.h \ 402 412 $(SOPHYAINCP)picontainergen.h \ … … 404 414 $(SOPHYAINCP)piwdggen.h \ 405 415 $(SOPHYAINCP)picolist.h \ 416 $(SOPHYAINCP)pipixutils.h \ 406 417 $(SOPHYAINCP)pimenubarx.h \ 407 418 $(SOPHYAINCP)pimenubargen.h \ 408 419 $(SOPHYAINCP)pimenux.h \ 409 420 $(SOPHYAINCP)pimenugen.h \ 421 $(SOPHYAINCP)piconsenum.h \ 422 $(SOPHYAINCP)pimenux.h \ 423 $(SOPHYAINCP)pistdwdgx.h \ 424 $(SOPHYAINCP)pistdwdggen.h \ 425 $(SOPHYAINCP)piwindowx.h \ 426 $(SOPHYAINCP)piwindowgen.h \ 427 $(SOPHYAINCP)piperiodx.h \ 428 $(SOPHYAINCP)periodic.h \ 410 429 $(SOPHYAINCP)picons.h \ 411 430 $(SOPHYAINCP)pistdwdgx.h \ 412 $(SOPHYAINCP)pistdwdggen.h \413 431 $(SOPHYAINCP)pibwdgx.h \ 414 432 $(SOPHYAINCP)pibwdggen.h \ … … 426 444 $(SOPHYAINCP)psfile.h \ 427 445 $(SOPHYAINCP)pigraphps.h \ 428 $(SOPHYAINCP)piwindowx.h \429 $(SOPHYAINCP)piwindowgen.h \430 $(SOPHYAINCP)piperiodx.h \431 $(SOPHYAINCP)periodic.h \432 446 $(SOPHYAINCP)tarrinit.h \ 433 447 $(SOPHYAINCP)sophyainit.h \ … … 454 468 $(SOPHYAINCP)fioarr.h \ 455 469 $(SOPHYAINCP)sopemtx.h \ 470 $(SOPHYAINCP)arrctcast.h \ 456 471 $(SOPHYAINCP)timing.h 457 472 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pizthr.cc 458 473 459 $(SOPHYAOBJP)ppftswap.o: ppftswap.cc \ 460 $(SOPHYAINCP)sopnamsp.h \ 474 $(SOPHYAOBJP)ppftswap.o: ppftswap.cc $(SOPHYAINCP)sopnamsp.h \ 461 475 $(SOPHYAINCP)sophyainit.h \ 462 476 $(SOPHYAINCP)machdefs.h \ … … 484 498 $(SOPHYAINCP)fioarr.h \ 485 499 $(SOPHYAINCP)sopemtx.h \ 500 $(SOPHYAINCP)arrctcast.h \ 486 501 $(SOPHYAINCP)fiondblock.h \ 487 $(SOPHYAINCP)tarrinit.h 502 $(SOPHYAINCP)fioarr.h \ 503 $(SOPHYAINCP)tarrinit.h \ 504 $(SOPHYAINCP)sophyainit.h 488 505 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppftswap.cc 489 506 … … 492 509 $(SOPHYAINCP)tarrinit.h \ 493 510 $(SOPHYAINCP)sophyainit.h \ 511 $(SOPHYAINCP)machdefs.h \ 494 512 $(SOPHYAINCP)array.h \ 495 513 $(SOPHYAINCP)tarray.h \ … … 515 533 $(SOPHYAINCP)fioarr.h \ 516 534 $(SOPHYAINCP)sopemtx.h \ 535 $(SOPHYAINCP)arrctcast.h \ 517 536 $(SOPHYAINCP)timing.h \ 518 537 $(SOPHYAINCP)resusage.h … … 538 557 $(SOPHYAINCP)cimage.h \ 539 558 $(SOPHYAINCP)tmatrix.h \ 559 $(SOPHYAINCP)tarray.h \ 540 560 $(SOPHYAINCP)tmatrix_tsnl.h \ 541 561 $(SOPHYAINCP)fioarr.h \ … … 616 636 $(SOPHYAINCP)machdefs.h \ 617 637 $(SOPHYAINCP)sophyainit.h \ 638 $(SOPHYAINCP)machdefs.h \ 618 639 $(SOPHYAINCP)timing.h \ 619 640 $(SOPHYAINCP)cexpre.h \ … … 665 686 $(SOPHYAINCP)fioarr.h \ 666 687 $(SOPHYAINCP)sopemtx.h \ 688 $(SOPHYAINCP)arrctcast.h \ 667 689 $(SOPHYAINCP)cxxcmplnk.h \ 668 690 $(SOPHYAINCP)pdlmgr.h \ … … 701 723 $(SOPHYAINCP)tvector_tsnl.h \ 702 724 $(SOPHYAINCP)histos2.h \ 725 $(SOPHYAINCP)histos.h \ 703 726 $(SOPHYAINCP)psighand.h \ 727 $(SOPHYAINCP)fmath.h \ 704 728 $(SOPHYAINCP)srandgen.h 705 729 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tdcr.cc … … 732 756 $(SOPHYAINCP)fioarr.h \ 733 757 $(SOPHYAINCP)sopemtx.h \ 758 $(SOPHYAINCP)arrctcast.h \ 734 759 $(SOPHYAINCP)pdlmgr.h \ 760 $(SOPHYAINCP)pexceptions.h \ 735 761 $(SOPHYAINCP)timing.h 736 762 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tdynl.cc … … 739 765 $(SOPHYAINCP)machdefs.h \ 740 766 $(SOPHYAINCP)srandgen.h \ 767 $(SOPHYAINCP)machdefs.h \ 741 768 $(SOPHYAINCP)matharr.h \ 742 769 $(SOPHYAINCP)tarray.h \ … … 802 829 $(SOPHYAINCP)tvector_tsnl.h \ 803 830 $(SOPHYAINCP)fitshdtable.h \ 831 $(SOPHYAINCP)datatable.h \ 804 832 $(SOPHYAINCP)fitshandler.h \ 805 833 $(SOPHYAINCP)fitsinoutfile.h \ … … 819 847 $(SOPHYAINCP)ppfbinstream.h \ 820 848 $(SOPHYAINCP)rawstream.h \ 821 $(SOPHYAINCP)ppfnametag.h 849 $(SOPHYAINCP)ppfnametag.h \ 850 $(SOPHYAINCP)ppersist.h 822 851 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ thash.cc 823 852 … … 850 879 $(SOPHYAINCP)fioarr.h \ 851 880 $(SOPHYAINCP)sopemtx.h \ 881 $(SOPHYAINCP)arrctcast.h \ 852 882 $(SOPHYAINCP)cimage.h \ 853 883 $(SOPHYAINCP)srandgen.h \ 884 $(SOPHYAINCP)ndatablock.h \ 854 885 $(SOPHYAINCP)fiondblock.h 855 886 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ timg.cc … … 882 913 $(SOPHYAINCP)tvector_tsnl.h \ 883 914 $(SOPHYAINCP)fioarr.h \ 915 $(SOPHYAINCP)tvector.h \ 884 916 $(SOPHYAINCP)matharr.h \ 885 917 $(SOPHYAINCP)tarrinit.h \ … … 900 932 $(SOPHYAINCP)swfitsdtable.h \ 901 933 $(SOPHYAINCP)fitsswapper.h \ 934 $(SOPHYAINCP)fitsinoutfile.h \ 902 935 $(SOPHYAINCP)fitsblkrw.h \ 903 936 $(SOPHYAINCP)fitshandler.h \ 904 937 $(SOPHYAINCP)fitshdtable.h \ 938 $(SOPHYAINCP)datatable.h \ 905 939 $(SOPHYAINCP)histinit.h \ 906 $(SOPHYAINCP)ntoolsinit.h 940 $(SOPHYAINCP)ntoolsinit.h \ 941 $(SOPHYAINCP)tarrinit.h 907 942 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmtdt.cc 943 944 $(SOPHYAOBJP)tmtrnd.o: tmtrnd.cc $(SOPHYAINCP)sopnamsp.h \ 945 $(SOPHYAINCP)zthread.h \ 946 $(SOPHYAINCP)machdefs.h \ 947 $(SOPHYAINCP)pexceptions.h \ 948 $(SOPHYAINCP)resusage.h \ 949 $(SOPHYAINCP)ctimer.h \ 950 $(SOPHYAINCP)timing.h \ 951 $(SOPHYAINCP)tvector.h \ 952 $(SOPHYAINCP)tmatrix.h \ 953 $(SOPHYAINCP)tarray.h \ 954 $(SOPHYAINCP)basarr.h \ 955 $(SOPHYAINCP)anydataobj.h \ 956 $(SOPHYAINCP)mutyv.h \ 957 $(SOPHYAINCP)timestamp.h \ 958 $(SOPHYAINCP)objfio.h \ 959 $(SOPHYAINCP)ppersist.h \ 960 $(SOPHYAINCP)gnumd5.h \ 961 $(SOPHYAINCP)ppfbinstream.h \ 962 $(SOPHYAINCP)rawstream.h \ 963 $(SOPHYAINCP)ppfnametag.h \ 964 $(SOPHYAINCP)dvlist.h \ 965 $(SOPHYAINCP)ndatablock.h \ 966 $(SOPHYAINCP)utilarr.h \ 967 $(SOPHYAINCP)tmatrix_tsnl.h \ 968 $(SOPHYAINCP)tvector_tsnl.h \ 969 $(SOPHYAINCP)fioarr.h \ 970 $(SOPHYAINCP)tvector.h \ 971 $(SOPHYAINCP)matharr.h \ 972 $(SOPHYAINCP)tarrinit.h \ 973 $(SOPHYAINCP)sophyainit.h \ 974 $(SOPHYAINCP)srandgen.h \ 975 $(SOPHYAINCP)stsrand.h 976 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmtrnd.cc 908 977 909 978 $(SOPHYAOBJP)tmtrnd3.o: tmtrnd3.cc $(SOPHYAINCP)sopnamsp.h \ … … 931 1000 $(SOPHYAINCP)matharr.h \ 932 1001 $(SOPHYAINCP)fioarr.h \ 1002 $(SOPHYAINCP)tvector.h \ 933 1003 $(SOPHYAINCP)tarrinit.h \ 934 1004 $(SOPHYAINCP)sophyainit.h \ … … 939 1009 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmtrnd3.cc 940 1010 941 $(SOPHYAOBJP)tmtrnd.o: tmtrnd.cc $(SOPHYAINCP)sopnamsp.h \ 942 $(SOPHYAINCP)zthread.h \ 943 $(SOPHYAINCP)machdefs.h \ 944 $(SOPHYAINCP)pexceptions.h \ 945 $(SOPHYAINCP)resusage.h \ 946 $(SOPHYAINCP)ctimer.h \ 947 $(SOPHYAINCP)timing.h \ 948 $(SOPHYAINCP)tvector.h \ 949 $(SOPHYAINCP)tmatrix.h \ 950 $(SOPHYAINCP)tarray.h \ 951 $(SOPHYAINCP)basarr.h \ 952 $(SOPHYAINCP)anydataobj.h \ 953 $(SOPHYAINCP)mutyv.h \ 954 $(SOPHYAINCP)timestamp.h \ 955 $(SOPHYAINCP)objfio.h \ 956 $(SOPHYAINCP)ppersist.h \ 957 $(SOPHYAINCP)gnumd5.h \ 958 $(SOPHYAINCP)ppfbinstream.h \ 959 $(SOPHYAINCP)rawstream.h \ 960 $(SOPHYAINCP)ppfnametag.h \ 961 $(SOPHYAINCP)dvlist.h \ 962 $(SOPHYAINCP)ndatablock.h \ 963 $(SOPHYAINCP)utilarr.h \ 964 $(SOPHYAINCP)tmatrix_tsnl.h \ 965 $(SOPHYAINCP)tvector_tsnl.h \ 966 $(SOPHYAINCP)fioarr.h \ 967 $(SOPHYAINCP)matharr.h \ 968 $(SOPHYAINCP)tarrinit.h \ 969 $(SOPHYAINCP)sophyainit.h \ 1011 $(SOPHYAOBJP)tmxv.o: tmxv.cc $(SOPHYAINCP)sopnamsp.h \ 1012 $(SOPHYAINCP)machdefs.h \ 970 1013 $(SOPHYAINCP)srandgen.h \ 971 $(SOPHYAINCP)stsrand.h 972 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmtrnd.cc 973 974 $(SOPHYAOBJP)tmxv.o: tmxv.cc $(SOPHYAINCP)sopnamsp.h \ 975 $(SOPHYAINCP)machdefs.h \ 976 $(SOPHYAINCP)srandgen.h \ 1014 $(SOPHYAINCP)machdefs.h \ 977 1015 $(SOPHYAINCP)tarrinit.h \ 978 1016 $(SOPHYAINCP)sophyainit.h \ … … 997 1035 $(SOPHYAINCP)tvector_tsnl.h \ 998 1036 $(SOPHYAINCP)sopemtx.h \ 1037 $(SOPHYAINCP)tvector.h \ 999 1038 $(SOPHYAINCP)timing.h 1000 1039 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmxv.cc … … 1007 1046 $(SOPHYAINCP)tarrinit.h \ 1008 1047 $(SOPHYAINCP)sophyainit.h \ 1048 $(SOPHYAINCP)machdefs.h \ 1009 1049 $(SOPHYAINCP)array.h \ 1010 1050 $(SOPHYAINCP)tarray.h \ … … 1030 1070 $(SOPHYAINCP)fioarr.h \ 1031 1071 $(SOPHYAINCP)sopemtx.h \ 1072 $(SOPHYAINCP)arrctcast.h \ 1032 1073 $(SOPHYAINCP)fitsinoutfile.h \ 1033 1074 $(SOPHYAINCP)FitsIO/fitsio.h \ 1034 1075 $(SOPHYAINCP)FitsIO/longnam.h \ 1035 1076 $(SOPHYAINCP)fitsblkrw.h \ 1077 $(SOPHYAINCP)fitsinoutfile.h \ 1036 1078 $(SOPHYAINCP)fitsarrhand.h \ 1037 1079 $(SOPHYAINCP)fitshandler.h \ 1080 $(SOPHYAINCP)fitsblkrw.h \ 1038 1081 $(SOPHYAINCP)fiosinit.h 1039 1082 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tnfits.cc … … 1058 1101 $(SOPHYAINCP)ntuple.h \ 1059 1102 $(SOPHYAINCP)ntupintf.h \ 1060 $(SOPHYAINCP) xntuple.h \1103 $(SOPHYAINCP)dvlist.h \ 1061 1104 $(SOPHYAINCP)datatable.h \ 1062 1105 $(SOPHYAINCP)basedtable.h \ … … 1077 1120 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tnt.cc 1078 1121 1079 $(SOPHYAOBJP)tobjio 2.o: tobjio2.cc $(SOPHYAINCP)sopnamsp.h \1122 $(SOPHYAOBJP)tobjio.o: tobjio.cc $(SOPHYAINCP)sopnamsp.h \ 1080 1123 $(SOPHYAINCP)histinit.h \ 1081 1124 $(SOPHYAINCP)ntoolsinit.h \ … … 1108 1151 $(SOPHYAINCP)tvector_tsnl.h \ 1109 1152 $(SOPHYAINCP)histos2.h \ 1153 $(SOPHYAINCP)histos.h \ 1110 1154 $(SOPHYAINCP)ntuple.h \ 1111 1155 $(SOPHYAINCP)ntupintf.h \ 1112 $(SOPHYAINCP)srandgen.h 1113 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tobjio2.cc 1114 1115 $(SOPHYAOBJP)tobjio.o: tobjio.cc $(SOPHYAINCP)sopnamsp.h \ 1156 $(SOPHYAINCP)fmath.h \ 1157 $(SOPHYAINCP)srandgen.h \ 1158 $(SOPHYAINCP)fioarr.h 1159 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tobjio.cc 1160 1161 $(SOPHYAOBJP)tobjio2.o: tobjio2.cc $(SOPHYAINCP)sopnamsp.h \ 1116 1162 $(SOPHYAINCP)histinit.h \ 1117 1163 $(SOPHYAINCP)ntoolsinit.h \ … … 1144 1190 $(SOPHYAINCP)tvector_tsnl.h \ 1145 1191 $(SOPHYAINCP)histos2.h \ 1192 $(SOPHYAINCP)histos.h \ 1146 1193 $(SOPHYAINCP)ntuple.h \ 1147 1194 $(SOPHYAINCP)ntupintf.h \ 1148 $(SOPHYAINCP)srandgen.h \ 1149 $(SOPHYAINCP)fioarr.h 1150 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tobjio.cc 1195 $(SOPHYAINCP)tarray.h \ 1196 $(SOPHYAINCP)fmath.h \ 1197 $(SOPHYAINCP)srandgen.h 1198 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tobjio2.cc 1151 1199 1152 1200 $(SOPHYAOBJP)tpipe.o: tpipe.cc $(SOPHYAINCP)sopnamsp.h \ … … 1157 1205 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tpipe.cc 1158 1206 1159 $(SOPHYAOBJP)tsimplex.o: tsimplex.cc \ 1160 $(SOPHYAINCP)sopnamsp.h \ 1207 $(SOPHYAOBJP)tsimplex.o: tsimplex.cc $(SOPHYAINCP)sopnamsp.h \ 1161 1208 $(SOPHYAINCP)simplex.h \ 1162 1209 $(SOPHYAINCP)machdefs.h \ … … 1193 1240 $(SOPHYAINCP)tarrinit.h \ 1194 1241 $(SOPHYAINCP)sophyainit.h \ 1242 $(SOPHYAINCP)pexceptions.h \ 1195 1243 $(SOPHYAINCP)timing.h 1196 1244 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsimplex.cc … … 1206 1254 $(SOPHYAINCP)pexceptions.h \ 1207 1255 $(SOPHYAINCP)timing.h \ 1256 $(SOPHYAINCP)resusage.h \ 1208 1257 $(SOPHYAINCP)sphereecp.h \ 1209 1258 $(SOPHYAINCP)sphericalmap.h \ … … 1211 1260 $(SOPHYAINCP)pixelmap.h \ 1212 1261 $(SOPHYAINCP)ppersist.h \ 1262 $(SOPHYAINCP)pexceptions.h \ 1213 1263 $(SOPHYAINCP)gnumd5.h \ 1214 1264 $(SOPHYAINCP)ppfbinstream.h \ … … 1235 1285 $(SOPHYAINCP)tvector_tsnl.h \ 1236 1286 $(SOPHYAINCP)fiosphereecp.h \ 1287 $(SOPHYAINCP)sphereecp.h \ 1237 1288 $(SOPHYAINCP)array.h \ 1238 1289 $(SOPHYAINCP)matharr.h \ 1239 1290 $(SOPHYAINCP)fioarr.h \ 1240 1291 $(SOPHYAINCP)sopemtx.h \ 1292 $(SOPHYAINCP)arrctcast.h \ 1241 1293 $(SOPHYAINCP)samba.h \ 1242 1294 $(SOPHYAINCP)alm.h \ 1243 $(SOPHYAINCP)s randgen.h \1295 $(SOPHYAINCP)stsrand.h \ 1244 1296 $(SOPHYAINCP)nbmath.h \ 1245 1297 $(SOPHYAINCP)triangmtx.h \ … … 1257 1309 $(SOPHYAINCP)tod.h 1258 1310 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsphereecp.cc 1311 1312 $(SOPHYAOBJP)tspm.o: tspm.cc $(SOPHYAINCP)sopnamsp.h \ 1313 $(SOPHYAINCP)skymapinit.h \ 1314 $(SOPHYAINCP)sophyainit.h \ 1315 $(SOPHYAINCP)machdefs.h \ 1316 $(SOPHYAINCP)skymap.h \ 1317 $(SOPHYAINCP)spherethetaphi.h \ 1318 $(SOPHYAINCP)sphericalmap.h \ 1319 $(SOPHYAINCP)smathconst.h \ 1320 $(SOPHYAINCP)pixelmap.h \ 1321 $(SOPHYAINCP)ppersist.h \ 1322 $(SOPHYAINCP)pexceptions.h \ 1323 $(SOPHYAINCP)gnumd5.h \ 1324 $(SOPHYAINCP)ppfbinstream.h \ 1325 $(SOPHYAINCP)rawstream.h \ 1326 $(SOPHYAINCP)ppfnametag.h \ 1327 $(SOPHYAINCP)dvlist.h \ 1328 $(SOPHYAINCP)objfio.h \ 1329 $(SOPHYAINCP)anydataobj.h \ 1330 $(SOPHYAINCP)mutyv.h \ 1331 $(SOPHYAINCP)timestamp.h \ 1332 $(SOPHYAINCP)spherepos.h \ 1333 $(SOPHYAINCP)unitvector.h \ 1334 $(SOPHYAINCP)vector3d.h \ 1335 $(SOPHYAINCP)longlat.h \ 1336 $(SOPHYAINCP)utilgeom.h \ 1337 $(SOPHYAINCP)datatype.h \ 1338 $(SOPHYAINCP)tvector.h \ 1339 $(SOPHYAINCP)tmatrix.h \ 1340 $(SOPHYAINCP)tarray.h \ 1341 $(SOPHYAINCP)basarr.h \ 1342 $(SOPHYAINCP)ndatablock.h \ 1343 $(SOPHYAINCP)utilarr.h \ 1344 $(SOPHYAINCP)tmatrix_tsnl.h \ 1345 $(SOPHYAINCP)tvector_tsnl.h \ 1346 $(SOPHYAINCP)spherehealpix.h \ 1347 $(SOPHYAINCP)HEALPixUtils.h \ 1348 $(SOPHYAINCP)localmap.h \ 1349 $(SOPHYAINCP)sphereecp.h \ 1350 $(SOPHYAINCP)fiospherethetaphi.h \ 1351 $(SOPHYAINCP)fiospherehealpix.h \ 1352 $(SOPHYAINCP)fiolocalmap.h \ 1353 $(SOPHYAINCP)fiosphereecp.h \ 1354 $(SOPHYAINCP)tod.h \ 1355 $(SOPHYAINCP)misstime.h \ 1356 $(SOPHYAINCP)timing.h 1357 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tspm.cc 1259 1358 1260 1359 $(SOPHYAOBJP)tspm2.o: tspm2.cc $(SOPHYAINCP)sopnamsp.h \ … … 1316 1415 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tspm2.cc 1317 1416 1318 $(SOPHYAOBJP)tspm.o: tspm.cc $(SOPHYAINCP)sopnamsp.h \1319 $(SOPHYAINCP)skymapinit.h \1320 $(SOPHYAINCP)sophyainit.h \1321 $(SOPHYAINCP)machdefs.h \1322 $(SOPHYAINCP)skymap.h \1323 $(SOPHYAINCP)spherethetaphi.h \1324 $(SOPHYAINCP)sphericalmap.h \1325 $(SOPHYAINCP)smathconst.h \1326 $(SOPHYAINCP)pixelmap.h \1327 $(SOPHYAINCP)ppersist.h \1328 $(SOPHYAINCP)pexceptions.h \1329 $(SOPHYAINCP)gnumd5.h \1330 $(SOPHYAINCP)ppfbinstream.h \1331 $(SOPHYAINCP)rawstream.h \1332 $(SOPHYAINCP)ppfnametag.h \1333 $(SOPHYAINCP)dvlist.h \1334 $(SOPHYAINCP)objfio.h \1335 $(SOPHYAINCP)anydataobj.h \1336 $(SOPHYAINCP)mutyv.h \1337 $(SOPHYAINCP)timestamp.h \1338 $(SOPHYAINCP)spherepos.h \1339 $(SOPHYAINCP)unitvector.h \1340 $(SOPHYAINCP)vector3d.h \1341 $(SOPHYAINCP)longlat.h \1342 $(SOPHYAINCP)utilgeom.h \1343 $(SOPHYAINCP)datatype.h \1344 $(SOPHYAINCP)tvector.h \1345 $(SOPHYAINCP)tmatrix.h \1346 $(SOPHYAINCP)tarray.h \1347 $(SOPHYAINCP)basarr.h \1348 $(SOPHYAINCP)ndatablock.h \1349 $(SOPHYAINCP)utilarr.h \1350 $(SOPHYAINCP)tmatrix_tsnl.h \1351 $(SOPHYAINCP)tvector_tsnl.h \1352 $(SOPHYAINCP)spherehealpix.h \1353 $(SOPHYAINCP)HEALPixUtils.h \1354 $(SOPHYAINCP)localmap.h \1355 $(SOPHYAINCP)sphereecp.h \1356 $(SOPHYAINCP)fiospherethetaphi.h \1357 $(SOPHYAINCP)fiospherehealpix.h \1358 $(SOPHYAINCP)fiolocalmap.h \1359 $(SOPHYAINCP)fiosphereecp.h \1360 $(SOPHYAINCP)tod.h \1361 $(SOPHYAINCP)misstime.h \1362 $(SOPHYAINCP)timing.h1363 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tspm.cc1364 1365 1417 $(SOPHYAOBJP)tstboloread.o: tstboloread.cc \ 1366 1418 $(SOPHYAINCP)sopnamsp.h \ 1367 1419 $(SOPHYAINCP)machdefs.h \ 1368 1420 $(SOPHYAINCP)sophyainit.h \ 1421 $(SOPHYAINCP)machdefs.h \ 1369 1422 $(SOPHYAINCP)pexceptions.h \ 1370 1423 $(SOPHYAINCP)fboloread.h \ … … 1378 1431 $(SOPHYAINCP)objfio.h \ 1379 1432 $(SOPHYAINCP)ppersist.h \ 1433 $(SOPHYAINCP)pexceptions.h \ 1380 1434 $(SOPHYAINCP)gnumd5.h \ 1381 1435 $(SOPHYAINCP)ppfbinstream.h \ … … 1397 1451 $(SOPHYAINCP)machdefs.h \ 1398 1452 $(SOPHYAINCP)sophyainit.h \ 1453 $(SOPHYAINCP)machdefs.h \ 1399 1454 $(SOPHYAINCP)pexceptions.h \ 1400 1455 $(SOPHYAINCP)fabtcolread.h \ … … 1408 1463 $(SOPHYAINCP)objfio.h \ 1409 1464 $(SOPHYAINCP)ppersist.h \ 1465 $(SOPHYAINCP)pexceptions.h \ 1410 1466 $(SOPHYAINCP)gnumd5.h \ 1411 1467 $(SOPHYAINCP)ppfbinstream.h \ … … 1422 1478 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstcolread.cc 1423 1479 1424 $(SOPHYAOBJP)tstdtable.o: tstdtable.cc \ 1425 $(SOPHYAINCP)sopnamsp.h \ 1480 $(SOPHYAOBJP)tstdtable.o: tstdtable.cc $(SOPHYAINCP)sopnamsp.h \ 1426 1481 $(SOPHYAINCP)histinit.h \ 1427 1482 $(SOPHYAINCP)ntoolsinit.h \ … … 1460 1515 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstdtable.cc 1461 1516 1462 $(SOPHYAOBJP)tstndblk.o: tstndblk.cc \1463 $(SOPHYAINCP) sopnamsp.h \1464 $(SOPHYAINCP) machdefs.h \1465 $(SOPHYAINCP) ntoolsinit.h \1466 $(SOPHYAINCP) tarrinit.h \1467 $(SOPHYAINCP) sophyainit.h \1517 $(SOPHYAOBJP)tstndblk.o: tstndblk.cc $(SOPHYAINCP)sopnamsp.h \ 1518 $(SOPHYAINCP)machdefs.h \ 1519 $(SOPHYAINCP)ntoolsinit.h \ 1520 $(SOPHYAINCP)tarrinit.h \ 1521 $(SOPHYAINCP)sophyainit.h \ 1522 $(SOPHYAINCP)machdefs.h \ 1468 1523 $(SOPHYAINCP)pexceptions.h \ 1469 1524 $(SOPHYAINCP)ndatablock.h \ … … 1479 1534 $(SOPHYAINCP)tarrinit.h \ 1480 1535 $(SOPHYAINCP)sophyainit.h \ 1536 $(SOPHYAINCP)machdefs.h \ 1481 1537 $(SOPHYAINCP)pexceptions.h \ 1482 1538 $(SOPHYAINCP)ppfwrapstlv.h \ 1483 1539 $(SOPHYAINCP)anydataobj.h \ 1484 1540 $(SOPHYAINCP)ppersist.h \ 1541 $(SOPHYAINCP)pexceptions.h \ 1485 1542 $(SOPHYAINCP)gnumd5.h \ 1486 1543 $(SOPHYAINCP)ppfbinstream.h \ … … 1489 1546 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstppfwrapstl.cc 1490 1547 1491 $(SOPHYAOBJP)tstsegdb.o: tstsegdb.cc \ 1492 $(SOPHYAINCP)sopnamsp.h \ 1548 $(SOPHYAOBJP)tstsegdb.o: tstsegdb.cc $(SOPHYAINCP)sopnamsp.h \ 1493 1549 $(SOPHYAINCP)machdefs.h \ 1494 1550 $(SOPHYAINCP)timing.h \ … … 1497 1553 $(SOPHYAINCP)tarrinit.h \ 1498 1554 $(SOPHYAINCP)sophyainit.h \ 1555 $(SOPHYAINCP)machdefs.h \ 1499 1556 $(SOPHYAINCP)pexceptions.h \ 1500 1557 $(SOPHYAINCP)segdatablock.h \ 1501 1558 $(SOPHYAINCP)anydataobj.h \ 1502 1559 $(SOPHYAINCP)thsafeop.h \ 1560 $(SOPHYAINCP)pexceptions.h \ 1503 1561 $(SOPHYAINCP)fiosegdb.h \ 1504 1562 $(SOPHYAINCP)ppersist.h \ … … 1507 1565 $(SOPHYAINCP)rawstream.h \ 1508 1566 $(SOPHYAINCP)ppfnametag.h \ 1567 $(SOPHYAINCP)segdatablock.h \ 1509 1568 $(SOPHYAINCP)ppftpointerio.h \ 1510 1569 $(SOPHYAINCP)swsegdb.h \ 1511 1570 $(SOPHYAINCP)ppfswapper.h \ 1571 $(SOPHYAINCP)swsegdb.h \ 1512 1572 $(SOPHYAINCP)ppfwrapstlv.h 1513 1573 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstsegdb.cc … … 1518 1578 $(SOPHYAINCP)tarrinit.h \ 1519 1579 $(SOPHYAINCP)sophyainit.h \ 1580 $(SOPHYAINCP)machdefs.h \ 1520 1581 $(SOPHYAINCP)pexceptions.h \ 1521 1582 $(SOPHYAINCP)array.h \ … … 1527 1588 $(SOPHYAINCP)objfio.h \ 1528 1589 $(SOPHYAINCP)ppersist.h \ 1590 $(SOPHYAINCP)pexceptions.h \ 1529 1591 $(SOPHYAINCP)gnumd5.h \ 1530 1592 $(SOPHYAINCP)ppfbinstream.h \ … … 1541 1603 $(SOPHYAINCP)fioarr.h \ 1542 1604 $(SOPHYAINCP)sopemtx.h \ 1605 $(SOPHYAINCP)arrctcast.h \ 1543 1606 $(SOPHYAINCP)srandgen.h 1544 1607 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsttmat.cc 1545 1608 1546 $(SOPHYAOBJP)tsttminv.o: tsttminv.cc \ 1547 $(SOPHYAINCP)sopnamsp.h \ 1609 $(SOPHYAOBJP)tsttminv.o: tsttminv.cc $(SOPHYAINCP)sopnamsp.h \ 1548 1610 $(SOPHYAINCP)machdefs.h \ 1549 1611 $(SOPHYAINCP)timing.h \ … … 1551 1613 $(SOPHYAINCP)tarrinit.h \ 1552 1614 $(SOPHYAINCP)sophyainit.h \ 1615 $(SOPHYAINCP)machdefs.h \ 1553 1616 $(SOPHYAINCP)pexceptions.h \ 1554 1617 $(SOPHYAINCP)array.h \ … … 1560 1623 $(SOPHYAINCP)objfio.h \ 1561 1624 $(SOPHYAINCP)ppersist.h \ 1625 $(SOPHYAINCP)pexceptions.h \ 1562 1626 $(SOPHYAINCP)gnumd5.h \ 1563 1627 $(SOPHYAINCP)ppfbinstream.h \ … … 1574 1638 $(SOPHYAINCP)fioarr.h \ 1575 1639 $(SOPHYAINCP)sopemtx.h \ 1640 $(SOPHYAINCP)arrctcast.h \ 1576 1641 $(SOPHYAINCP)srandgen.h \ 1577 1642 $(SOPHYAINCP)intflapack.h … … 1583 1648 $(SOPHYAINCP)tarrinit.h \ 1584 1649 $(SOPHYAINCP)sophyainit.h \ 1650 $(SOPHYAINCP)machdefs.h \ 1585 1651 $(SOPHYAINCP)pexceptions.h \ 1586 1652 $(SOPHYAINCP)array.h \ … … 1592 1658 $(SOPHYAINCP)objfio.h \ 1593 1659 $(SOPHYAINCP)ppersist.h \ 1660 $(SOPHYAINCP)pexceptions.h \ 1594 1661 $(SOPHYAINCP)gnumd5.h \ 1595 1662 $(SOPHYAINCP)ppfbinstream.h \ … … 1606 1673 $(SOPHYAINCP)fioarr.h \ 1607 1674 $(SOPHYAINCP)sopemtx.h \ 1675 $(SOPHYAINCP)arrctcast.h \ 1608 1676 $(SOPHYAINCP)srandgen.h 1609 1677 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsttvec.cc … … 1631 1699 $(SOPHYAINCP)thsafeop.h \ 1632 1700 $(SOPHYAINCP)fitsinoutfile.h \ 1701 $(SOPHYAINCP)dvlist.h \ 1633 1702 $(SOPHYAINCP)FitsIO/fitsio.h \ 1634 1703 $(SOPHYAINCP)FitsIO/longnam.h \ … … 1646 1715 $(SOPHYAINCP)fiosinit.h \ 1647 1716 $(SOPHYAINCP)swfitsdtable.h \ 1717 $(SOPHYAINCP)fitsswapper.h \ 1648 1718 $(SOPHYAINCP)fitshandler.h \ 1649 1719 $(SOPHYAINCP)datatable.h \ 1650 $(SOPHYAINCP)fitshdtable.h 1720 $(SOPHYAINCP)fitshdtable.h \ 1721 $(SOPHYAINCP)datatable.h 1651 1722 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tswfits.cc 1652 1723 … … 1656 1727 $(SOPHYAINCP)timing.h \ 1657 1728 $(SOPHYAINCP)timestamp.h \ 1729 $(SOPHYAINCP)machdefs.h \ 1658 1730 $(SOPHYAINCP)objfio.h \ 1659 1731 $(SOPHYAINCP)anydataobj.h \ … … 1668 1740 $(SOPHYAINCP)tarrinit.h \ 1669 1741 $(SOPHYAINCP)sophyainit.h \ 1742 $(SOPHYAINCP)pexceptions.h \ 1670 1743 $(SOPHYAINCP)ppfwrapstlv.h 1671 1744 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ttimestamp.cc … … 1693 1766 $(SOPHYAINCP)tmatrix_tsnl.h \ 1694 1767 $(SOPHYAINCP)tvector.h \ 1695 $(SOPHYAINCP)tvector_tsnl.h \ 1696 $(SOPHYAINCP)matharr.h \ 1697 $(SOPHYAINCP)tarrinit.h \ 1698 $(SOPHYAINCP)sophyainit.h \ 1768 $(SOPHYAINCP)tmatrix.h \ 1769 $(SOPHYAINCP)tvector_tsnl.h \ 1770 $(SOPHYAINCP)matharr.h \ 1771 $(SOPHYAINCP)tarrinit.h \ 1772 $(SOPHYAINCP)sophyainit.h \ 1773 $(SOPHYAINCP)stsrand.h \ 1699 1774 $(SOPHYAINCP)timing.h \ 1700 1775 $(SOPHYAINCP)ctimer.h -
trunk/SophyaProg/Tests/obj_fits.cc
r2615 r3572 8 8 #include "dvlist.h" 9 9 #include "ntuple.h" 10 #include "xntuple.h"11 #include "fitsxntuple.h"12 10 #include "fitsntuple.h" 13 11 #include "fitstarray.h" … … 60 58 61 59 cout << " Creating NTuple " << endl; 62 c har * names[3] = {"XPos", "YPos", "Val"};60 const char * names[3] = {"XPos", "YPos", "Val"}; 63 61 int i,j, k; 64 62 float xnt[3]; -
trunk/SophyaProg/Tests/smakefile
r3399 r3572 1 1 include $(SOPHYABASE)/include/sophyamake.inc 2 3 2 4 3 PROGS = $(SOPHYAEXEP)arrt $(SOPHYAEXEP)carrt $(SOPHYAEXEP)lpk $(SOPHYAEXEP)obj_fits $(SOPHYAEXEP)ovharr $(SOPHYAEXEP)pizthr $(SOPHYAEXEP)ppftswap $(SOPHYAEXEP)spar $(SOPHYAEXEP)sphg0 $(SOPHYAEXEP)sph2lm $(SOPHYAEXEP)tcmd $(SOPHYAEXEP)tcxxcmpldynl $(SOPHYAEXEP)tdcr $(SOPHYAEXEP)tdynl $(SOPHYAEXEP)tfft $(SOPHYAEXEP)thash $(SOPHYAEXEP)timg $(SOPHYAEXEP)tmxv $(SOPHYAEXEP)tnt $(SOPHYAEXEP)tobjio2 $(SOPHYAEXEP)tobjio $(SOPHYAEXEP)tpipe $(SOPHYAEXEP)tsimplex $(SOPHYAEXEP)tsphereecp $(SOPHYAEXEP)tspm2 $(SOPHYAEXEP)tspm $(SOPHYAEXEP)tstboloread $(SOPHYAEXEP)tstcolread $(SOPHYAEXEP)tstdtable $(SOPHYAEXEP)tstndblk $(SOPHYAEXEP)tstppfwrapstl $(SOPHYAEXEP)tstsegdb $(SOPHYAEXEP)tswfits $(SOPHYAEXEP)tnfits $(SOPHYAEXEP)tfitsdt $(SOPHYAEXEP)tsttmat $(SOPHYAEXEP)tsttminv $(SOPHYAEXEP)tsttvec $(SOPHYAEXEP)ttimestamp $(SOPHYAEXEP)zthr $(SOPHYAEXEP)tmtrnd $(SOPHYAEXEP)tmtrnd3 $(SOPHYAEXEP)tmtdt … … 229 228 $(SOPHYAINCP)tarrinit.h \ 230 229 $(SOPHYAINCP)sophyainit.h \ 230 $(SOPHYAINCP)machdefs.h \ 231 231 $(SOPHYAINCP)array.h \ 232 232 $(SOPHYAINCP)tarray.h \ … … 252 252 $(SOPHYAINCP)fioarr.h \ 253 253 $(SOPHYAINCP)sopemtx.h \ 254 $(SOPHYAINCP)arrctcast.h \ 254 255 $(SOPHYAINCP)timing.h 255 256 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ arrt.cc … … 259 260 $(SOPHYAINCP)tarrinit.h \ 260 261 $(SOPHYAINCP)sophyainit.h \ 262 $(SOPHYAINCP)machdefs.h \ 261 263 $(SOPHYAINCP)array.h \ 262 264 $(SOPHYAINCP)tarray.h \ … … 282 284 $(SOPHYAINCP)fioarr.h \ 283 285 $(SOPHYAINCP)sopemtx.h \ 286 $(SOPHYAINCP)arrctcast.h \ 284 287 $(SOPHYAINCP)timing.h 285 288 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ carrt.cc … … 288 291 $(SOPHYAINCP)machdefs.h \ 289 292 $(SOPHYAINCP)srandgen.h \ 293 $(SOPHYAINCP)machdefs.h \ 290 294 $(SOPHYAINCP)tarrinit.h \ 291 295 $(SOPHYAINCP)sophyainit.h \ … … 313 317 $(SOPHYAINCP)fioarr.h \ 314 318 $(SOPHYAINCP)sopemtx.h \ 319 $(SOPHYAINCP)arrctcast.h \ 315 320 $(SOPHYAINCP)timing.h \ 316 321 $(SOPHYAINCP)intflapack.h 317 322 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lpk.cc 318 323 319 $(SOPHYAOBJP)obj_fits.o: obj_fits.cc \ 320 $(SOPHYAINCP)sopnamsp.h \ 324 $(SOPHYAOBJP)obj_fits.o: obj_fits.cc $(SOPHYAINCP)sopnamsp.h \ 321 325 $(SOPHYAINCP)histinit.h \ 322 326 $(SOPHYAINCP)ntoolsinit.h \ … … 337 341 $(SOPHYAINCP)ntuple.h \ 338 342 $(SOPHYAINCP)ntupintf.h \ 339 $(SOPHYAINCP)xntuple.h \ 340 $(SOPHYAINCP)fitsxntuple.h \ 343 $(SOPHYAINCP)dvlist.h \ 344 $(SOPHYAINCP)fitsntuple.h \ 345 $(SOPHYAINCP)ntuple.h \ 341 346 $(SOPHYAINCP)fitsfile.h \ 342 347 $(SOPHYAINCP)ndatablock.h \ … … 345 350 $(SOPHYAINCP)FitsIO/longnam.h \ 346 351 $(SOPHYAINCP)fitshandler.h \ 347 $(SOPHYAINCP)fitsntuple.h \348 352 $(SOPHYAINCP)fitstarray.h \ 349 353 $(SOPHYAINCP)tarray.h \ … … 357 361 $(SOPHYAINCP)matharr.h \ 358 362 $(SOPHYAINCP)fioarr.h \ 359 $(SOPHYAINCP)sopemtx.h 363 $(SOPHYAINCP)sopemtx.h \ 364 $(SOPHYAINCP)arrctcast.h 360 365 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ obj_fits.cc 361 366 … … 364 369 $(SOPHYAINCP)tarrinit.h \ 365 370 $(SOPHYAINCP)sophyainit.h \ 371 $(SOPHYAINCP)machdefs.h \ 366 372 $(SOPHYAINCP)array.h \ 367 373 $(SOPHYAINCP)tarray.h \ … … 387 393 $(SOPHYAINCP)fioarr.h \ 388 394 $(SOPHYAINCP)sopemtx.h \ 395 $(SOPHYAINCP)arrctcast.h \ 389 396 $(SOPHYAINCP)ctimer.h \ 390 397 $(SOPHYAINCP)timing.h \ … … 395 402 $(SOPHYAINCP)machdefs.h \ 396 403 $(SOPHYAINCP)zthread.h \ 404 $(SOPHYAINCP)machdefs.h \ 397 405 $(SOPHYAINCP)pexceptions.h \ 398 406 $(SOPHYAINCP)pisysdep.h \ … … 400 408 $(SOPHYAINCP)piapplgen.h \ 401 409 $(SOPHYAINCP)pimsghandler.h \ 410 $(SOPHYAINCP)pisysdep.h \ 402 411 $(SOPHYAINCP)picontainerx.h \ 403 412 $(SOPHYAINCP)picontainergen.h \ … … 405 414 $(SOPHYAINCP)piwdggen.h \ 406 415 $(SOPHYAINCP)picolist.h \ 416 $(SOPHYAINCP)pipixutils.h \ 407 417 $(SOPHYAINCP)pimenubarx.h \ 408 418 $(SOPHYAINCP)pimenubargen.h \ 409 419 $(SOPHYAINCP)pimenux.h \ 410 420 $(SOPHYAINCP)pimenugen.h \ 421 $(SOPHYAINCP)piconsenum.h \ 422 $(SOPHYAINCP)pimenux.h \ 423 $(SOPHYAINCP)pistdwdgx.h \ 424 $(SOPHYAINCP)pistdwdggen.h \ 425 $(SOPHYAINCP)piwindowx.h \ 426 $(SOPHYAINCP)piwindowgen.h \ 427 $(SOPHYAINCP)piperiodx.h \ 428 $(SOPHYAINCP)periodic.h \ 411 429 $(SOPHYAINCP)picons.h \ 412 430 $(SOPHYAINCP)pistdwdgx.h \ 413 $(SOPHYAINCP)pistdwdggen.h \414 431 $(SOPHYAINCP)pibwdgx.h \ 415 432 $(SOPHYAINCP)pibwdggen.h \ … … 427 444 $(SOPHYAINCP)psfile.h \ 428 445 $(SOPHYAINCP)pigraphps.h \ 429 $(SOPHYAINCP)piwindowx.h \430 $(SOPHYAINCP)piwindowgen.h \431 $(SOPHYAINCP)piperiodx.h \432 $(SOPHYAINCP)periodic.h \433 446 $(SOPHYAINCP)tarrinit.h \ 434 447 $(SOPHYAINCP)sophyainit.h \ … … 455 468 $(SOPHYAINCP)fioarr.h \ 456 469 $(SOPHYAINCP)sopemtx.h \ 470 $(SOPHYAINCP)arrctcast.h \ 457 471 $(SOPHYAINCP)timing.h 458 472 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pizthr.cc 459 473 460 $(SOPHYAOBJP)ppftswap.o: ppftswap.cc \ 461 $(SOPHYAINCP)sopnamsp.h \ 474 $(SOPHYAOBJP)ppftswap.o: ppftswap.cc $(SOPHYAINCP)sopnamsp.h \ 462 475 $(SOPHYAINCP)sophyainit.h \ 463 476 $(SOPHYAINCP)machdefs.h \ … … 485 498 $(SOPHYAINCP)fioarr.h \ 486 499 $(SOPHYAINCP)sopemtx.h \ 500 $(SOPHYAINCP)arrctcast.h \ 487 501 $(SOPHYAINCP)fiondblock.h \ 488 $(SOPHYAINCP)tarrinit.h 502 $(SOPHYAINCP)fioarr.h \ 503 $(SOPHYAINCP)tarrinit.h \ 504 $(SOPHYAINCP)sophyainit.h 489 505 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ppftswap.cc 490 506 … … 493 509 $(SOPHYAINCP)tarrinit.h \ 494 510 $(SOPHYAINCP)sophyainit.h \ 511 $(SOPHYAINCP)machdefs.h \ 495 512 $(SOPHYAINCP)array.h \ 496 513 $(SOPHYAINCP)tarray.h \ … … 516 533 $(SOPHYAINCP)fioarr.h \ 517 534 $(SOPHYAINCP)sopemtx.h \ 535 $(SOPHYAINCP)arrctcast.h \ 518 536 $(SOPHYAINCP)timing.h \ 519 537 $(SOPHYAINCP)resusage.h … … 539 557 $(SOPHYAINCP)cimage.h \ 540 558 $(SOPHYAINCP)tmatrix.h \ 559 $(SOPHYAINCP)tarray.h \ 541 560 $(SOPHYAINCP)tmatrix_tsnl.h \ 542 561 $(SOPHYAINCP)fioarr.h \ … … 617 636 $(SOPHYAINCP)machdefs.h \ 618 637 $(SOPHYAINCP)sophyainit.h \ 638 $(SOPHYAINCP)machdefs.h \ 619 639 $(SOPHYAINCP)timing.h \ 620 640 $(SOPHYAINCP)cexpre.h \ … … 666 686 $(SOPHYAINCP)fioarr.h \ 667 687 $(SOPHYAINCP)sopemtx.h \ 688 $(SOPHYAINCP)arrctcast.h \ 668 689 $(SOPHYAINCP)cxxcmplnk.h \ 669 690 $(SOPHYAINCP)pdlmgr.h \ … … 702 723 $(SOPHYAINCP)tvector_tsnl.h \ 703 724 $(SOPHYAINCP)histos2.h \ 725 $(SOPHYAINCP)histos.h \ 704 726 $(SOPHYAINCP)psighand.h \ 727 $(SOPHYAINCP)fmath.h \ 705 728 $(SOPHYAINCP)srandgen.h 706 729 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tdcr.cc … … 733 756 $(SOPHYAINCP)fioarr.h \ 734 757 $(SOPHYAINCP)sopemtx.h \ 758 $(SOPHYAINCP)arrctcast.h \ 735 759 $(SOPHYAINCP)pdlmgr.h \ 760 $(SOPHYAINCP)pexceptions.h \ 736 761 $(SOPHYAINCP)timing.h 737 762 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tdynl.cc … … 740 765 $(SOPHYAINCP)machdefs.h \ 741 766 $(SOPHYAINCP)srandgen.h \ 767 $(SOPHYAINCP)machdefs.h \ 742 768 $(SOPHYAINCP)matharr.h \ 743 769 $(SOPHYAINCP)tarray.h \ … … 803 829 $(SOPHYAINCP)tvector_tsnl.h \ 804 830 $(SOPHYAINCP)fitshdtable.h \ 831 $(SOPHYAINCP)datatable.h \ 805 832 $(SOPHYAINCP)fitshandler.h \ 806 833 $(SOPHYAINCP)fitsinoutfile.h \ … … 820 847 $(SOPHYAINCP)ppfbinstream.h \ 821 848 $(SOPHYAINCP)rawstream.h \ 822 $(SOPHYAINCP)ppfnametag.h 849 $(SOPHYAINCP)ppfnametag.h \ 850 $(SOPHYAINCP)ppersist.h 823 851 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ thash.cc 824 852 … … 851 879 $(SOPHYAINCP)fioarr.h \ 852 880 $(SOPHYAINCP)sopemtx.h \ 881 $(SOPHYAINCP)arrctcast.h \ 853 882 $(SOPHYAINCP)cimage.h \ 854 883 $(SOPHYAINCP)srandgen.h \ 884 $(SOPHYAINCP)ndatablock.h \ 855 885 $(SOPHYAINCP)fiondblock.h 856 886 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ timg.cc … … 883 913 $(SOPHYAINCP)tvector_tsnl.h \ 884 914 $(SOPHYAINCP)fioarr.h \ 915 $(SOPHYAINCP)tvector.h \ 885 916 $(SOPHYAINCP)matharr.h \ 886 917 $(SOPHYAINCP)tarrinit.h \ … … 901 932 $(SOPHYAINCP)swfitsdtable.h \ 902 933 $(SOPHYAINCP)fitsswapper.h \ 934 $(SOPHYAINCP)fitsinoutfile.h \ 903 935 $(SOPHYAINCP)fitsblkrw.h \ 904 936 $(SOPHYAINCP)fitshandler.h \ 905 937 $(SOPHYAINCP)fitshdtable.h \ 938 $(SOPHYAINCP)datatable.h \ 906 939 $(SOPHYAINCP)histinit.h \ 907 $(SOPHYAINCP)ntoolsinit.h 940 $(SOPHYAINCP)ntoolsinit.h \ 941 $(SOPHYAINCP)tarrinit.h 908 942 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmtdt.cc 943 944 $(SOPHYAOBJP)tmtrnd.o: tmtrnd.cc $(SOPHYAINCP)sopnamsp.h \ 945 $(SOPHYAINCP)zthread.h \ 946 $(SOPHYAINCP)machdefs.h \ 947 $(SOPHYAINCP)pexceptions.h \ 948 $(SOPHYAINCP)resusage.h \ 949 $(SOPHYAINCP)ctimer.h \ 950 $(SOPHYAINCP)timing.h \ 951 $(SOPHYAINCP)tvector.h \ 952 $(SOPHYAINCP)tmatrix.h \ 953 $(SOPHYAINCP)tarray.h \ 954 $(SOPHYAINCP)basarr.h \ 955 $(SOPHYAINCP)anydataobj.h \ 956 $(SOPHYAINCP)mutyv.h \ 957 $(SOPHYAINCP)timestamp.h \ 958 $(SOPHYAINCP)objfio.h \ 959 $(SOPHYAINCP)ppersist.h \ 960 $(SOPHYAINCP)gnumd5.h \ 961 $(SOPHYAINCP)ppfbinstream.h \ 962 $(SOPHYAINCP)rawstream.h \ 963 $(SOPHYAINCP)ppfnametag.h \ 964 $(SOPHYAINCP)dvlist.h \ 965 $(SOPHYAINCP)ndatablock.h \ 966 $(SOPHYAINCP)utilarr.h \ 967 $(SOPHYAINCP)tmatrix_tsnl.h \ 968 $(SOPHYAINCP)tvector_tsnl.h \ 969 $(SOPHYAINCP)fioarr.h \ 970 $(SOPHYAINCP)tvector.h \ 971 $(SOPHYAINCP)matharr.h \ 972 $(SOPHYAINCP)tarrinit.h \ 973 $(SOPHYAINCP)sophyainit.h \ 974 $(SOPHYAINCP)srandgen.h \ 975 $(SOPHYAINCP)stsrand.h 976 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmtrnd.cc 909 977 910 978 $(SOPHYAOBJP)tmtrnd3.o: tmtrnd3.cc $(SOPHYAINCP)sopnamsp.h \ … … 932 1000 $(SOPHYAINCP)matharr.h \ 933 1001 $(SOPHYAINCP)fioarr.h \ 1002 $(SOPHYAINCP)tvector.h \ 934 1003 $(SOPHYAINCP)tarrinit.h \ 935 1004 $(SOPHYAINCP)sophyainit.h \ … … 940 1009 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmtrnd3.cc 941 1010 942 $(SOPHYAOBJP)tmtrnd.o: tmtrnd.cc $(SOPHYAINCP)sopnamsp.h \ 943 $(SOPHYAINCP)zthread.h \ 944 $(SOPHYAINCP)machdefs.h \ 945 $(SOPHYAINCP)pexceptions.h \ 946 $(SOPHYAINCP)resusage.h \ 947 $(SOPHYAINCP)ctimer.h \ 948 $(SOPHYAINCP)timing.h \ 949 $(SOPHYAINCP)tvector.h \ 950 $(SOPHYAINCP)tmatrix.h \ 951 $(SOPHYAINCP)tarray.h \ 952 $(SOPHYAINCP)basarr.h \ 953 $(SOPHYAINCP)anydataobj.h \ 954 $(SOPHYAINCP)mutyv.h \ 955 $(SOPHYAINCP)timestamp.h \ 956 $(SOPHYAINCP)objfio.h \ 957 $(SOPHYAINCP)ppersist.h \ 958 $(SOPHYAINCP)gnumd5.h \ 959 $(SOPHYAINCP)ppfbinstream.h \ 960 $(SOPHYAINCP)rawstream.h \ 961 $(SOPHYAINCP)ppfnametag.h \ 962 $(SOPHYAINCP)dvlist.h \ 963 $(SOPHYAINCP)ndatablock.h \ 964 $(SOPHYAINCP)utilarr.h \ 965 $(SOPHYAINCP)tmatrix_tsnl.h \ 966 $(SOPHYAINCP)tvector_tsnl.h \ 967 $(SOPHYAINCP)fioarr.h \ 968 $(SOPHYAINCP)matharr.h \ 969 $(SOPHYAINCP)tarrinit.h \ 970 $(SOPHYAINCP)sophyainit.h \ 1011 $(SOPHYAOBJP)tmxv.o: tmxv.cc $(SOPHYAINCP)sopnamsp.h \ 1012 $(SOPHYAINCP)machdefs.h \ 971 1013 $(SOPHYAINCP)srandgen.h \ 972 $(SOPHYAINCP)stsrand.h 973 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmtrnd.cc 974 975 $(SOPHYAOBJP)tmxv.o: tmxv.cc $(SOPHYAINCP)sopnamsp.h \ 976 $(SOPHYAINCP)machdefs.h \ 977 $(SOPHYAINCP)srandgen.h \ 1014 $(SOPHYAINCP)machdefs.h \ 978 1015 $(SOPHYAINCP)tarrinit.h \ 979 1016 $(SOPHYAINCP)sophyainit.h \ … … 998 1035 $(SOPHYAINCP)tvector_tsnl.h \ 999 1036 $(SOPHYAINCP)sopemtx.h \ 1037 $(SOPHYAINCP)tvector.h \ 1000 1038 $(SOPHYAINCP)timing.h 1001 1039 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tmxv.cc … … 1008 1046 $(SOPHYAINCP)tarrinit.h \ 1009 1047 $(SOPHYAINCP)sophyainit.h \ 1048 $(SOPHYAINCP)machdefs.h \ 1010 1049 $(SOPHYAINCP)array.h \ 1011 1050 $(SOPHYAINCP)tarray.h \ … … 1031 1070 $(SOPHYAINCP)fioarr.h \ 1032 1071 $(SOPHYAINCP)sopemtx.h \ 1072 $(SOPHYAINCP)arrctcast.h \ 1033 1073 $(SOPHYAINCP)fitsinoutfile.h \ 1034 1074 $(SOPHYAINCP)FitsIO/fitsio.h \ 1035 1075 $(SOPHYAINCP)FitsIO/longnam.h \ 1036 1076 $(SOPHYAINCP)fitsblkrw.h \ 1077 $(SOPHYAINCP)fitsinoutfile.h \ 1037 1078 $(SOPHYAINCP)fitsarrhand.h \ 1038 1079 $(SOPHYAINCP)fitshandler.h \ 1080 $(SOPHYAINCP)fitsblkrw.h \ 1039 1081 $(SOPHYAINCP)fiosinit.h 1040 1082 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tnfits.cc … … 1059 1101 $(SOPHYAINCP)ntuple.h \ 1060 1102 $(SOPHYAINCP)ntupintf.h \ 1061 $(SOPHYAINCP) xntuple.h \1103 $(SOPHYAINCP)dvlist.h \ 1062 1104 $(SOPHYAINCP)datatable.h \ 1063 1105 $(SOPHYAINCP)basedtable.h \ … … 1078 1120 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tnt.cc 1079 1121 1080 $(SOPHYAOBJP)tobjio 2.o: tobjio2.cc $(SOPHYAINCP)sopnamsp.h \1122 $(SOPHYAOBJP)tobjio.o: tobjio.cc $(SOPHYAINCP)sopnamsp.h \ 1081 1123 $(SOPHYAINCP)histinit.h \ 1082 1124 $(SOPHYAINCP)ntoolsinit.h \ … … 1109 1151 $(SOPHYAINCP)tvector_tsnl.h \ 1110 1152 $(SOPHYAINCP)histos2.h \ 1153 $(SOPHYAINCP)histos.h \ 1111 1154 $(SOPHYAINCP)ntuple.h \ 1112 1155 $(SOPHYAINCP)ntupintf.h \ 1113 $(SOPHYAINCP)srandgen.h 1114 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tobjio2.cc 1115 1116 $(SOPHYAOBJP)tobjio.o: tobjio.cc $(SOPHYAINCP)sopnamsp.h \ 1156 $(SOPHYAINCP)fmath.h \ 1157 $(SOPHYAINCP)srandgen.h \ 1158 $(SOPHYAINCP)fioarr.h 1159 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tobjio.cc 1160 1161 $(SOPHYAOBJP)tobjio2.o: tobjio2.cc $(SOPHYAINCP)sopnamsp.h \ 1117 1162 $(SOPHYAINCP)histinit.h \ 1118 1163 $(SOPHYAINCP)ntoolsinit.h \ … … 1145 1190 $(SOPHYAINCP)tvector_tsnl.h \ 1146 1191 $(SOPHYAINCP)histos2.h \ 1192 $(SOPHYAINCP)histos.h \ 1147 1193 $(SOPHYAINCP)ntuple.h \ 1148 1194 $(SOPHYAINCP)ntupintf.h \ 1149 $(SOPHYAINCP)srandgen.h \ 1150 $(SOPHYAINCP)fioarr.h 1151 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tobjio.cc 1195 $(SOPHYAINCP)tarray.h \ 1196 $(SOPHYAINCP)fmath.h \ 1197 $(SOPHYAINCP)srandgen.h 1198 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tobjio2.cc 1152 1199 1153 1200 $(SOPHYAOBJP)tpipe.o: tpipe.cc $(SOPHYAINCP)sopnamsp.h \ … … 1158 1205 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tpipe.cc 1159 1206 1160 $(SOPHYAOBJP)tsimplex.o: tsimplex.cc \ 1161 $(SOPHYAINCP)sopnamsp.h \ 1207 $(SOPHYAOBJP)tsimplex.o: tsimplex.cc $(SOPHYAINCP)sopnamsp.h \ 1162 1208 $(SOPHYAINCP)simplex.h \ 1163 1209 $(SOPHYAINCP)machdefs.h \ … … 1194 1240 $(SOPHYAINCP)tarrinit.h \ 1195 1241 $(SOPHYAINCP)sophyainit.h \ 1242 $(SOPHYAINCP)pexceptions.h \ 1196 1243 $(SOPHYAINCP)timing.h 1197 1244 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsimplex.cc … … 1207 1254 $(SOPHYAINCP)pexceptions.h \ 1208 1255 $(SOPHYAINCP)timing.h \ 1256 $(SOPHYAINCP)resusage.h \ 1209 1257 $(SOPHYAINCP)sphereecp.h \ 1210 1258 $(SOPHYAINCP)sphericalmap.h \ … … 1212 1260 $(SOPHYAINCP)pixelmap.h \ 1213 1261 $(SOPHYAINCP)ppersist.h \ 1262 $(SOPHYAINCP)pexceptions.h \ 1214 1263 $(SOPHYAINCP)gnumd5.h \ 1215 1264 $(SOPHYAINCP)ppfbinstream.h \ … … 1236 1285 $(SOPHYAINCP)tvector_tsnl.h \ 1237 1286 $(SOPHYAINCP)fiosphereecp.h \ 1287 $(SOPHYAINCP)sphereecp.h \ 1238 1288 $(SOPHYAINCP)array.h \ 1239 1289 $(SOPHYAINCP)matharr.h \ 1240 1290 $(SOPHYAINCP)fioarr.h \ 1241 1291 $(SOPHYAINCP)sopemtx.h \ 1292 $(SOPHYAINCP)arrctcast.h \ 1242 1293 $(SOPHYAINCP)samba.h \ 1243 1294 $(SOPHYAINCP)alm.h \ 1244 $(SOPHYAINCP)s randgen.h \1295 $(SOPHYAINCP)stsrand.h \ 1245 1296 $(SOPHYAINCP)nbmath.h \ 1246 1297 $(SOPHYAINCP)triangmtx.h \ … … 1258 1309 $(SOPHYAINCP)tod.h 1259 1310 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsphereecp.cc 1311 1312 $(SOPHYAOBJP)tspm.o: tspm.cc $(SOPHYAINCP)sopnamsp.h \ 1313 $(SOPHYAINCP)skymapinit.h \ 1314 $(SOPHYAINCP)sophyainit.h \ 1315 $(SOPHYAINCP)machdefs.h \ 1316 $(SOPHYAINCP)skymap.h \ 1317 $(SOPHYAINCP)spherethetaphi.h \ 1318 $(SOPHYAINCP)sphericalmap.h \ 1319 $(SOPHYAINCP)smathconst.h \ 1320 $(SOPHYAINCP)pixelmap.h \ 1321 $(SOPHYAINCP)ppersist.h \ 1322 $(SOPHYAINCP)pexceptions.h \ 1323 $(SOPHYAINCP)gnumd5.h \ 1324 $(SOPHYAINCP)ppfbinstream.h \ 1325 $(SOPHYAINCP)rawstream.h \ 1326 $(SOPHYAINCP)ppfnametag.h \ 1327 $(SOPHYAINCP)dvlist.h \ 1328 $(SOPHYAINCP)objfio.h \ 1329 $(SOPHYAINCP)anydataobj.h \ 1330 $(SOPHYAINCP)mutyv.h \ 1331 $(SOPHYAINCP)timestamp.h \ 1332 $(SOPHYAINCP)spherepos.h \ 1333 $(SOPHYAINCP)unitvector.h \ 1334 $(SOPHYAINCP)vector3d.h \ 1335 $(SOPHYAINCP)longlat.h \ 1336 $(SOPHYAINCP)utilgeom.h \ 1337 $(SOPHYAINCP)datatype.h \ 1338 $(SOPHYAINCP)tvector.h \ 1339 $(SOPHYAINCP)tmatrix.h \ 1340 $(SOPHYAINCP)tarray.h \ 1341 $(SOPHYAINCP)basarr.h \ 1342 $(SOPHYAINCP)ndatablock.h \ 1343 $(SOPHYAINCP)utilarr.h \ 1344 $(SOPHYAINCP)tmatrix_tsnl.h \ 1345 $(SOPHYAINCP)tvector_tsnl.h \ 1346 $(SOPHYAINCP)spherehealpix.h \ 1347 $(SOPHYAINCP)HEALPixUtils.h \ 1348 $(SOPHYAINCP)localmap.h \ 1349 $(SOPHYAINCP)sphereecp.h \ 1350 $(SOPHYAINCP)fiospherethetaphi.h \ 1351 $(SOPHYAINCP)fiospherehealpix.h \ 1352 $(SOPHYAINCP)fiolocalmap.h \ 1353 $(SOPHYAINCP)fiosphereecp.h \ 1354 $(SOPHYAINCP)tod.h \ 1355 $(SOPHYAINCP)misstime.h \ 1356 $(SOPHYAINCP)timing.h 1357 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tspm.cc 1260 1358 1261 1359 $(SOPHYAOBJP)tspm2.o: tspm2.cc $(SOPHYAINCP)sopnamsp.h \ … … 1317 1415 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tspm2.cc 1318 1416 1319 $(SOPHYAOBJP)tspm.o: tspm.cc $(SOPHYAINCP)sopnamsp.h \1320 $(SOPHYAINCP)skymapinit.h \1321 $(SOPHYAINCP)sophyainit.h \1322 $(SOPHYAINCP)machdefs.h \1323 $(SOPHYAINCP)skymap.h \1324 $(SOPHYAINCP)spherethetaphi.h \1325 $(SOPHYAINCP)sphericalmap.h \1326 $(SOPHYAINCP)smathconst.h \1327 $(SOPHYAINCP)pixelmap.h \1328 $(SOPHYAINCP)ppersist.h \1329 $(SOPHYAINCP)pexceptions.h \1330 $(SOPHYAINCP)gnumd5.h \1331 $(SOPHYAINCP)ppfbinstream.h \1332 $(SOPHYAINCP)rawstream.h \1333 $(SOPHYAINCP)ppfnametag.h \1334 $(SOPHYAINCP)dvlist.h \1335 $(SOPHYAINCP)objfio.h \1336 $(SOPHYAINCP)anydataobj.h \1337 $(SOPHYAINCP)mutyv.h \1338 $(SOPHYAINCP)timestamp.h \1339 $(SOPHYAINCP)spherepos.h \1340 $(SOPHYAINCP)unitvector.h \1341 $(SOPHYAINCP)vector3d.h \1342 $(SOPHYAINCP)longlat.h \1343 $(SOPHYAINCP)utilgeom.h \1344 $(SOPHYAINCP)datatype.h \1345 $(SOPHYAINCP)tvector.h \1346 $(SOPHYAINCP)tmatrix.h \1347 $(SOPHYAINCP)tarray.h \1348 $(SOPHYAINCP)basarr.h \1349 $(SOPHYAINCP)ndatablock.h \1350 $(SOPHYAINCP)utilarr.h \1351 $(SOPHYAINCP)tmatrix_tsnl.h \1352 $(SOPHYAINCP)tvector_tsnl.h \1353 $(SOPHYAINCP)spherehealpix.h \1354 $(SOPHYAINCP)HEALPixUtils.h \1355 $(SOPHYAINCP)localmap.h \1356 $(SOPHYAINCP)sphereecp.h \1357 $(SOPHYAINCP)fiospherethetaphi.h \1358 $(SOPHYAINCP)fiospherehealpix.h \1359 $(SOPHYAINCP)fiolocalmap.h \1360 $(SOPHYAINCP)fiosphereecp.h \1361 $(SOPHYAINCP)tod.h \1362 $(SOPHYAINCP)misstime.h \1363 $(SOPHYAINCP)timing.h1364 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tspm.cc1365 1366 1417 $(SOPHYAOBJP)tstboloread.o: tstboloread.cc \ 1367 1418 $(SOPHYAINCP)sopnamsp.h \ 1368 1419 $(SOPHYAINCP)machdefs.h \ 1369 1420 $(SOPHYAINCP)sophyainit.h \ 1421 $(SOPHYAINCP)machdefs.h \ 1370 1422 $(SOPHYAINCP)pexceptions.h \ 1371 1423 $(SOPHYAINCP)fboloread.h \ … … 1379 1431 $(SOPHYAINCP)objfio.h \ 1380 1432 $(SOPHYAINCP)ppersist.h \ 1433 $(SOPHYAINCP)pexceptions.h \ 1381 1434 $(SOPHYAINCP)gnumd5.h \ 1382 1435 $(SOPHYAINCP)ppfbinstream.h \ … … 1398 1451 $(SOPHYAINCP)machdefs.h \ 1399 1452 $(SOPHYAINCP)sophyainit.h \ 1453 $(SOPHYAINCP)machdefs.h \ 1400 1454 $(SOPHYAINCP)pexceptions.h \ 1401 1455 $(SOPHYAINCP)fabtcolread.h \ … … 1409 1463 $(SOPHYAINCP)objfio.h \ 1410 1464 $(SOPHYAINCP)ppersist.h \ 1465 $(SOPHYAINCP)pexceptions.h \ 1411 1466 $(SOPHYAINCP)gnumd5.h \ 1412 1467 $(SOPHYAINCP)ppfbinstream.h \ … … 1423 1478 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstcolread.cc 1424 1479 1425 $(SOPHYAOBJP)tstdtable.o: tstdtable.cc \ 1426 $(SOPHYAINCP)sopnamsp.h \ 1480 $(SOPHYAOBJP)tstdtable.o: tstdtable.cc $(SOPHYAINCP)sopnamsp.h \ 1427 1481 $(SOPHYAINCP)histinit.h \ 1428 1482 $(SOPHYAINCP)ntoolsinit.h \ … … 1461 1515 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstdtable.cc 1462 1516 1463 $(SOPHYAOBJP)tstndblk.o: tstndblk.cc \1464 $(SOPHYAINCP) sopnamsp.h \1465 $(SOPHYAINCP) machdefs.h \1466 $(SOPHYAINCP) ntoolsinit.h \1467 $(SOPHYAINCP) tarrinit.h \1468 $(SOPHYAINCP) sophyainit.h \1517 $(SOPHYAOBJP)tstndblk.o: tstndblk.cc $(SOPHYAINCP)sopnamsp.h \ 1518 $(SOPHYAINCP)machdefs.h \ 1519 $(SOPHYAINCP)ntoolsinit.h \ 1520 $(SOPHYAINCP)tarrinit.h \ 1521 $(SOPHYAINCP)sophyainit.h \ 1522 $(SOPHYAINCP)machdefs.h \ 1469 1523 $(SOPHYAINCP)pexceptions.h \ 1470 1524 $(SOPHYAINCP)ndatablock.h \ … … 1480 1534 $(SOPHYAINCP)tarrinit.h \ 1481 1535 $(SOPHYAINCP)sophyainit.h \ 1536 $(SOPHYAINCP)machdefs.h \ 1482 1537 $(SOPHYAINCP)pexceptions.h \ 1483 1538 $(SOPHYAINCP)ppfwrapstlv.h \ 1484 1539 $(SOPHYAINCP)anydataobj.h \ 1485 1540 $(SOPHYAINCP)ppersist.h \ 1541 $(SOPHYAINCP)pexceptions.h \ 1486 1542 $(SOPHYAINCP)gnumd5.h \ 1487 1543 $(SOPHYAINCP)ppfbinstream.h \ … … 1490 1546 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstppfwrapstl.cc 1491 1547 1492 $(SOPHYAOBJP)tstsegdb.o: tstsegdb.cc \ 1493 $(SOPHYAINCP)sopnamsp.h \ 1548 $(SOPHYAOBJP)tstsegdb.o: tstsegdb.cc $(SOPHYAINCP)sopnamsp.h \ 1494 1549 $(SOPHYAINCP)machdefs.h \ 1495 1550 $(SOPHYAINCP)timing.h \ … … 1498 1553 $(SOPHYAINCP)tarrinit.h \ 1499 1554 $(SOPHYAINCP)sophyainit.h \ 1555 $(SOPHYAINCP)machdefs.h \ 1500 1556 $(SOPHYAINCP)pexceptions.h \ 1501 1557 $(SOPHYAINCP)segdatablock.h \ 1502 1558 $(SOPHYAINCP)anydataobj.h \ 1503 1559 $(SOPHYAINCP)thsafeop.h \ 1560 $(SOPHYAINCP)pexceptions.h \ 1504 1561 $(SOPHYAINCP)fiosegdb.h \ 1505 1562 $(SOPHYAINCP)ppersist.h \ … … 1508 1565 $(SOPHYAINCP)rawstream.h \ 1509 1566 $(SOPHYAINCP)ppfnametag.h \ 1567 $(SOPHYAINCP)segdatablock.h \ 1510 1568 $(SOPHYAINCP)ppftpointerio.h \ 1511 1569 $(SOPHYAINCP)swsegdb.h \ 1512 1570 $(SOPHYAINCP)ppfswapper.h \ 1571 $(SOPHYAINCP)swsegdb.h \ 1513 1572 $(SOPHYAINCP)ppfwrapstlv.h 1514 1573 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstsegdb.cc … … 1519 1578 $(SOPHYAINCP)tarrinit.h \ 1520 1579 $(SOPHYAINCP)sophyainit.h \ 1580 $(SOPHYAINCP)machdefs.h \ 1521 1581 $(SOPHYAINCP)pexceptions.h \ 1522 1582 $(SOPHYAINCP)array.h \ … … 1528 1588 $(SOPHYAINCP)objfio.h \ 1529 1589 $(SOPHYAINCP)ppersist.h \ 1590 $(SOPHYAINCP)pexceptions.h \ 1530 1591 $(SOPHYAINCP)gnumd5.h \ 1531 1592 $(SOPHYAINCP)ppfbinstream.h \ … … 1542 1603 $(SOPHYAINCP)fioarr.h \ 1543 1604 $(SOPHYAINCP)sopemtx.h \ 1605 $(SOPHYAINCP)arrctcast.h \ 1544 1606 $(SOPHYAINCP)srandgen.h 1545 1607 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsttmat.cc 1546 1608 1547 $(SOPHYAOBJP)tsttminv.o: tsttminv.cc \ 1548 $(SOPHYAINCP)sopnamsp.h \ 1609 $(SOPHYAOBJP)tsttminv.o: tsttminv.cc $(SOPHYAINCP)sopnamsp.h \ 1549 1610 $(SOPHYAINCP)machdefs.h \ 1550 1611 $(SOPHYAINCP)timing.h \ … … 1552 1613 $(SOPHYAINCP)tarrinit.h \ 1553 1614 $(SOPHYAINCP)sophyainit.h \ 1615 $(SOPHYAINCP)machdefs.h \ 1554 1616 $(SOPHYAINCP)pexceptions.h \ 1555 1617 $(SOPHYAINCP)array.h \ … … 1561 1623 $(SOPHYAINCP)objfio.h \ 1562 1624 $(SOPHYAINCP)ppersist.h \ 1625 $(SOPHYAINCP)pexceptions.h \ 1563 1626 $(SOPHYAINCP)gnumd5.h \ 1564 1627 $(SOPHYAINCP)ppfbinstream.h \ … … 1575 1638 $(SOPHYAINCP)fioarr.h \ 1576 1639 $(SOPHYAINCP)sopemtx.h \ 1640 $(SOPHYAINCP)arrctcast.h \ 1577 1641 $(SOPHYAINCP)srandgen.h \ 1578 1642 $(SOPHYAINCP)intflapack.h … … 1584 1648 $(SOPHYAINCP)tarrinit.h \ 1585 1649 $(SOPHYAINCP)sophyainit.h \ 1650 $(SOPHYAINCP)machdefs.h \ 1586 1651 $(SOPHYAINCP)pexceptions.h \ 1587 1652 $(SOPHYAINCP)array.h \ … … 1593 1658 $(SOPHYAINCP)objfio.h \ 1594 1659 $(SOPHYAINCP)ppersist.h \ 1660 $(SOPHYAINCP)pexceptions.h \ 1595 1661 $(SOPHYAINCP)gnumd5.h \ 1596 1662 $(SOPHYAINCP)ppfbinstream.h \ … … 1607 1673 $(SOPHYAINCP)fioarr.h \ 1608 1674 $(SOPHYAINCP)sopemtx.h \ 1675 $(SOPHYAINCP)arrctcast.h \ 1609 1676 $(SOPHYAINCP)srandgen.h 1610 1677 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tsttvec.cc … … 1632 1699 $(SOPHYAINCP)thsafeop.h \ 1633 1700 $(SOPHYAINCP)fitsinoutfile.h \ 1701 $(SOPHYAINCP)dvlist.h \ 1634 1702 $(SOPHYAINCP)FitsIO/fitsio.h \ 1635 1703 $(SOPHYAINCP)FitsIO/longnam.h \ … … 1647 1715 $(SOPHYAINCP)fiosinit.h \ 1648 1716 $(SOPHYAINCP)swfitsdtable.h \ 1717 $(SOPHYAINCP)fitsswapper.h \ 1649 1718 $(SOPHYAINCP)fitshandler.h \ 1650 1719 $(SOPHYAINCP)datatable.h \ 1651 $(SOPHYAINCP)fitshdtable.h 1720 $(SOPHYAINCP)fitshdtable.h \ 1721 $(SOPHYAINCP)datatable.h 1652 1722 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tswfits.cc 1653 1723 … … 1657 1727 $(SOPHYAINCP)timing.h \ 1658 1728 $(SOPHYAINCP)timestamp.h \ 1729 $(SOPHYAINCP)machdefs.h \ 1659 1730 $(SOPHYAINCP)objfio.h \ 1660 1731 $(SOPHYAINCP)anydataobj.h \ … … 1669 1740 $(SOPHYAINCP)tarrinit.h \ 1670 1741 $(SOPHYAINCP)sophyainit.h \ 1742 $(SOPHYAINCP)pexceptions.h \ 1671 1743 $(SOPHYAINCP)ppfwrapstlv.h 1672 1744 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ttimestamp.cc … … 1694 1766 $(SOPHYAINCP)tmatrix_tsnl.h \ 1695 1767 $(SOPHYAINCP)tvector.h \ 1696 $(SOPHYAINCP)tvector_tsnl.h \ 1697 $(SOPHYAINCP)matharr.h \ 1698 $(SOPHYAINCP)tarrinit.h \ 1699 $(SOPHYAINCP)sophyainit.h \ 1768 $(SOPHYAINCP)tmatrix.h \ 1769 $(SOPHYAINCP)tvector_tsnl.h \ 1770 $(SOPHYAINCP)matharr.h \ 1771 $(SOPHYAINCP)tarrinit.h \ 1772 $(SOPHYAINCP)sophyainit.h \ 1773 $(SOPHYAINCP)stsrand.h \ 1700 1774 $(SOPHYAINCP)timing.h \ 1701 1775 $(SOPHYAINCP)ctimer.h -
trunk/SophyaProg/Tests/tfft.cc
r3089 r3572 187 187 188 188 ndiff = 0; 189 maxdif=0. , vdif;189 maxdif=0.; 190 190 for(i=0; i<num; i++) { 191 191 vdif = fabs(module(difc(i))); -
trunk/SophyaProg/Tests/thash.cc
r2615 r3572 8 8 int main(int narg, char *arg[]) 9 9 { 10 c har * sid[3] = { "Hello","Reza","ERIC" } ;10 const char * sid[3] = { "Hello","Reza","ERIC" } ; 11 11 uint_8 code[3]; 12 12 int k; -
trunk/SophyaProg/Tests/tmtdt.cc
r3396 r3572 193 193 } 194 194 #endif 195 c har* nomnt[5]={"tid","k","x","cx","sx"};195 const char* nomnt[5]={"tid","k","x","cx","sx"}; 196 196 NTuple* nt = NULL; 197 197 BaseDataTable* dt = NULL; -
trunk/SophyaProg/Tests/tnt.cc
r2852 r3572 9 9 #include "dvlist.h" 10 10 #include "ntuple.h" 11 #include "xntuple.h"12 11 #include "datatable.h" 13 12 #include "swppfdtable.h" … … 19 18 void test_dvl(); 20 19 void test_ntuple(); 21 void test_xntuple() ;22 void test_Xntuple() ;23 20 void test_DataTable() ; 24 21 void test_SwPPFDataTable() ; … … 28 25 SophyaInit(); 29 26 if (narg < 2) { 30 cout << " tnt/Erreur arg - Usage: tnt d/n/ x/X/DT/SWDT \n"31 << " d:DVList n:NTuple x/X:XNTupleDT,SWDT: SwPPF/DataTable test \n" << endl;27 cout << " tnt/Erreur arg - Usage: tnt d/n/DT/SWDT \n" 28 << " d:DVList n:NTuple DT,SWDT: SwPPF/DataTable test \n" << endl; 32 29 exit(0); 33 30 } … … 36 33 if (*arg[1] == 'd') test_dvl(); 37 34 else if (*arg[1] == 'n') test_ntuple(); 38 else if (*arg[1] == 'x') test_xntuple();39 else if (*arg[1] == 'X') test_Xntuple();40 35 else if (strcmp(arg[1],"DT") == 0) test_DataTable(); 41 36 else if (strcmp(arg[1],"SWDT") == 0) test_SwPPFDataTable(); … … 59 54 void test_ntuple() 60 55 { 61 c har * names[3] = {"XPos", "YPos", "Val"};56 const char * names[3] = {"XPos", "YPos", "Val"}; 62 57 int i,j, k; 63 58 float xnt[3]; … … 424 419 425 420 426 void test_Xntuple()427 {428 char* names[] = {"str1", "str2", "str3", "str4", "str5"} ;429 XNTuple nt(0, 0, 0, 5, names) ;430 char** ce = new char*[5] ;431 int i;432 for(i = 0 ; i < 5 ; i++)433 ce[i] = new char[20] ;434 435 cout << "======= test_Xtuple: simple XNTuple test ======= " << endl;436 437 strncpy(ce[1], "toto a une auto", 20) ;438 strncpy(ce[2], "titi a une iti", 20) ;439 strncpy(ce[3], "tutu a une utu", 20) ;440 strncpy(ce[4], "tata a une ata", 20) ;441 for(i = 0 ; i < 100000 ; i++) {442 sprintf(ce[0], "%d", i) ;443 nt.Fill(NULL, NULL, NULL, ce) ;444 }445 446 nt.Show() ;447 cout << nt.LineHeaderToString() ;448 cout << nt.LineToString(5027) << endl ;449 450 char* names2[] = {"d0", "d1", "f0", "f1", "f2", "i0", "str0", "str1"} ;451 XNTuple nt2(2, 3, 1, 2, names2) ;452 double de[2] ; float fe[3] ; int ie ;453 char** ce2 = new char*[2] ;454 for(i = 0 ; i < 2 ; i++) ce2[i] = new char[20] ;455 strncpy(ce2[1], "glop glop", 20) ;456 457 for(i = 0 ; i < 100000 ; i++) {458 de[0] = i ;459 de[1] = sin((double)i) ;460 fe[0] = i ;461 fe[1] = i * cos((double)i) ;462 fe[2] = 2*i ;463 ie = -i;464 sprintf(ce[0], "%d", i) ;465 nt2.Fill(de, fe, &ie, ce) ;466 }467 nt2.Show() ;468 nt2.LineHeaderToString() ;469 // nt2.LineToString(20) ;470 }471 472 473 void test_xntuple()474 {475 char* names[] = {"dblval", "floval", "intval", "strval"} ;476 XNTuple nt(1, 1, 1, 1, names) ;477 double de ;478 float fe ;479 int ie ;480 char* ce = new char[22] ;481 482 483 cout << "======= test_Xtuple: XNTuple test ======= " << endl;484 int i;485 for(i = 0 ; i < nt.NVar() ; i++)486 printf(" +++ %s <--> %d \n",487 nt.NomIndex(i).c_str(), nt.IndexNom(nt.NomIndex(i).c_str())) ;488 489 for(i = 0 ; i < 100000 ; i++) {490 de = fe = ie = i ;491 sprintf(ce, "%d", i) ;492 nt.Fill(&de, &fe, &ie, &ce) ;493 }494 nt.Show() ;495 cout << nt.VarList_C("toto") ;496 cout << nt.LineHeaderToString() ;497 cout << nt.LineToString(20) << endl << endl ;498 499 500 XNTuple nt2 ;501 nt2.SwapPath() = "/tmp/sop/" ;502 nt2.Copy(nt) ;503 nt2.Show() ;504 for(i = 0 ; i < 100000 ; i++) {505 de = fe = ie = i ;506 sprintf(ce, "%d", i) ;507 nt2.Fill(&de, &fe, &ie, &ce) ;508 }509 nt2.Show() ;510 511 {512 POutPersist os("xnt.ppf");513 os << nt2 ;514 }515 516 XNTuple::SetSwapPath("/tmp/sop/") ;517 XNTuple nt3("xnt.ppf") ;518 nt3.Show() ;519 520 for(i = 0 ; i < nt3.NEntry() ; i+= 1000)521 printf("%f %f %d %s\n",522 nt3.GetDVal(i,0),523 nt3.GetFVal(i,1),524 nt3.GetIVal(i,2),525 nt3.GetSVal(i,3).c_str()) ;526 527 double min, max ;528 for(i = 0 ; i < nt3.NVar() ; i++) {529 nt3.GetMinMax(i, min, max) ;530 printf("GetMinMax(%s) : %f/%f\n",531 nt3.NomIndex(i).c_str(), min, max) ;532 }533 // nt3.Show() ;534 }535 -
trunk/SophyaProg/Tests/tobjio.cc
r3077 r3572 31 31 NTuple *nt; 32 32 float xnt[4]; 33 c har *ntn[4] = {"x","y","ex","ey"};33 const char *ntn[4] = {"x","y","ex","ey"}; 34 34 int nent,i; 35 35 nent = 1000; … … 117 117 float xnt[6]; 118 118 double ang; 119 c har *ntn[6] = {"x","y","z","ex","ey","ez"};119 const char *ntn[6] = {"x","y","z","ex","ey","ez"}; 120 120 int nent,i; 121 121 -
trunk/SophyaProg/Tests/tobjio2.cc
r3077 r3572 32 32 NTuple *nt; 33 33 float xnt[4]; 34 c har *ntn[4] = {"x","y","ex","ey"};34 const char *ntn[4] = {"x","y","ex","ey"}; 35 35 int nent,i; 36 36 nent = 1000; -
trunk/SophyaProg/Tests/tpipe.cc
r2615 r3572 93 93 else { 94 94 cout << ">> tpipe: fork() - creation de process ... " << endl; 95 char * zzz = "toto";95 char zzz[32]; strcpy(zzz,"toto"); 96 96 pid_t rcf = fork(); 97 97 if (rcf == 0) { -
trunk/SophyaProg/Tests/tspm2.cc
r3077 r3572 179 179 { 180 180 sphc.PixThetaPhi(j,teta,phi); 181 if (teta < 0.3) sphc(j) = (30., drandpm1()*3.);182 else if ((teta>1.4) && (teta<1.6) ) sphc(j) = (20., NorRand());181 if (teta < 0.3) sphc(j) = complex<float>(30., drandpm1()*3.); 182 else if ((teta>1.4) && (teta<1.6) ) sphc(j) = complex<float>(20., NorRand()); 183 183 else { 184 184 if (phi < 2.) sphc(j) = 2.; -
trunk/SophyaProg/Tests/tstboloread.cc
r2828 r3572 29 29 { 30 30 SophyaInit(); 31 c har *label_alpha = "", *label_delta = "",31 const char *label_alpha = "", *label_delta = "", 32 32 *label_bolo = "", *label_flag = "", 33 33 *label_snum = ""; 34 c har *fits_alpha = "", *fits_delta = "",34 const char *fits_alpha = "", *fits_delta = "", 35 35 *fits_bolo = "", *fits_flag = "", 36 36 *fits_snum = ""; -
trunk/SophyaProg/Tests/tstcolread.cc
r3128 r3572 21 21 { 22 22 SophyaInit(); 23 c har *colname = "";23 const char *colname = ""; 24 24 int colnum = -1; 25 25 int ihdu = 0; -
trunk/SophyaProg/Tests/tstppfwrapstl.cc
r2659 r3572 39 39 for(int k=0; k<SZV; k++) vw[k] = 3.141596*k; 40 40 #define MyNSC 6 41 c har * strcst[MyNSC] = { "Langage C++" , "Programmation Objet", "Calcul scientifique",41 const char * strcst[MyNSC] = { "Langage C++" , "Programmation Objet", "Calcul scientifique", 42 42 "Librairie de classes", "SOPHYA", " et Java alors ?"}; 43 43
Note:
See TracChangeset
for help on using the changeset viewer.