Changeset 3163 in Sophya for trunk/Cosmo/RadioBeam/multicyl.cc
- Timestamp:
- Jan 30, 2007, 7:05:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/multicyl.cc
r3160 r3163 84 84 void MultiCylinders::ReconstructSourceBox(int halfny, double stepangy) 85 85 { 86 Timer tm("RecSrcBox");87 86 88 87 ReconstructCylinderPlaneS(true); … … 98 97 cout << " MultiCylinders::ReconstructSourceBox(" << halfny << "," << stepangy 99 98 << "=" << Angle(stepangy).ToArcMin() << " ) srcbox:" << endl; 99 Timer tm("RecSrcBox"); 100 100 box.Show(cout); 101 101 … … 103 103 int pmod = mtx.NRows()/10; 104 104 105 double fstep = 1. /(double)NS; // pas en frequence, attention, on a vire la composante continu105 double fstep = 1.0/(double)NS; // pas en frequence, attention, on a vire la composante continu 106 106 for(int kf=0; kf<mtx.NRows(); kf++) { // Loop over frequencies 107 107 double frq = (double)(kf+1.)*fstep + freq0; // + 1 car f=0 a ete vire
Note:
See TracChangeset
for help on using the changeset viewer.