IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11166


Ignore:
Timestamp:
Jan 18, 2007, 6:48:05 PM (19 years ago)
Author:
eugene
Message:

added some notes

File:
1 edited

Legend:

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

    r10801 r11166  
    120120    // Ri is the current refSource of interest (sci pixels)
    121121    // Fi is the current fitSource of interest (fit pixels)
     122    // note that the sci pixels are real image pixels while the fit pixels are unique for each
     123    // fitted source -- they hold the model flux
     124
    122125    for (int i = 0; i < fitSources->n; i++) {
    123126        int N = index->data.U32[i];
     
    177180        }
    178181    }
     182
    179183    psSparseResort (sparse);
    180184    psLogMsg ("psphot.ensemble", PS_LOG_MINUTIA, "built matrix: %f (%d elements)\n", psTimerMark ("psphot"), sparse->Nelem);
Note: See TracChangeset for help on using the changeset viewer.