IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2013, 4:06:36 PM (13 years ago)
Author:
eugene
Message:

merge from trunk

Location:
branches/eam_branches/ipp-20130904/ppImage/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/ppImage/src

  • branches/eam_branches/ipp-20130904/ppImage/src/ppImageParseCamera.c

    r35685 r36193  
    7272                               PM_FPA_FILE_MASK, PM_DETREND_TYPE_VIDEOMASK)) {
    7373            psError(PS_ERR_IO, false, "Can't find a mask image source");
     74            psFree(options);
     75            return NULL;
     76        }
     77      }
     78      if (options->doAuxMask) {
     79        if (!ppImageDefineFile(config, input->fpa, "PPIMAGE.AUXMASK", "MASK",
     80                               PM_FPA_FILE_MASK, PM_DETREND_TYPE_AUXMASK)) {
     81            psError(PS_ERR_IO, false, "Can't find a auxillary mask image source");
    7482            psFree(options);
    7583            return NULL;
Note: See TracChangeset for help on using the changeset viewer.