IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2012, 2:49:37 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/magic/censorObjects/src/censorParseCamera.c

    r24692 r33638  
    2323        return false;
    2424    }
     25
     26    bool checkInputOnly = psMetadataLookupBool(&status, config->arguments, "CHECK.INPUT.ONLY");
     27    if (checkInputOnly) {
     28        // nothing else to do
     29        return true;
     30    }
     31
    2532
    2633    pmFPAfile *output = pmFPAfileDefineOutput (config, input->fpa, "CENSOR.OUTPUT");
Note: See TracChangeset for help on using the changeset viewer.