IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 22, 2010, 10:49:36 AM (16 years ago)
Author:
Paul Price
Message:

Cannot match transparencies with only a single source list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackSources.c

    r27447 r27725  
    230230            sources = sourceLists->data[i];
    231231        }
     232        options->quality = PPSTACK_ERR_REJECTED;
    232233        options->sources = psMemIncrRefCounter(sources);
    233         psLogMsg("ppStack", PS_LOG_WARN, "Single image with sources --- no need to match transparency.");
     234        options->norm = psVectorAlloc(num, PS_TYPE_F32);
     235        psVectorInit(options->norm, 1.0);
     236        options->zp = NAN;
     237        psLogMsg("ppStack", PS_LOG_WARN, "Single image with sources --- cannot match transparency.");
    234238        psFree(zp);
    235239        psFree(zpExp);
Note: See TracChangeset for help on using the changeset viewer.