Changeset 23573 for trunk/ppStack/src/ppStackOptions.h
- Timestamp:
- Mar 27, 2009, 11:49:17 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackOptions.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackOptions.h
r23341 r23573 8 8 typedef struct { 9 9 // Setup 10 bool convolve; // Convolve images? 10 11 psMetadata *stats; // Statistics for output 11 12 FILE *statsFile; // File to which to write statistics … … 17 18 psVector *inputMask; // Mask for inputs 18 19 psArray *sourceLists; // Individual lists of sources for matching 20 psVector *norm; // Normalisation for each image 19 21 // Convolve 20 22 psArray *cells; // Cells for convolved images --- a handle for reading again 21 psArray * subKernels; // Subtractionkernels --- required in the stacking22 psArray * subRegions; // Subtractionregions --- required in the stacking23 psArray *kernels; // PSF-matching kernels --- required in the stacking 24 psArray *regions; // PSF-matching regions --- required in the stacking 23 25 int numCols, numRows; // Size of image 24 26 psVector *matchChi2; // chi^2 for stamps from matching
Note:
See TracChangeset
for help on using the changeset viewer.
