Changeset 14788
- Timestamp:
- Sep 7, 2007, 11:01:02 AM (19 years ago)
- Location:
- branches/eam_branch_20070830/psphot/src
- Files:
-
- 2 edited
-
psphotMakeResiduals.c (modified) (1 diff)
-
psphotReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070830/psphot/src/psphotMakeResiduals.c
r13900 r14788 138 138 psStats *fluxStatsDef = psStatsAlloc (statOption | PS_STAT_SAMPLE_STDEV); 139 139 140 // Use psF64 to minimize overflow problems? 140 141 psImage *A = psImageAlloc(3, 3, PS_TYPE_F64); // Least-squares matrix 141 142 psVector *B = psVectorAlloc(3, PS_TYPE_F64); // Least-squares vector -
branches/eam_branch_20070830/psphot/src/psphotReadout.c
r14655 r14788 135 135 if (!psf) { 136 136 // use bright stellar objects to measure PSF 137 // XXX if we do not have enough stars to generate the PSF, build one 138 // from the SEEING guess and model class 137 139 psf = psphotChoosePSF (readout, sources, recipe, maskVal, maskMark); 138 140 if (psf == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
