moench02 common mode moved to new structure

This commit is contained in:
2019-08-21 16:27:14 +02:00
parent 5c393e6204
commit cadb4cff93
2 changed files with 29 additions and 29 deletions

View File

@ -114,7 +114,7 @@ int main(int argc, char *argv[]) {
char dummybuff[size];
int ncol_cm=20;
double xt_ghost=0.00045;
double xt_ghost=0.0004;
moench03CommonMode *cm=new moench03CommonMode(ncol_cm);
moench03GhostSummation *gs=new moench03GhostSummation(det, xt_ghost);
double *gainmap=NULL;