IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 27, 2006, 6:39:28 PM (19 years ago)
Author:
Paul Price
Message:

Cleaning up code. Deleted old unused files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageParseCamera.c

    r10083 r10215  
    1616        return NULL;
    1717    }
     18
     19#if 0
     20    // the input image defines the camera, and all recipes and options the follow
     21    pmFPAfile *inputMask = pmFPAfileDefineFromArgs (&status, config, "PPIMAGE.INPUT.MASK", "INPUT.MASK");
     22    if (!status || !inputMask) {
     23        psError(PS_ERR_IO, false, "Failed to build FPA from PPIMAGE.INPUT.MASK");
     24        return NULL;
     25    }
     26
     27    // the input image defines the camera, and all recipes and options the follow
     28    pmFPAfile *inputWeight = pmFPAfileDefineFromArgs (&status, config, "PPIMAGE.INPUT.WEIGHT", "INPUT.WEIGHT");
     29    if (!status || !inputWeight) {
     30        psError(PS_ERR_IO, false, "Failed to build FPA from PPIMAGE.INPUT.WEIGHT");
     31        return NULL;
     32    }
     33#endif
    1834
    1935    // add recipe options supplied on command line
Note: See TracChangeset for help on using the changeset viewer.