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/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) {
Note: See TracChangeset for help on using the changeset viewer.