IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2009, 2:57:04 PM (17 years ago)
Author:
Paul Price
Message:

Write unconvolved stack to separate (and new) file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppStack/src/ppStackCombinePrepare.c

    r25787 r25825  
    3333    pmCell *outCell = pmFPAfileThisCell(config->files, view, "PPSTACK.OUTPUT"); // Output cell
    3434    options->outRO = pmReadoutAlloc(outCell); // Output readout
    35     options->unconvRO = pmReadoutAlloc(outCell); // Unconvolved readout
     35
     36    pmCell *unconvCell = pmFPAfileThisCell(config->files, view, "PPSTACK.UNCONV"); // Unconvolved cell
     37    options->unconvRO = pmReadoutAlloc(unconvCell); // Unconvolved readout
     38
    3639    psFree(view);
    3740
Note: See TracChangeset for help on using the changeset viewer.