IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20075


Ignore:
Timestamp:
Oct 12, 2008, 3:55:48 PM (18 years ago)
Author:
eugene
Message:

report weight of 0 for un-fitted pixels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageMapFit.c

    r19995 r20075  
    77 *  @author Eugene Magnier, IfA
    88 *
    9  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2008-10-08 21:51:02 $
     9 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2008-10-13 01:55:48 $
    1111 *
    1212 *  Copyright 2007 Institute for Astronomy, University of Hawaii
     
    317317        if (Empty->data.S8[i]) {
    318318            B->data.F32[i] = NAN;
     319            A->data.F32[i][i] = 0;
    319320        }
    320321    }
     
    585586        if (Empty->data.S8[i]) {
    586587            B->data.F32[i] = NAN;
     588            A->data.F32[i][i] = 0;
    587589        }
    588590    }
     
    732734        if (Empty->data.S8[i]) {
    733735            B->data.F32[i] = NAN;
     736            A->data.F32[i][i] = 0;
    734737        }
    735738    }
Note: See TracChangeset for help on using the changeset viewer.