Changeset 3572 in Sophya for trunk/SophyaProg
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- Location:
- trunk/SophyaProg
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
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.