IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14788


Ignore:
Timestamp:
Sep 7, 2007, 11:01:02 AM (19 years ago)
Author:
eugene
Message:

added a comment

Location:
branches/eam_branch_20070830/psphot/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20070830/psphot/src/psphotMakeResiduals.c

    r13900 r14788  
    138138    psStats *fluxStatsDef = psStatsAlloc (statOption | PS_STAT_SAMPLE_STDEV);
    139139
     140    // Use psF64 to minimize overflow problems?
    140141    psImage *A = psImageAlloc(3, 3, PS_TYPE_F64); // Least-squares matrix
    141142    psVector *B = psVectorAlloc(3, PS_TYPE_F64); // Least-squares vector
  • branches/eam_branch_20070830/psphot/src/psphotReadout.c

    r14655 r14788  
    135135    if (!psf) {
    136136        // 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
    137139        psf = psphotChoosePSF (readout, sources, recipe, maskVal, maskMark);
    138140        if (psf == NULL) {
Note: See TracChangeset for help on using the changeset viewer.