mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
postprocessing based on external functions - can work with f90 interface
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@285 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -345,6 +345,8 @@ class angularConversion : public virtual slsDetectorBase, public angularConversi
|
||||
|
||||
|
||||
|
||||
double *sampleDisplacement;
|
||||
|
||||
/**
|
||||
current position of the detector
|
||||
*/
|
||||
@ -367,6 +369,8 @@ class angularConversion : public virtual slsDetectorBase, public angularConversi
|
||||
*/
|
||||
int getCurrentPositionIndex() {return currentPositionIndex;};
|
||||
void incrementPositionIndex() {currentPositionIndex++;};
|
||||
void resetPositionIndex() {currentPositionIndex=0;};
|
||||
|
||||
|
||||
|
||||
|
||||
@ -385,7 +389,6 @@ class angularConversion : public virtual slsDetectorBase, public angularConversi
|
||||
|
||||
|
||||
|
||||
|
||||
/** merging bins */
|
||||
double *mergingBins;
|
||||
|
||||
|
Reference in New Issue
Block a user