Changeset 34092
- Timestamp:
- Jun 26, 2012, 1:17:18 PM (14 years ago)
- Location:
- trunk/ppStack/src
- Files:
-
- 3 edited
-
ppStack.h (modified) (1 diff)
-
ppStackOptions.c (modified) (1 diff)
-
ppStackOptions.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStack.h
r30620 r34092 63 63 int numCols, int numRows, // Size of image 64 64 const psArray *psfs, // List of input PSFs 65 const psVector *inputMask //Mask for inputs65 ppStackOptions *options // full options including Mask for inputs 66 66 ); 67 67 -
trunk/ppStack/src/ppStackOptions.c
r30620 r34092 60 60 options->exposures = NULL; 61 61 options->targetSeeing = NAN; 62 options->clippedMean = NAN; 63 options->clippedStdev = NAN; 62 64 options->inputMask = NULL; 63 65 options->sourceLists = NULL; -
trunk/ppStack/src/ppStackOptions.h
r31158 r34092 32 32 psVector *airmassInput; // airmass of input exposure 33 33 psArray *sources; // Matched sources 34 float clippedMean; // clipped mean of input fwhm 35 float clippedStdev; // clipped stdev of input fwhm 36 float clippedMean; // clipped mean of input fwhm 37 float clippedStdev; // clipped stdev of input fwhm 34 38 // Convolve 35 39 psArray *cells; // Cells for convolved images --- a handle for reading again
Note:
See TracChangeset
for help on using the changeset viewer.
