IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 15, 2008, 12:01:36 PM (18 years ago)
Author:
eugene
Message:

working on getting the input image options right

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080511/ppSim/src/ppSimArguments.c

    r17672 r17702  
    147147
    148148    char *typeStr = ppSimArgToRecipeStr (&status, options, "IMAGE.TYPE", arguments, "-type"); // Requested exposure type
    149     if (!status) {
     149    if (typeStr == NULL) {
    150150        psError(PS_ERR_IO, false, "An exposure type must be specified using -type");
    151151        psFree(arguments);
     
    178178    ppSimArgToRecipeS32(&status, options, "BINNING",       arguments, "-bin");
    179179
     180    // XX don't do this: recipe is not yet fully realized (camera options not interpolated)
    180181    psMetadata *recipe = psMetadataLookupMetadata(&mdok, config->recipes, PPSIM_RECIPE); // Recipe
    181182
Note: See TracChangeset for help on using the changeset viewer.