IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 10, 2010, 8:17:41 AM (15 years ago)
Author:
eugene
Message:

re-organize ppStackLoop to make the steps clearer: add separate functions for UpdateHeader, JPEGs, Stats; move cluttered includes into ppStack.h; push DIE section of ppStack.c into ppStackCleanup (like ppImageCleanup); rename old ppStackCleanup to ppStackCleanupFiles; consolidate file cleanup block in ppStackLoop (for unconvolved outputs) into ppStackCleanupFiles; add options for stack type

File:
1 edited

Legend:

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

    r30010 r30015  
    1 #ifdef HAVE_CONFIG_H
    2 #include <config.h>
    3 #endif
    4 
    5 #include <stdio.h>
    6 #include <pslib.h>
    7 #include <psmodules.h>
    8 
    91#include "ppStack.h"
    10 #include "ppStackLoop.h"
    112
    123#define WCS_TOLERANCE 0.001             // Tolerance for WCS
    134
    14 bool ppStackUpdateHeader (ppStackOptions *optins,
     5bool ppStackUpdateHeader(ppStackThreadData *stack, ppStackOptions *options) {
     6
     7    pmReadout *outRO = options->outRO;                                      // Output readout
    158
    169    // Propagate WCS
     
    6154    }
    6255    ppStackVersionHeader(hdu->header);
     56   
     57    return true;
     58}
Note: See TracChangeset for help on using the changeset viewer.