IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 25, 2010, 9:45:07 PM (15 years ago)
Author:
watersc1
Message:

Merge of czw_branch/20100817 into trunk. This includes the non-linearity correction application code.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ppImage/src/ppImageParseCamera.c

    r26895 r29833  
    7373            return NULL;
    7474        }
     75    }
     76
     77    if (options->doNonLin) {
     78      if (!ppImageDefineFile(config, input->fpa, "PPIMAGE.LINEARITY", "LINEARITY",
     79                             PM_FPA_FILE_LINEARITY, PM_DETREND_TYPE_LINEARITY)) {
     80        psError(PS_ERR_IO, false, "Can't find a non-linearity correction source");
     81        psFree(options);
     82        return NULL;
     83      }
    7584    }
    7685
Note: See TracChangeset for help on using the changeset viewer.