mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 02:31:30 +01:00
Fixed mistake in addToPedestal with ghost summation
This commit is contained in:
@@ -93,7 +93,7 @@ int main(int argc, char *argv[]) {
|
||||
decoder->getDetectorSize(nx,ny);
|
||||
|
||||
int ncol_cm=20;
|
||||
double xt_ghost=0.00045;
|
||||
double xt_ghost=0.0004;
|
||||
moench03CommonMode *cm=NULL;
|
||||
moench03GhostSummation *gs;
|
||||
double *gainmap=NULL;
|
||||
|
||||
Reference in New Issue
Block a user