IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21468


Ignore:
Timestamp:
Feb 13, 2009, 11:54:32 AM (17 years ago)
Author:
Paul Price
Message:

Transfer covariance factor from covariance matrix to variance map.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpLoop.c

    r21368 r21468  
    66 *
    77 *  @author IfA
    8  *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2009-02-06 03:10:36 $
     8 *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-13 21:54:32 $
    1010 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1111 */
     
    300300        psFree(covars);
    301301        psMetadataRemoveKey(output->analysis, PSWARP_ANALYSIS_COVARIANCES);
     302        psImageCovarianceTransfer(output->variance, output->covariance);
    302303    }
    303304
Note: See TracChangeset for help on using the changeset viewer.