~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to RAPlugins/Hamamatsu/HamamatsuScan.cpp

  • Committer: Viktor Bursian at blin-Vista
  • Date: 2015-01-27 11:50:25 UTC
  • mto: (4.2.11 research-assistant)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: vbursian@gmail.com-20150127115025-u7q3rbuduqpha9dl
and the very last compliments for mustdie

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
  if( Multiplier.Y.IsNaN() ){
295
295
    Multiplier.Y = sPhysValue(_Unitsless_);
296
296
  };
297
 
  Dependence = sNodePtr(new sTableTypeDependence(PIXELSNUM));
298
 
  SpectrumDependence = Dependence;
299
 
  Dependence->SetMultiplier(sPhysPair(Multiplier.X,Multiplier.Y));
300
 
  TRACE(Multiplier.X.Text());
 
297
  SpectrumDependence = sNodePtr(new sTableTypeDependence(PIXELSNUM));
 
298
  SpectrumDependence->SetMultiplier(sPhysPair(Multiplier.X,Multiplier.Y));
 
299
  Dependence = SpectrumDependence;
301
300
}
302
301
 
303
302
void  sHamamatsuScan::StartScanning ()