|
hace 4 años | |
---|---|---|
report | hace 4 años | |
FBP.py | hace 4 años | |
Glinear.py | hace 4 años | |
MLEM.py | hace 4 años | |
README.md | hace 4 años | |
__init__.py | hace 4 años | |
gaussian_filter.py | hace 4 años | |
getResoultion.C | hace 4 años | |
phantom.py | hace 4 años | |
setMask.py | hace 4 años | |
useM.py | hace 4 años |
for (int i=0;i<gr.GetN();i++) {
double ctheta0=1-(i+0.5)/(gr.GetN());
double ttheta0=sqrt(1-pow(ctheta0,2))/ctheta0;
double sigmaT=getResolutionT(ctheta0,40)/15;
double sigmaX=getResolution(ctheta0,40)/2;
gr.SetPoint(i,ttheta0,1./sigmaT+1./sigmaX);
}