mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
Some improved documentation
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorCalibration@15 113b152e-814d-439b-b186-022a431db7b5
This commit is contained in:
@ -148,8 +148,8 @@ class slsDetectorData {
|
||||
|
||||
/**
|
||||
Returns detector size in x,y
|
||||
\param nx reference to number of channels in x
|
||||
\param ny reference to number of channels in y (will be 1 for strips)
|
||||
\param npx reference to number of channels in x
|
||||
\param npy reference to number of channels in y (will be 1 for strips)
|
||||
\returns total number of channels
|
||||
*/
|
||||
int getDetectorSize(int &npx, int &npy){npx=nx; npy=ny; return nx*ny;};
|
||||
|
Reference in New Issue
Block a user