Changeset 16850 for trunk/ppStack/src/ppStackLoop.c
- Timestamp:
- Mar 6, 2008, 12:27:27 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r16836 r16850 42 42 "PSPHOT.INPUT.CMF", 0 }; 43 43 44 //#define CONVOLVED_ALREADY // Already have the convolution products --- testing45 46 44 47 45 // Activate/deactivate a list of files … … 158 156 } 159 157 160 #ifndef CONVOLVED_ALREADY161 158 // Write an image to a FITS file 162 159 static bool writeImage(const char *name, // Name of image … … 186 183 return true; 187 184 } 188 #endif189 185 190 186 … … 334 330 psFree(view); 335 331 336 #ifndef CONVOLVED_ALREADY337 332 // Background subtraction, scaling and normalisation is performed automatically by the image matching 338 333 psArray *regions = NULL, *kernels = NULL; // Regions and kernels used in subtraction … … 353 348 writeImage(maskNames->data[i], hdu->header, readout->mask, config); 354 349 writeImage(weightNames->data[i], hdu->header, readout->weight, config); 355 #endif356 350 357 351 cells->data[i] = psMemIncrRefCounter(readout->parent);
Note:
See TracChangeset
for help on using the changeset viewer.
