FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
uint32_t zfits::UnApplySMOOTHING
(
int16_t *
data
,
uint32_t
numElems
)
inline
private
Definition at line
492
of file
zfits.h
.
Referenced by
UncompressBuffer()
.
494
{
495
//un-do the integer smoothing
496
for
(uint32_t j=2;j<numElems;j++)
497
data
[j] =
data
[j] + (
data
[j-1]+
data
[j-2])/2;
498
499
return
numElems*
sizeof
(uint16_t);
500
}
data
float data[4 *1440]
Definition:
EventBuilderWrapper.h:95
Here is the caller graph for this function:
zfits
Generated on Sun Sep 18 2016 20:51:05 for FACT++ by
1.8.11