mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 08:39:21 +01:00
status start acqisition also has detector index now, eiger always has detector index
This commit is contained in:
@@ -6699,9 +6699,12 @@ string slsDetector::setFileName(string s) {
|
||||
char arg[MAX_STR_LENGTH];
|
||||
char retval[MAX_STR_LENGTH]="";
|
||||
|
||||
|
||||
if(!s.empty()){
|
||||
fileIO::setFileName(s);
|
||||
if(thisDetector->myDetectorType == EIGER)
|
||||
parentDet->setDetectorIndex(detId);
|
||||
else if(parentDet->getNumberOfDetectors()>1)
|
||||
parentDet->setDetectorIndex(detId);
|
||||
s=parentDet->createReceiverFilePrefix();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user