Changeset 25824 for branches/pap/ppStack/src/ppStackOptions.h
- Timestamp:
- Oct 9, 2009, 2:34:51 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/ppStack/src/ppStackOptions.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppStack/src/ppStackOptions.h
r25788 r25824 11 11 psMetadata *stats; // Statistics for output 12 12 FILE *statsFile; // File to which to write statistics 13 psArray *origImages ;// Filenames of the original images13 psArray *origImages, *origMasks, *origVariances; // Filenames of the original images 14 14 psArray *convImages, *convMasks, *convVariances; // Filenames for the temporary convolved images 15 15 int num; // Number of inputs … … 27 27 psVector *matchChi2; // chi^2 for stamps from matching 28 28 psVector *weightings; // Combination weightings for images (1/noise^2) 29 psArray *covariances; // Covariance matrices29 psArray *covariances; // Convolved covariance matrices 30 30 // Combine initial 31 31 pmReadout *outRO; // Output readout
Note:
See TracChangeset
for help on using the changeset viewer.
