Changeset 26076 for trunk/ppStack/src/ppStackOptions.h
- Timestamp:
- Nov 9, 2009, 2:53:12 PM (17 years ago)
- Location:
- trunk/ppStack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppStackOptions.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/czw_branch/cleanup/ppStack merged eligible /branches/eam_branches/20090522/ppStack merged eligible /branches/eam_branches/20090715/ppStack merged eligible /branches/eam_branches/20090820/ppStack merged eligible /branches/pap/ppStack merged eligible /branches/pap_mops/ppStack 25137-25255
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/ppStack/src/ppStackOptions.h
r23573 r26076 11 11 psMetadata *stats; // Statistics for output 12 12 FILE *statsFile; // File to which to write statistics 13 psArray *imageNames, *maskNames, *varianceNames; // Filenames for the temporary convolved images 13 psArray *origImages, *origMasks, *origVariances; // Filenames of the original images 14 psArray *convImages, *convMasks, *convVariances; // Filenames for the temporary convolved images 15 psArray *origCovars; // Original covariances matrices 14 16 int num; // Number of inputs 15 17 // Prepare … … 26 28 psVector *matchChi2; // chi^2 for stamps from matching 27 29 psVector *weightings; // Combination weightings for images (1/noise^2) 28 psArray *co variances; // Covariance matrices30 psArray *convCovars; // Convolved covariance matrices 29 31 // Combine initial 30 32 pmReadout *outRO; // Output readout 33 pmReadout *unconvRO; // Unconvolved readout 31 34 psArray *inspect; // Array of arrays of pixels to inspect 32 35 // Rejection
Note:
See TracChangeset
for help on using the changeset viewer.
