IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2010, 10:47:10 AM (16 years ago)
Author:
Paul Price
Message:

Adding diffphot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/errors.pl

    r28385 r28453  
    8282    $label_table = "publishRun";
    8383    $fault_table = "publishDone";
     84} elsif ($stage eq "diffphot") {
     85    $sql = "SELECT diff_phot_id, skycell_id, hostname, path_base FROM diffPhotRun JOIN diffPhotSkyfile USING(diff_phot_id) WHERE fault != 0 AND state = 'new'";
     86    $label_table = "diffPhotRun";
     87    $fault_table = "diffPhotSkycell";
    8488} else {
    8589    die "Unsupported stage: $stage\n";
Note: See TracChangeset for help on using the changeset viewer.