IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2007, 9:31:05 AM (19 years ago)
Author:
eugene
Message:

RebinChip should use output->src rather than looking for a named fpa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageLoop.c

    r12575 r12819  
    152152            return false;
    153153        }
    154         if (!ppImageRebinChip(config, view, "PPIMAGE.BIN1", "PPIMAGE.OUTPUT.CHIP")) {
     154        if (!ppImageRebinChip(config, view, "PPIMAGE.BIN1")) {
    155155            psError(PS_ERR_UNKNOWN, false, "Unable to bin chip.\n");
    156156            return false;
    157157        }
    158         if (!ppImageRebinChip(config, view, "PPIMAGE.BIN2", "PPIMAGE.OUTPUT.CHIP")) {
     158        if (!ppImageRebinChip(config, view, "PPIMAGE.BIN2")) {
    159159            psError(PS_ERR_UNKNOWN, false, "Unable to bin chip.\n");
    160160            return false;
Note: See TracChangeset for help on using the changeset viewer.