IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2009, 8:39:13 PM (17 years ago)
Author:
eugene
Message:

updates to ppNoiseMap (now works)

Location:
trunk/ppNoiseMap/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppNoiseMap/src

    • Property svn:import set to
      ppNoiseMapVersionDefinitions.h
  • trunk/ppNoiseMap/src/ppNoiseMapLoop.c

    r24458 r24470  
    3838        }
    3939
     40        // load all cells for this chip before generating output file fpa:
    4041        pmCell *cell;                   // Cell from chip
    4142        while ((cell = pmFPAviewNextCell(view, input->fpa, 1)) != NULL) {
     
    7071                    continue;
    7172                }
     73            }
     74        }
    7275
    73                 // perform the noise analysis
    74                 // if (!ppNoiseMapReadout(config, view)) {
    75                 //     ESCAPE("Unable to detrend readout");
    76                 // }
    77 
     76        if (!ppNoiseMapReadout(config, view)) {
     77            ESCAPE("Unable to measure noise map for readout");
     78        }
     79       
     80        // close the cells
     81        while ((cell = pmFPAviewNextCell(view, input->fpa, 1)) != NULL) {
     82            if (!cell->process || !cell->file_exists) {
     83                continue;
    7884            }
    79 
    80             // Close cell
    8185            if (!pmFPAfileIOChecks(config, view, PM_FPA_AFTER)) {
    8286                ESCAPE("save failure for Cell");
     
    9094    }
    9195
    92     // if (psTraceGetLevel("ppNoiseMap") >= 3) {
    93     //     ppNoiseMapFileCheck(config);
    94     // }
    95 
    9696    // Output and Close FPA
    9797    if (!pmFPAfileIOChecks(config, view, PM_FPA_AFTER)) {
Note: See TracChangeset for help on using the changeset viewer.