IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21403


Ignore:
Timestamp:
Feb 6, 2009, 3:25:41 PM (17 years ago)
Author:
eugene
Message:

weight to variance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src/ppstampMakeStamp.c

    r21160 r21403  
    333333            }
    334334        }
    335         if (readout->weight) {
    336             outReadout->weight = extractStamp(readout->weight, extractRegion,  0);
    337             if (!outReadout->weight) {
     335        if (readout->variance) {
     336            outReadout->variance = extractStamp(readout->variance, extractRegion,  0);
     337            if (!outReadout->variance) {
    338338                psError(PS_ERR_UNKNOWN, false, "failed to create postage stamp weight image\n");
    339339                status = false;
Note: See TracChangeset for help on using the changeset viewer.