IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42398 for trunk/psModules


Ignore:
Timestamp:
Mar 3, 2023, 4:26:55 PM (3 years ago)
Author:
eugene
Message:

add NEWNONLIN to detrend type to string conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmDetrendDB.c

    r42379 r42398  
    110110        DETREND_STRING_CASE(VIDEODARK);
    111111        DETREND_STRING_CASE(LINEARITY);
     112        DETREND_STRING_CASE(NEWNONLIN);
    112113        DETREND_STRING_CASE(AUXMASK);
    113114        DETREND_STRING_CASE(KH_CORRECT);
     
    140141    } else {
    141142        type = pmDetrendTypeToString (options->type);
     143        if (!type) {
     144          psError (PM_ERR_CONFIG, false, "unknown detrend type %d", options->type);
     145          goto failure;
     146        }
    142147    }
    143148    unsigned int nFail;
Note: See TracChangeset for help on using the changeset viewer.