IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2023, 7:39:02 AM (3 years ago)
Author:
eugene
Message:

merge from trunk: correctly handle different camera diffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/ppSub/src/ppSubArguments.c

    r38709 r42363  
    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.