IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2009, 8:40:07 PM (17 years ago)
Author:
eugene
Message:

incorporating changes from 16bit mask upgrades (eam_branch_20081230)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryDistortion.c

    r19305 r21183  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2008-09-02 19:05:09 $
     9*  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2009-01-27 06:39:38 $
    1111*
    1212*  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    121121            // this analysis has too few data points to use the robust median method
    122122            stats = psStatsAlloc (PS_STAT_SAMPLE_MEDIAN | PS_STAT_SAMPLE_STDEV);
    123             mask = psVectorAlloc (Npts, PS_TYPE_MASK);
     123            mask = psVectorAlloc (Npts, PS_TYPE_VECTOR_MASK);
    124124            psVectorInit (mask, 0);
    125125
     
    206206    // this analysis has too few data points to use the robust median method
    207207    psStats *stats = psStatsAlloc (PS_STAT_SAMPLE_MEDIAN | PS_STAT_SAMPLE_STDEV);
    208     psVector *mask = psVectorAlloc (gradients->n, PS_TYPE_MASK);
     208    psVector *mask = psVectorAlloc (gradients->n, PS_TYPE_VECTOR_MASK);
    209209    psVectorInit (mask, 0);
    210210
Note: See TracChangeset for help on using the changeset viewer.