mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
function to write pedestal rms and some fixes
This commit is contained in:
@ -487,6 +487,12 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
|
||||
|
||||
sprintf(imgfname,"%s/%s_ped.tiff",outdir,fformat);
|
||||
mt->writePedestal(imgfname);
|
||||
sprintf(imgfname,"%s/%s_noise.tiff",outdir,fformat);
|
||||
mt->writePedestalRMS(imgfname);
|
||||
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user