- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ppStack/src (modified) (1 prop)
-
ppStack/src/ppStackOptions.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ppStack/src
- Property svn:ignore
-
old new 10 10 stamp-h1 11 11 ppStackVersionDefinitions.h 12 ppStackErrorCodes.c 13 ppStackErrorCodes.h
-
- Property svn:ignore
-
branches/simtest_nebulous_branches/ppStack/src/ppStackOptions.h
r23573 r27840 9 9 // Setup 10 10 bool convolve; // Convolve images? 11 bool matchZPs; // Adjust relative fluxes based on transparency analysis? 12 bool photometry; // Perform photometry? 11 13 psMetadata *stats; // Statistics for output 12 14 FILE *statsFile; // File to which to write statistics 13 psArray *imageNames, *maskNames, *varianceNames; // Filenames for the temporary convolved images 15 psArray *origImages, *origMasks, *origVariances; // Filenames of the original images 16 psArray *convImages, *convMasks, *convVariances; // Filenames for the temporary convolved images 17 psArray *origCovars; // Original covariances matrices 14 18 int num; // Number of inputs 19 int quality; // Bad data quality flag 15 20 // Prepare 16 21 pmPSF *psf; // Target PSF 22 psVector *inputSeeing; // Input seeing FWHMs 23 float targetSeeing; // Target seeing FWHM 24 psVector *exposures; // Exposure times 17 25 float sumExposure; // Sum of exposure times 26 float zp; // Zero point for output 18 27 psVector *inputMask; // Mask for inputs 19 28 psArray *sourceLists; // Individual lists of sources for matching 20 29 psVector *norm; // Normalisation for each image 30 psArray *sources; // Matched sources 21 31 // Convolve 22 32 psArray *cells; // Cells for convolved images --- a handle for reading again … … 26 36 psVector *matchChi2; // chi^2 for stamps from matching 27 37 psVector *weightings; // Combination weightings for images (1/noise^2) 28 psArray *co variances; // Covariance matrices38 psArray *convCovars; // Convolved covariance matrices 29 39 // Combine initial 30 40 pmReadout *outRO; // Output readout 41 pmReadout *expRO; // Exposure readout 31 42 psArray *inspect; // Array of arrays of pixels to inspect 32 43 // Rejection
Note:
See TracChangeset
for help on using the changeset viewer.
