Changeset 10174
- Timestamp:
- Nov 23, 2006, 5:13:22 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RHL_v1_2branch/psphot/src/psphotEnsemblePSF.c
r10104 r10174 44 44 // construct source table with stand-alone fitSources 45 45 for (int i = 0; i < refSources->n; i++) { 46 pmSource *refSource = refSources->data[i];46 pmSource *refSource = refSources->data[i]; 47 47 48 48 // skip non-astronomical objects (very likely defects) … … 170 170 171 171 // solve for normalization terms (need include local sky?) 172 # if (1)172 # if 0 173 173 psVector *norm = NULL; 174 174 psVector *skyfit = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
