IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29881


Ignore:
Timestamp:
Nov 29, 2010, 12:09:53 PM (15 years ago)
Author:
heather
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/haf_branches/videophot2010/ppImage/src/ppImageArguments.c

    r29833 r29881  
    1515    fprintf(stderr, "\t-norm VALUE: Divide through by this value when done.\n");
    1616    fprintf(stderr, "\t-normlist file.mdc: normalizations by class_id.\n");
     17    fprintf(stderr, "\t-video: process video cells\n");
    1718    fprintf(stderr, "\n");
    1819    fprintf(stderr, "Input options (single file / file list):\n");
     
    7980        psMetadataAddBool(config->arguments, PS_LIST_TAIL, "INPUT_IS_DARK", PS_META_REPLACE,
    8081                          "Input is dark image", true);
     82    }
     83   
     84    if ((argnum = psArgumentGet(argc, argv, "-video"))) {
     85      psArgumentRemove(argnum, &argc, argv);
     86      psMetadataAddBool(config->arguments, PS_LIST_TAIL, "PROCESS_VIDEO", PS_META_REPLACE, "process video cells", true);
    8187    }
    8288
Note: See TracChangeset for help on using the changeset viewer.