IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 13, 2024, 12:11:46 PM (2 years ago)
Author:
eugene
Message:

fix error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psModules.20240412/src/detrend/pmOverscan.c

    r42654 r42659  
    309309        // we require 2 overscan regions, and they must match these directions:
    310310        if (overscans->n != 2) {
    311             psLogMsg (__func__, PS_LOG_ERROR, "CELL.READDIR = -1, requires 2 overscan regions but %d supplied", (int) overscans->n);
     311            psLogMsg (__func__, PS_LOG_ERROR, "OVERSCAN.2D requires 2 overscan regions but %d supplied", (int) overscans->n);
    312312            psLogMsg (__func__, PS_LOG_ERROR, "e.g.: CELL.BIASSEC STR [591:624,1:608],[1:590,598:608]");
    313313            psError(PS_ERR_BAD_PARAMETER_VALUE, false, "Unable to generate overscan vector.\n");
Note: See TracChangeset for help on using the changeset viewer.