IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2023, 8:30:02 AM (3 years ago)
Author:
eugene
Message:

adding new non-linear corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ppImage.20230123/src/ppImageParseCamera.c

    r41894 r42321  
    107107                             PM_FPA_FILE_LINEARITY, PM_DETREND_TYPE_LINEARITY)) {
    108108        psError(PS_ERR_IO, false, "Can't find a non-linearity correction source");
     109        psFree(options);
     110        return NULL;
     111      }
     112    }
     113
     114    if (options->doNonLinNew) {
     115      if (!ppImageDefineFile(config, input->fpa, "PPIMAGE.NONLIN_NEW", "NONLIN_NEW",
     116                             PM_FPA_FILE_NONLIN_NEW, PM_DETREND_TYPE_NONLIN_NEW)) {
     117        psError(PS_ERR_IO, false, "Can't find a new non-linearity correction source");
    109118        psFree(options);
    110119        return NULL;
Note: See TracChangeset for help on using the changeset viewer.