Changeset 40749
- Timestamp:
- May 20, 2019, 12:24:31 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/night_report.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/night_report.pl
r40746 r40749 709 709 $query .= " JOIN chipRun using (chip_id)"; 710 710 $query .= " JOIN rawExp using (exp_id)"; 711 $query .= " WHERE diffRun.reduction like 'SWEETSPOT'";711 $query .= " WHERE stack2 IS NULL"; 712 712 ## $query .= " AND exp_id > $refExpID"; -- adding this restriction here slows the query way down1 713 713 $query .= " AND stack2 IS NULL"; … … 724 724 while (@row = $result->fetchrow_array()) { 725 725 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"; 727 727 printf "%12s %12s %12s | %-19s | %-16s\n", "exp_name", "warp_id", "diff_id", "dateobs", "comment"; 728 728 $doHeader = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
