IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10174


Ignore:
Timestamp:
Nov 23, 2006, 5:13:22 AM (20 years ago)
Author:
rhl
Message:

Disable local sky estimation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RHL_v1_2branch/psphot/src/psphotEnsemblePSF.c

    r10104 r10174  
    4444    // construct source table with stand-alone fitSources
    4545    for (int i = 0; i < refSources->n; i++) {
    46         pmSource *refSource = refSources->data[i];
     46        pmSource *refSource = refSources->data[i];
    4747
    4848        // skip non-astronomical objects (very likely defects)
     
    170170
    171171    // solve for normalization terms (need include local sky?)
    172     # if (1)
     172    # if 0
    173173    psVector *norm = NULL;
    174174    psVector *skyfit = NULL;
Note: See TracChangeset for help on using the changeset viewer.