Changeset 3112 for trunk/MagicSoft/Mars/mcalib/MHCalibrationBlindPixel.cc
- Timestamp:
- 02/12/04 11:34:32 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationBlindPixel.cc
r3108 r3112 268 268 fPSDHiGain = fourier.PowerSpectrumDensity(fHiGains); 269 269 270 fHPSD = MH::ProjectArray(fPSDHiGain, fPSDNbins,271 272 270 fHPSD = ProjectArray(*fPSDHiGain, fPSDNbins, 271 "PSDProjectionBlindPixel", 272 "Power Spectrum Density Projection HiGain Blind Pixel"); 273 273 274 274 //
Note:
See TracChangeset
for help on using the changeset viewer.