IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 20, 2022, 8:38:14 AM (4 years ago)
Author:
eugene
Message:

add option to stacktool to run stacks for which not all warps are in a valid state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/ippTools/src/stacktoolConfig.c

    r41951 r42053  
    154154    psMetadataAddU64(tosumArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
    155155    psMetadataAddBool(tosumArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
     156    psMetadataAddBool(tosumArgs, PS_LIST_TAIL, "-ignore-warp-state",  0, "generate the stack even if some inputs are not full", false);
    156157
    157158    // -tobkg
Note: See TracChangeset for help on using the changeset viewer.