IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2010, 2:02:53 AM (16 years ago)
Author:
bills
Message:

add option to save the expanded background model file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppbgrestore/src/ppbgrestoreParseCamera.c

    r25972 r26662  
    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, input->fpa, "PPBGRESTORE.BACKGROUND");
     30    if (!outBG) {
     31        psError(PS_ERR_IO, false, _("Unable to generate bacgkround file from PPBGRESTORE.BACKGROUND"));
    2632        psFree(options);
    2733        return NULL;
Note: See TracChangeset for help on using the changeset viewer.