IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2010, 11:33:41 AM (16 years ago)
Author:
Paul Price
Message:

Fix binning and mosaicking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppBackground/src/ppBackgroundRestore.c

    r28285 r28293  
    2727    if (background) {
    2828        pmReadout *bgRO = pmFPAviewThisReadout(view, background->parent); // Readout with background
    29         psImageBinning *binning = psphotBackgroundBinning(bgRO->image, config);
     29        psImageBinning *binning = psphotBackgroundBinning(image, config);
    3030        if (!binning) {
    3131            psError(psErrorCodeLast(), false, "Unable to find background binning");
Note: See TracChangeset for help on using the changeset viewer.