Ignore:
Timestamp:
02/12/04 11:34:32 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationBlindPixel.cc

    r3108 r3112  
    268268  fPSDHiGain = fourier.PowerSpectrumDensity(fHiGains);
    269269
    270   fHPSD = MH::ProjectArray(fPSDHiGain, fPSDNbins,
    271                            "PSDProjectionBlindPixel",
    272                            "Power Spectrum Density Projection HiGain Blind Pixel");
     270  fHPSD = ProjectArray(*fPSDHiGain, fPSDNbins,
     271                       "PSDProjectionBlindPixel",
     272                       "Power Spectrum Density Projection HiGain Blind Pixel");
    273273
    274274  //
Note: See TracChangeset for help on using the changeset viewer.