IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25412 for trunk


Ignore:
Timestamp:
Sep 15, 2009, 5:19:59 PM (17 years ago)
Author:
eugene
Message:

set user_1 to 2.0 to distinguish new from old runs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/ipp_apply_burntool.pl

    r25324 r25412  
    187187        }
    188188
    189         $status = vsystem ("$regtool -dbname $dbname -updateprocessedimfile -exp_id $exp_id -class_id $class_id -user_1 1.0", 1);
     189        # set the user_1 value to a new result value for now
     190        $status = vsystem ("$regtool -dbname $dbname -updateprocessedimfile -exp_id $exp_id -class_id $class_id -user_1 2.0", 1);
    190191        if ($status) {
    191192            &my_die("failed to update imfile");
Note: See TracChangeset for help on using the changeset viewer.