IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 19, 2012, 5:45:03 PM (14 years ago)
Author:
watersc1
Message:

finally tracked down the source of that bug. I need to check that I have all my debugging code out, but this at least works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/ppStack/src/ppStackCombinePrepare.c

    r34667 r34678  
    2929    if (expName) {
    3030      pmCell *expCell = pmFPAfileThisCell(config->files, view, expName); // Exposure cell
    31       options->expRO = pmReadoutAlloc(expCell); // Output readout
     31      options->expRO = pmReadoutAlloc(expCell); //Output readout
    3232    }
    33     else {
    34       options->expRO = NULL;
    35     }
     33/*     else { */
     34/*       options->expRO = NULL; */
     35/*     } */
    3636    pmCell *bkgCell;
    3737    int bkg_r0,bkg_c0;
Note: See TracChangeset for help on using the changeset viewer.