IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 3, 2015, 1:22:04 PM (11 years ago)
Author:
bills
Message:

When performing diff updates add argument -updatemode to the ppSub command line.
When supplied, ppSub will unconditionally save the output pixels, mask, and variance images
regardless of what the file rule says.
This is necessary to update PV3 diffs which were generated without the pixels being saved
but users will want to see them.

File:
1 edited

Legend:

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

    r31156 r38709  
    103103    psMetadataAddBool(arguments, PS_LIST_TAIL, "-save-refconv", 0, "Save reference convolved images?", false);
    104104    psMetadataAddBool(arguments, PS_LIST_TAIL, "-visual", 0, "Show diagnostic plots", NULL);
     105    psMetadataAddBool(arguments, PS_LIST_TAIL, "-updatemode", 0, "update mode?", false);
    105106
    106107    if (argc == 1 || !psArgumentParse(arguments, &argc, argv) || argc != 2) {
Note: See TracChangeset for help on using the changeset viewer.