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/pmSubtractBias.c

    r6205 r6325  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-01-26 21:10:51 $
     8 *  @version $Revision: 1.9 $ $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
     
    179179    psStatsOptions opt = 0;
    180180
    181     if (stat->options & PS_STAT_ROBUST_MODE) {
    182         if (numOptions == 0) {
    183             opt = PS_STAT_ROBUST_MODE;
    184         }
    185         numOptions++;
    186     }
    187 
     181    /*
     182        if (stat->options & PS_STAT_ROBUST_MODE) {
     183            if (numOptions == 0) {
     184                opt = PS_STAT_ROBUST_MODE;
     185            }
     186            numOptions++;
     187        }
     188    */
    188189    if (stat->options & PS_STAT_ROBUST_MEDIAN) {
    189190        if (numOptions == 0) {
     
    193194    }
    194195
    195     if (stat->options & PS_STAT_ROBUST_MEAN) {
     196    if (stat->options & PS_STAT_FITTED_MEAN) {
    196197        if (numOptions == 0) {
    197             opt = PS_STAT_ROBUST_MEAN;
     198            opt = PS_STAT_FITTED_MEAN;
    198199        }
    199200        numOptions++;
Note: See TracChangeset for help on using the changeset viewer.