commented out stuff to make sure they are not included

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@98 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-01-13 09:45:43 +00:00
parent fa369ca22f
commit 6abd580f95
2 changed files with 9 additions and 8 deletions

View File

@ -16,7 +16,7 @@
eventually secondary portnumber (e.g. mythen stop function)
number of modules installed if different from the detector size (x,y)
*/
/*
int gotthardDetector::readConfigurationFile(string const fname){
string ans;
@ -123,6 +123,7 @@ int gotthardDetector::writeConfigurationFile(string const fname){
#endif
return iv;
};
*/
/*
It should be possible to dump all the settings of the detector (including trimbits, threshold energy, gating/triggering, acquisition time etc.
in a file and retrieve it for repeating the measurement with identicals ettings, if necessary
@ -345,7 +346,7 @@ int gotthardDetector::retrieveDetectorSetup(string fname1, int level){
/* I/O */
/*
sls_detector_module* gotthardDetector::readSettingsFile(string fname, sls_detector_module *myMod){
int nflag=0;
@ -459,7 +460,7 @@ int gotthardDetector::writeSettingsFile(string fname, int imod){
return writeSettingsFile(fname,detectorModules[imod]);
};
*/
int gotthardDetector::writeDataFile(string fname, float *data, float *err, float *ang, char dataformat, int nch){