Changeset 11166
- Timestamp:
- Jan 18, 2007, 6:48:05 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotEnsemblePSF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotEnsemblePSF.c
r10801 r11166 120 120 // Ri is the current refSource of interest (sci pixels) 121 121 // 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 122 125 for (int i = 0; i < fitSources->n; i++) { 123 126 int N = index->data.U32[i]; … … 177 180 } 178 181 } 182 179 183 psSparseResort (sparse); 180 184 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.
