- Timestamp:
- Dec 10, 2010, 8:17:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/ppStack/src/ppStackUpdateHeader.c
r30010 r30015 1 #ifdef HAVE_CONFIG_H2 #include <config.h>3 #endif4 5 #include <stdio.h>6 #include <pslib.h>7 #include <psmodules.h>8 9 1 #include "ppStack.h" 10 #include "ppStackLoop.h"11 2 12 3 #define WCS_TOLERANCE 0.001 // Tolerance for WCS 13 4 14 bool ppStackUpdateHeader (ppStackOptions *optins, 5 bool ppStackUpdateHeader(ppStackThreadData *stack, ppStackOptions *options) { 6 7 pmReadout *outRO = options->outRO; // Output readout 15 8 16 9 // Propagate WCS … … 61 54 } 62 55 ppStackVersionHeader(hdu->header); 56 57 return true; 58 }
Note:
See TracChangeset
for help on using the changeset viewer.
