IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2013, 9:44:46 AM (13 years ago)
Author:
bills
Message:

remove BILLS.SCALE.FACTOR recipe value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psphot/src/psphotExtendedSourceFits.c

    r36347 r36354  
    9898    assert (status && fitIter > 0);
    9999
    100     float billsScaleFactor = psMetadataLookupF32 (&status, recipe, "BILLS.SCALE.FACTOR");
    101     if (isfinite(billsScaleFactor)) {
    102         // this lives in psModules/src/objects/pmPCMdata.c and defaults to 1.0
    103         extern psF32 BILLS_SCALE_FACTOR;
    104         BILLS_SCALE_FACTOR = billsScaleFactor;
    105     }
    106        
    107100    float fitMinTol = psMetadataLookupF32 (&status, recipe, "EXT_FIT_MIN_TOL"); // Fit tolerance
    108101    if (!status || !isfinite(fitMinTol) || fitMinTol <= 0) {
Note: See TracChangeset for help on using the changeset viewer.