Source
438
438
{
439
439
Int nDataChan, nDataPol, nGridPol, nGridChan, nx, ny, nw;//, nCFFreq;
440
440
Int targetIMChan, targetIMPol, rbeg, rend;//, PolnPlane, ConjPlane;
441
441
Int startChan, endChan;
442
442
443
443
Vector<Float> sampling(2),scaledSampling(2);
444
444
Vector<Int> support(2),loc(3), iloc(4),scaledSupport(2);
445
445
Vector<Double> pos(3), off(3);
446
446
Vector<Int> igrdpos(4);
447
447
448
-
Complex phasor, nvalue, wt;
448
+
Complex phasor, nvalue /*, wt */;
449
449
Complex norm;
450
450
Vector<Int> cfShape;
451
451
// cfShape=(*vb2CFBMap_p)[0]->getStorage()(0,0,0)->getStorage()->shape().asVector();
452
452
453
453
Vector<Int> convOrigin;// = (cfShape)/2;
454
454
Double cfRefFreq;
455
455
// Double cfScale=1.0;
456
456
457
457
//timer_p.mark();
458
458
rbeg = 0; rend = vbs.nRow_p;