IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37589 for trunk/psphot/src


Ignore:
Timestamp:
Nov 12, 2014, 1:03:27 PM (12 years ago)
Author:
bills
Message:

remove some ifdef'd out code

File:
1 edited

Legend:

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

    r31154 r37589  
    1212    // XXX temporary user-supplied systematic sky noise measurement (derive from background model)
    1313    float skynoise = psMetadataLookupF32 (&status, recipe, "SKY.NOISE");
    14 
    15 # if (0)
    16     // if backModel or backStdev are missing, the values of sky and/or skyErr will be set to NAN
    17     // XXX use this to set skynoise
    18     pmReadout *backModel = psphotSelectBackground (config, view);
    19     pmReadout *backStdev = psphotSelectBackgroundStdev (config, view);
    20 # endif
    2114
    2215    // S/N limit to perform full non-linear fits
Note: See TracChangeset for help on using the changeset viewer.