Fixed mistake in addToPedestal with ghost summation

This commit is contained in:
2019-08-14 16:56:43 +02:00
parent e3dedcd450
commit e225275520
3 changed files with 2 additions and 3 deletions

View File

@ -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;