Fixed problem with filename after angular conversion

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@43 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
bergamaschi
2011-11-03 15:58:31 +00:00
parent 6edf6fa614
commit 9b89333dae
2 changed files with 23 additions and 11 deletions

View File

@ -562,6 +562,10 @@ int mythenDetector::writeSettingsFile(string fname, int imod){
int mythenDetector::writeDataFile(string fname, float *data, float *err, float *ang, char dataformat, int nch){
if (nch==-1)
nch=thisDetector->nChans*thisDetector->nChips*thisDetector->nMods;