IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14711


Ignore:
Timestamp:
Aug 30, 2007, 11:56:29 AM (19 years ago)
Author:
Paul Price
Message:

Last commit log message is wrong --- Fixing the matrix generation. Before the last major change, we generated only half the matrix, and then filled in the other half using the symmetric property. Now that the matrix is formed from sums that are already done (i.e., not by accumulating directly into the matrix), we can set the symmetric values at the same time. Got rid of the old code that filled in the symmetric portion, and put in checks for NAN on the sums.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtraction.c

    r14710 r14711  
    44 *  @author GLG, MHPCC
    55 *
    6  *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-08-30 21:52:56 $
     6 *  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-08-30 21:56:29 $
    88 *
    99 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    634634                    }
    635635                }
    636 
    637636                if (!isfinite(sumCC) {
    638637                    bad = true;
Note: See TracChangeset for help on using the changeset viewer.