IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13338


Ignore:
Timestamp:
May 10, 2007, 10:25:05 AM (19 years ago)
Author:
rhl
Message:

Fix typos; noise --> weight and a missing }

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSource.c

    r13335 r13338  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-05-10 19:48:35 $
     8 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-05-10 20:25:05 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    801801        psF32 **target = source->pixels->data.F32;
    802802        if (mode & PM_MODEL_OP_NOISE) {
    803           target = source->noise->data.F32;
     803            target = source->weight->data.F32;
    804804        }
    805805
     
    823823    psImage *target = source->pixels;
    824824    if (mode & PM_MODEL_OP_NOISE) {
    825         target = source->noise;
     825        target = source->weight;
     826    }
    826827    if (add) {
    827828        status = pmModelAdd (target, source->maskObj, model, PM_MODEL_OP_FULL);
Note: See TracChangeset for help on using the changeset viewer.