IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 28, 2004, 9:04:30 AM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmSubtractBias.c

    r2777 r2838  
    66 *  @author George Gusciora, MHPCC
    77 *
    8  *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-12-21 20:41:29 $
     8 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-12-28 19:04:29 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    233233    psSpline1D *mySpline;
    234234    int nBin;
    235     //
     235    //  XXX: This comment isn't right?
    236236    //  Determine if multiple options are specified in stat.
    237237    //
     
    241241
    242242    if (overScanAxis == PM_OVERSCAN_NONE) {
     243        if (fit != PM_FIT_NONE) {
     244            psLogMsg(__func__, PS_LOG_WARN,
     245                     "WARNING: pmSubtractBias.(): overScanAxis equals NONE, and fit does not equal NONE\n");
     246        }
     247
    243248        if (overscans != NULL) {
    244249            psLogMsg(__func__, PS_LOG_WARN,
     
    248253    }
    249254
    250     if (((overScanAxis == PM_OVERSCAN_NONE) ||
    251             (overScanAxis == PM_OVERSCAN_ALL)) &&
    252             (fit == PM_FIT_NONE)) {
     255    if ((overScanAxis == PM_OVERSCAN_ALL) && (fit != PM_FIT_NONE)) {
    253256        psLogMsg(__func__, PS_LOG_WARN,
    254                  "WARNING: pmSubtractBias.(): overScanAxis equals NONE or ALL, and fit equals NONE\n");
     257                 "WARNING: pmSubtractBias.(): overScanAxis equals ALL, and fit does not equal NONE\n");
    255258    }
    256259
Note: See TracChangeset for help on using the changeset viewer.