IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7705


Ignore:
Timestamp:
Jun 27, 2006, 9:13:50 AM (20 years ago)
Author:
magnier
Message:

fixed upper limits in jpeg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPA_JPEG.c

    r7382 r7705  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-06-07 03:27:52 $
     7 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-06-27 19:13:50 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    142142        float delta = stats->robustUQ - stats->robustLQ;
    143143        float min = stats->robustMedian - 3*delta;
    144         float max = stats->robustMedian - 6*delta;
     144        float max = stats->robustMedian + 6*delta;
    145145        if (!strcasecmp (mode, "RANGE") && range) {
    146146            float fmin = atof(range->data[0]);
Note: See TracChangeset for help on using the changeset viewer.