IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2010, 9:57:24 PM (16 years ago)
Author:
Paul Price
Message:

Remove -available flag for difftool -definewarpwarp. It doesn't do what I thought it did --- it allows queuing a diffRun when some of the warp skycells have faults, while I thought it allowed queuing a diffRun when not all of the warp skycells have partners (which is the sense it's used for difftool -definewarpstack).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/difftoolConfig.c

    r27150 r27444  
    223223    psMetadataAddStr(definewarpwarpArgs, PS_LIST_TAIL, "-set_note",  0,           "define note", NULL);
    224224    psMetadataAddBool(definewarpwarpArgs, PS_LIST_TAIL, "-rerun", 0, "define new run even if one exists", false);
    225     psMetadataAddBool(definewarpwarpArgs, PS_LIST_TAIL, "-available", 0, "define new run even if warpRun has some faults", false);
    226225    psMetadataAddBool(definewarpwarpArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false);
    227226    psMetadataAddBool(definewarpwarpArgs, PS_LIST_TAIL, "-pretend", 0, "list results but to not queue", false);
Note: See TracChangeset for help on using the changeset viewer.