Changeset 26898 for trunk/ppStack/src/ppStackOptions.h
- Timestamp:
- Feb 10, 2010, 7:41:23 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackOptions.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackOptions.h
r26454 r26898 10 10 bool convolve; // Convolve images? 11 11 bool matchZPs; // Adjust relative fluxes based on transparency analysis? 12 bool photometry; // Perform photometry? 12 13 psMetadata *stats; // Statistics for output 13 14 FILE *statsFile; // File to which to write statistics … … 18 19 // Prepare 19 20 pmPSF *psf; // Target PSF 21 psVector *inputSeeing; // Input seeing FWHMs 22 float targetSeeing; // Target seeing FWHM 20 23 float sumExposure; // Sum of exposure times 21 24 psVector *inputMask; // Mask for inputs 22 25 psArray *sourceLists; // Individual lists of sources for matching 23 26 psVector *norm; // Normalisation for each image 27 psArray *sources; // Matched sources 24 28 // Convolve 25 29 psArray *cells; // Cells for convolved images --- a handle for reading again
Note:
See TracChangeset
for help on using the changeset viewer.
