IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 19, 2006, 11:57:37 AM (20 years ago)
Author:
eugene
Message:

minor cleanup of recipe logic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotParseCamera.c

    r9576 r9656  
    2727
    2828    // these calls bind the I/O handle to the specified fpa
    29     if (!psMetadataLookup(recipe, "SAVE.OUTPUT") ||
    30         psMetadataLookupBool(NULL, recipe, "SAVE.OUTPUT")) {
     29    if (psMetadataLookupBool(NULL, recipe, "SAVE.OUTPUT")) {
    3130        if (!pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.OUTPUT")) {
    3231            psError(PS_ERR_IO, false, "Cannot find a rule for PSPHOT.OUTPUT");
Note: See TracChangeset for help on using the changeset viewer.