IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2008, 11:48:49 AM (18 years ago)
Author:
eugene
Message:

fixed errors in recent API mods

File:
1 edited

Legend:

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

    r17396 r17832  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2008-04-08 18:35:38 $
     8 *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2008-05-28 21:48:49 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    875875        psF32 **target = source->pixels->data.F32;
    876876        if (mode & PM_MODEL_OP_NOISE) {
     877            // XXX need to scale by the gain...
    877878            target = source->weight->data.F32;
    878879        }
Note: See TracChangeset for help on using the changeset viewer.