IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27285


Ignore:
Timestamp:
Mar 15, 2010, 2:37:57 PM (16 years ago)
Author:
Paul Price
Message:

Adding support for chip.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/errors.pl

    r27247 r27285  
    5959    $sql = "SELECT magic_id, node, 'unknown' AS hostname, CONCAT(workdir, '/', exp_id, '/', exp_id, '.mgc.', magic_id, '.', node) FROM magicRun JOIN magicNodeResult USING(magic_id) WHERE magicNodeResult.fault != 0";
    6060    $table = "magicNodeResult";
     61} elsif ($stage eq "chip") {
     62    $sql = "SELECT chip_id, class_id, hostname, path_base FROM chipRun JOIN chipProcessedImfile USING(chip_id) WHERE fault != 0";
     63    $table = "chipProcessedImfile";
    6164} else {
    6265    die "Unsupported stage: $stage\n";
Note: See TracChangeset for help on using the changeset viewer.