IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2006, 3:46:32 PM (19 years ago)
Author:
jhoblitt
Message:

really done-done this time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/summit.copy.pro

    r10454 r10455  
    229229        # handled?
    230230
    231         list word -split $line
     231        list word -split $options:0
    232232        $exp_id     = $word:0
    233233        $camera     = $word:1
     
    240240        $uri        = $word:8
    241241        $exp_tag    = $word:9
    242         queuepush pzCopyDone -key 1:2:3:6:7 "NEW $exp_id $camera $telescope $bytes $md5sum $class $class_id $workdir/$exp_id.$class_id.fits"
    243         queuepush pzPendingExp -replace -key 1:2:3:6:7 "DONE $options:0"
     242        queuepush pzCopyDone -key 1:2:3:7:8 "NEW $options:0 $workdir/$exp_id.$class_id.fits"
     243        queuepush pzPendingExp -replace -key 1:2:3:7:8 "DONE $options:0"
    244244    end
    245245
    246246    task.exit default
    247         queuepush pzPendingExp -replace -key 1:2:3:6:7 "FAIL $options:0"
     247        queuepush pzPendingExp -replace -key 1:2:3:7:8 "FAIL $options:0"
    248248    end
    249249
    250250    task.exit timeout
    251         queuepush pzPendingExp -replace -key 1:2:3:6:7 "TIMEOUT $options:0"
     251        queuepush pzPendingExp -replace -key 1:2:3:7:8 "TIMEOUT $options:0"
    252252    end
    253253end
     
    285285        $uri        = $word:8
    286286        $exp_tag    = $word:9
     287        $new_uri    = $word:10
    287288
    288289        # store the current line without the state
     
    290291
    291292        echo command pztool -copydone -exp_id $exp_id -inst $camera -telescope $telescope -class $class -class_id $class_id -uri $uri
    292         command pztool -copydone -exp_id $exp_id -inst $camera -telescope $telescope -class $class -class_id $class_id -uri $uri
     293        command pztool -copydone -exp_id $exp_id -inst $camera -telescope $telescope -class $class -class_id $class_id -uri $new_uri
    293294    end
    294295
Note: See TracChangeset for help on using the changeset viewer.