IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2007, 1:18:30 PM (19 years ago)
Author:
eugene
Message:

split psphotImageMedian into psphotModelBackground and psphotSubtractBackground

File:
1 edited

Legend:

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

    r15231 r15936  
    6868
    6969    // generate a background model (median, smoothed image)
    70     if (!psphotImageMedian (config, view, maskVal)) {
     70    if (!psphotModelBackground (config, view, "PSPHOT.INPUT", maskVal)) {
     71        return psphotReadoutCleanup (config, readout, recipe, NULL, NULL);
     72    }
     73    if (!psphotSubtractBackground (config, view, "PSPHOT.INPUT", maskVal)) {
    7174        return psphotReadoutCleanup (config, readout, recipe, NULL, NULL);
    7275    }
Note: See TracChangeset for help on using the changeset viewer.