IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2006, 11:03:25 AM (20 years ago)
Author:
gusciora
Message:

These changes mostly reflect the new psStats SDRS changes.

However, pmObject.c will fail any real test because the call
to psMinimizeLMM() was commented out due to SDRS changes there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imsubtract/pmSubtractSky.c

    r5516 r6325  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-11-15 20:09:03 $
     8 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-02-06 21:03:25 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6767    } else if (statOptions & PS_STAT_CLIPPED_MEAN) {
    6868        return(PS_STAT_CLIPPED_MEAN);
    69     } else if (statOptions & PS_STAT_ROBUST_MEAN) {
    70         return(PS_STAT_ROBUST_MEAN);
     69    } else if (statOptions & PS_STAT_FITTED_MEAN) {
     70        return(PS_STAT_FITTED_MEAN);
    7171    } else if (statOptions & PS_STAT_ROBUST_MEDIAN) {
    7272        return(PS_STAT_ROBUST_MEDIAN);
    73     } else if (statOptions & PS_STAT_ROBUST_MODE) {
    74         return(PS_STAT_ROBUST_MODE);
    7573    }
    7674    psError(PS_ERR_UNKNOWN, true, "Unallowable option requested for statistically binning image pixels.\n");
    7775    return(-1);
     76    // XXX
     77    //else if (statOptions & PS_STAT_ROBUST_MODE) {
     78    //    return(PS_STAT_ROBUST_MODE);
     79    //}
    7880}
    7981
Note: See TracChangeset for help on using the changeset viewer.