corrections to the angular conversion made at the beamline

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@536 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
x04sa
2013-04-29 08:46:47 +00:00
parent 689a8a6b44
commit 3c3ab6fc9d
6 changed files with 136 additions and 97 deletions

View File

@ -633,6 +633,12 @@ void postProcessing::initDataset(int r) {
angRad[im]=p->r_conversion;
angOff[im]=p->offset;
angCenter[im]=p->center;
cout << im << " " << angCenter[im] << " " << angRad[im] << " " << angOff[im] << endl;
}
sx=getAngularConversionParameter(SAMPLE_X);
sy=getAngularConversionParameter(SAMPLE_Y);