- Timestamp:
- Oct 9, 2013, 4:10:40 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130904/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/objects/pmPSFtryModel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psModules
- Property svn:mergeinfo changed
/trunk/psModules (added) merged: 36106,36123
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130904/psModules/src/objects/pmPSFtryModel.c
r34403 r36196 236 236 // linear clipped fit of chisq trend vs flux 237 237 if (options->chiFluxTrend) { 238 239 if (0) { 240 FILE *f = fopen ("test.psf.dat", "w"); 241 int fd = fileno (f); 242 p_psVectorPrint (fd, flux, "flux"); 243 p_psVectorPrint (fd, chisq, "chisq"); 244 p_psVectorPrint (fd, mask, "mask"); 245 fclose (f); 246 } 247 238 248 bool result = psVectorClipFitPolynomial1D(psfTry->psf->ChiTrend, options->stats, 239 249 mask, 0xff, chisq, NULL, flux);
Note:
See TracChangeset
for help on using the changeset viewer.
