IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27444


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).

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r27391 r27444  
    15641564    // Additional controls
    15651565    PXOPT_LOOKUP_BOOL(rerun, config->args, "-rerun", false);
    1566     PXOPT_LOOKUP_BOOL(available, config->args, "-available", false);
    15671566
    15681567    // Settings to apply to defined run
     
    16611660    }
    16621661    psFree(selectWhere);
    1663 
    1664     if (!available) {
    1665         psStringAppend(&whereClause,
    1666                        "\n%s inputWarpRun.state = 'full'"
    1667                        "AND templateWarpRun.state = 'full'",
    1668                        whereClause ? "AND" : "WHERE");
    1669     }
    16701662
    16711663    if (!rerun) {
  • 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.