IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2008, 10:24:54 AM (18 years ago)
Author:
eugene
Message:

finish coding of cleanup steps for cam, fake, warp, diff, stack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/ippTools/src/warptool.c

    r18922 r18942  
    8787        MODECASE(WARPTOOL_MODE_UNBLOCK,            unblockMode);
    8888        MODECASE(WARPTOOL_MODE_PENDINGCLEANUPRUN,  pendingcleanuprunMode);
    89         MODECASE(WARPTOOL_MODE_PENDINGCLEANUPWARP, pendingcleanupwarpMode);
     89        MODECASE(WARPTOOL_MODE_PENDINGCLEANUPSKYFILE, pendingcleanupwarpMode);
    9090        MODECASE(WARPTOOL_MODE_DONECLEANUP,        donecleanupMode);
    9191
     
    12181218    PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
    12191219
    1220     psString query = pxDataGet("warptool_pendingcleanupwarp.sql");
     1220    psString query = pxDataGet("warptool_pendingcleanupskyfile.sql");
    12211221    if (!query) {
    12221222        psError(PXTOOLS_ERR_DATA, false, "failed to retreive SQL statement");
Note: See TracChangeset for help on using the changeset viewer.