IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13153


Ignore:
Timestamp:
May 2, 2007, 2:43:02 PM (19 years ago)
Author:
Paul Price
Message:

"warptool -towarped" doesn't return an exp_tag any more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/warp.pro

    r12697 r13153  
    140140    # look for new images in warpInputExp (state == NULL)
    141141    book getpage warpInputExp 0 -var pageName -key state NULL
    142     if ($pageName == NULL) break
     142    if ("$pageName" == "NULL") break
    143143
    144144    book setword warpInputExp $pageName state RUN
     
    260260    # look for new images in warpPendingSkyCell (state == NULL)
    261261    book getpage warpPendingSkyCell 0 -var pageName -key state NULL
    262     if ($pageName == NULL) break
     262    if ("$pageName" == "NULL") break
    263263
    264264    book setword warpPendingSkyCell $pageName state RUN
     
    266266    book getword warpPendingSkyCell $pageName skycell_id -var SKYCELL_ID
    267267    book getword warpPendingSkyCell $pageName tess_id -var TESS_ID
    268     book getword warpPendingSkyCell $pageName exp_tag -var EXP_TAG
    269268    book getword warpPendingSkyCell $pageName camera -var CAMERA
    270269    book getword warpPendingSkyCell $pageName workdir -var WORKDIR
Note: See TracChangeset for help on using the changeset viewer.