Changeset 35819
- Timestamp:
- Jul 12, 2013, 4:37:40 PM (13 years ago)
- Location:
- tags/ipp-20130712
- Files:
-
- 2 edited
-
Ohana/src/dvomerge/src/dvomerge_client.c (modified) (1 diff, 1 prop)
-
psModules/src/imcombine/pmSubtractionSimple.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20130712/Ohana/src/dvomerge/src/dvomerge_client.c
- Property svn:mergeinfo set to (toggle deleted branches)
r35765 r35819 10 10 SkyList *inlist; 11 11 char filename[256], *input, *output; 12 IDmapType *IDmap ;12 IDmapType *IDmap = NULL; 13 13 PhotCodeData *inputPhotcodes; 14 14 PhotCodeData *outputPhotcodes; -
tags/ipp-20130712/psModules/src/imcombine/pmSubtractionSimple.c
r35814 r35819 76 76 // We've already validated the input values at this level 77 77 float sig2fwhm = 2.0 * sqrt(2.0 * log(2.0)); 78 float fwhm1 ,fwhm2;79 float sigma1 ,sigma2,sigmaKern;78 float fwhm1 = 0,fwhm2 = 0; 79 float sigma1 = 0,sigma2 = 0,sigmaKern = 0; 80 80 float chisq = 1.0; 81 81 int convolution_direction = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
