IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21128


Ignore:
Timestamp:
Jan 17, 2009, 10:31:24 AM (17 years ago)
Author:
eugene
Message:

vector mask type for statistics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081230/psModules/src/astrom/pmAstrometryDistortion.c

    r19305 r21128  
    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.22.16.1 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2009-01-17 20:31:24 $
    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.