IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 9, 2010, 3:11:29 PM (15 years ago)
Author:
eugene
Message:

cleaning up the organization to make the specific steps clearer (header updates into ppStackUpdateHeader, etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/ppStack/src/ppStackLoop.c

    r29552 r30008  
    188188    ppStackMemDump("photometry");
    189189
     190    // Update Header
     191    if (!ppStackUpdateHeader(options, config)) {
     192        psError(psErrorCodeLast(), false, "Unable to update header.");
     193        psFree(stack);
     194        return false;
     195    }
     196
    190197    // Clean up
    191198    psTrace("ppStack", 2, "Cleaning up after combination....\n");
     
    231238        ppStackMemDump("unconv");
    232239
     240        // XXX this chunk is identical to the file close / free operations in ppStackCleanup.c
     241        // check on which files are active and when...
    233242        if (!ppStackFilesIterateUp(config)) {
    234243            psError(psErrorCodeLast(), false, "Unable to close files.");
Note: See TracChangeset for help on using the changeset viewer.