IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30722 for trunk/ppStack


Ignore:
Timestamp:
Feb 21, 2011, 10:13:43 AM (15 years ago)
Author:
eugene
Message:

add call to UpdateHeader for unconvolved stack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r30620 r30722  
    192192        ppStackMemDump("unconv");
    193193
     194        // Update Header
     195        if (!ppStackUpdateHeader(stack, options, config)) {
     196            psError(psErrorCodeLast(), false, "Unable to update header.");
     197            psFree(stack);
     198            return false;
     199        }
    194200        // Clean up unconvolved stack
    195201        psTrace("ppStack", 2, "Cleaning up after unconvolved stack....\n");
Note: See TracChangeset for help on using the changeset viewer.