mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
added a comment saying do not update roi
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@572 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
Binary file not shown.
@ -2281,9 +2281,13 @@ int set_roi(int file_des) {
|
|||||||
ret=FAIL;
|
ret=FAIL;
|
||||||
}
|
}
|
||||||
//#ifdef VERBOSE
|
//#ifdef VERBOSE
|
||||||
|
/*
|
||||||
printf("Setting ROI to:");
|
printf("Setting ROI to:");
|
||||||
for( i=0;i<nroi;i++)
|
for( i=0;i<nroi;i++)
|
||||||
printf("%d\t%d\t%d\t%d\n",arg[i].xmin,arg[i].xmax,arg[i].ymin,arg[i].ymax);
|
printf("%d\t%d\t%d\t%d\n",arg[i].xmin,arg[i].xmax,arg[i].ymin,arg[i].ymax);
|
||||||
|
*/
|
||||||
|
|
||||||
|
printf("Error: Function 41 or Setting ROI is not yet implemented in Moench!\n");
|
||||||
//#endif
|
//#endif
|
||||||
}
|
}
|
||||||
/* execute action if the arguments correctly arrived*/
|
/* execute action if the arguments correctly arrived*/
|
||||||
|
Reference in New Issue
Block a user