IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40749


Ignore:
Timestamp:
May 20, 2019, 12:24:31 PM (7 years ago)
Author:
tdeboer
Message:

script updated to deal with Bright non-Sweetspot reduction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/night_report.pl

    r40746 r40749  
    709709    $query .= "    JOIN chipRun using (chip_id)";
    710710    $query .= "    JOIN rawExp using (exp_id)";
    711     $query .= "    WHERE diffRun.reduction like 'SWEETSPOT'";
     711    $query .= "    WHERE stack2 IS NULL";
    712712##  $query .= "    AND exp_id > $refExpID"; -- adding this restriction here slows the query way down1
    713713    $query .= "    AND stack2 IS NULL";
     
    724724    while (@row = $result->fetchrow_array()) {
    725725        if ($doHeader) {
    726             print "Unpublished Solar System Exposures ( obs_mode like %SS% or obs_mode like %BRIGHT%) with good camera quality :\n";
     726            print "Unpublished Solar System Exposures WW diffs (obs_mode like %SS% or obs_mode like %BRIGHT%) with good camera quality :\n";
    727727            printf "%12s %12s %12s | %-19s | %-16s\n", "exp_name", "warp_id", "diff_id", "dateobs", "comment";
    728728            $doHeader = 0;
Note: See TracChangeset for help on using the changeset viewer.