Changeset 2359 in Sophya for trunk/ArchTOIPipe/ProcWSophya
- Timestamp:
- Apr 1, 2003, 3:27:48 PM (22 years ago)
- Location:
- trunk/ArchTOIPipe/ProcWSophya
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/Makefile.in
r2239 r2359 48 48 SRCFILES=map2toi.cc toi2map.cc rztoi.cc simtoipr.cc ktoibad.cc smoothtoi.cc \ 49 49 noisegen.cc meanvarestim.cc simoffset.cc simcleaner.cc flag2map.cc toi2toi_addsp.cc \ 50 Bolos2ring.cc PSB2ring.cc 50 Bolos2ring.cc PSB2ring.cc toi2ring.cc ring2cout.cc 51 51 52 52 FILES=$(patsubst %.c,%.o,$(SRCFILES:.cc=.o)) -
trunk/ArchTOIPipe/ProcWSophya/ring2cout.cc
r2354 r2359 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: ring2cout.cc,v 1. 2 2003-03-26 09:48:53 cecileExp $5 // $Id: ring2cout.cc,v 1.3 2003-04-01 13:27:48 aubourg Exp $ 6 6 7 7 #include "toimanager.h" … … 14 14 //////////////////////////////////////////////////////////////////////// 15 15 Ring2cout::Ring2cout(long n) 16 :totnscount(0), nRings( 0)16 :totnscount(0), nRings(1) 17 17 { 18 18 setNSamples(n); … … 55 55 getData(2,k*Nsamples,Nsamples,val); 56 56 mSnRead ++; 57 wontNeedBefore(k*Nsamples); 57 58 58 59 cout << " ring " << k << endl; 59 60 for (int i=i; i< Nsamples;i++) 60 cout << ctheta << " " << cphi<< " " << val<< endl;61 cout << ctheta[i] << " " << cphi[i]<< " " << val[i]<< endl; 61 62 totnscount++; 62 63
Note:
See TracChangeset
for help on using the changeset viewer.