IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2007, 9:10:14 AM (19 years ago)
Author:
eugene
Message:

change internal state variable to pantaskState (protect from db fields named state)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.reject.pro

    r13683 r14042  
    8686    end
    8787
    88     # delete existing entries in the appropriate states
     88    # delete existing entries in the appropriate pantaskStates
    8989    process_cleanup detRejectExp
    9090  end
     
    113113   
    114114    # look for new images in detRejectExp
    115     book getpage detRejectExp 0 -var pageName -key state NULL
     115    book getpage detRejectExp 0 -var pageName -key pantaskState NULL
    116116    if ($pageName == NULL) break
    117117
    118     book setword detRejectExp $pageName state RUN
     118    book setword detRejectExp $pageName pantaskState RUN
    119119    book getword detRejectExp $pageName det_id    -var DET_ID   
    120120    book getword detRejectExp $pageName iteration -var ITERATION     
     
    167167  task.exit    timeout
    168168    showcommand failure
    169     book setword detRejectExp $options:0 state TIMEOUT
     169    book setword detRejectExp $options:0 pantaskState TIMEOUT
    170170  end
    171171end
Note: See TracChangeset for help on using the changeset viewer.