Changeset 20711 for trunk/ppStack/src/ppStack.h
- Timestamp:
- Nov 12, 2008, 4:59:10 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStack.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStack.h
r20659 r20711 99 99 const psArray *regions, // Array with array of regions used in each PSF match 100 100 const psArray *kernels, // Array with array of kernels used in each PSF match 101 const psVector *weightings, // Weighting factors for each image 101 102 const psVector *addVariance // Additional variance for rejection 102 103 ); … … 114 115 pmReadout *outRO, // Output readout 115 116 const psArray *readouts, // Input readouts 116 const psArray *rejected // Array with pixels rejected in each image 117 const psArray *rejected, // Array with pixels rejected in each image 118 const psVector *weightings // Weighting factors for each image 117 119 ); 118 120 … … 142 144 psArray **kernels, // Array of kernels used in each PSF matching, returned 143 145 float *chi2, // Chi^2 from the stamps 146 float *weighting, // Stack weighting (1/noise^2) 144 147 const psArray *sources, // Array of sources 145 148 const pmPSF *psf, // Target PSF
Note:
See TracChangeset
for help on using the changeset viewer.
