mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user