IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

add new option to censorObjects where it simply reads the input smf file.
If it failes we can assume that the file is corrupt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/censorObjects/src/censorParseCamera.c

    r24692 r33626  
    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.