IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 4:13:46 PM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppbgrestore/src/ppbgrestoreParseCamera.c

    r25972 r26871  
    2323    pmFPAfile *outImage = pmFPAfileDefineOutput(config, input->fpa, "PPBGRESTORE.OUTPUT");
    2424    if (!outImage) {
    25         psError(PS_ERR_IO, false, _("Unable to generate output file from PPIMAGE.OUTPUT"));
     25        psError(PS_ERR_IO, false, _("Unable to generate output file from PPBGRESTORE.OUTPUT"));
     26        psFree(options);
     27        return NULL;
     28    }
     29    // pmFPAfile *outBG = pmFPAfileDefineOutput(config, NULL, "PPBGRESTORE.BACKGROUND");
     30    pmFPAfile *outBG = pmFPAfileDefineFromFPA(config, input->fpa, 1, 1, "PPBGRESTORE.BACKGROUND");
     31    if (!outBG) {
     32        psError(PS_ERR_IO, false, _("Unable to generate bacgkround file from PPBGRESTORE.BACKGROUND"));
    2633        psFree(options);
    2734        return NULL;
Note: See TracChangeset for help on using the changeset viewer.