IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2022, 4:50:00 PM (4 years ago)
Author:
eugene
Message:

if the subkernel listed in the input mdc file is missing or corrupt, regenerate it; added an option -require-subkernel to enable the old behavior of failing if the subkernel is missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubArguments.c

    r38709 r42295  
    104104    psMetadataAddBool(arguments, PS_LIST_TAIL, "-visual", 0, "Show diagnostic plots", NULL);
    105105    psMetadataAddBool(arguments, PS_LIST_TAIL, "-updatemode", 0, "update mode?", false);
     106    psMetadataAddBool(arguments, PS_LIST_TAIL, "-require-subkernel", 0, "do not regenerate subkernel if missing?", false);
    106107
    107108    if (argc == 1 || !psArgumentParse(arguments, &argc, argv) || argc != 2) {
Note: See TracChangeset for help on using the changeset viewer.