- Timestamp:
- Feb 14, 2011, 1:05:28 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackConvolve.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/ppStack/src/ppStackConvolve.c
r30586 r30631 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 TESTING 13 14 4 15 5 // Update the value of a concept … … 20 10 item->data.F32 = VALUE; \ 21 11 } 22 23 24 12 25 13 bool ppStackConvolve(ppStackOptions *options, pmConfig *config) … … 69 57 ppStackFileActivationSingle(config, PPSTACK_FILES_CONVOLVE, true, i); 70 58 if (options->convolve) { 71 // XXX PPSTACK.CONV.KERNEL not defined unless convolve 72 // pmFPAfileActivate(config->files, true, "PPSTACK.CONV.KERNEL"); 59 // PPSTACK.CONV.KERNEL not defined unless convolve 73 60 pmFPAfileActivateSingle(config->files, true, "PPSTACK.CONV.KERNEL", i); // Activated file 74 61 } … … 191 178 } 192 179 psFree(maskHeader); 193 if (!ppStackWrite Image(options->convVariances->data[i], hdu->header, readout->variance, config)) {180 if (!ppStackWriteVariance(options->convVariances->data[i], hdu->header, readout->variance, readout->covariance->image, config)) { 194 181 psError(PPSTACK_ERR_IO, false, "Unable to write convolved variance %d", i); 195 182 psFree(fpaList);
Note:
See TracChangeset
for help on using the changeset viewer.
