IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33081


Ignore:
Timestamp:
Jan 10, 2012, 2:39:52 PM (15 years ago)
Author:
watersc1
Message:

We do not need to update the destreak run anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20111222/ippScripts/scripts/lap_science.pl

    r33079 r33081  
    286286        &my_die("Unable to perform chiptool -setimfiletoupdate: $error_code", $exposure->{exp_id}, $data_group);
    287287    }
    288     if ($chip_magicDS_id != 0) {   
    289         ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    290             run(command => $magicDS_update_cmd, verbose => $verbose);
    291         unless ($success) {
    292             $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    293             &my_die("Unable to perform magicdstool -setfiletoupdate: $error_code", $exposure->{exp_id}, $data_group);
    294         }
    295     }
     288#     if ($chip_magicDS_id != 0) {   
     289#       ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     290#           run(command => $magicDS_update_cmd, verbose => $verbose);
     291#       unless ($success) {
     292#           $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
     293#           &my_die("Unable to perform magicdstool -setfiletoupdate: $error_code", $exposure->{exp_id}, $data_group);
     294#       }
     295#     }
    296296
    297297    ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.