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:
bergamaschi
2013-12-16 16:01:20 +00:00
parent 4111c65e37
commit 22f20507db
6 changed files with 30 additions and 24 deletions

View File

@ -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;};