IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14941


Ignore:
Timestamp:
Sep 20, 2007, 2:10:43 PM (19 years ago)
Author:
eugene
Message:

add comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotMakeResiduals.c

    r13900 r14941  
    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
Note: See TracChangeset for help on using the changeset viewer.