IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40756 for trunk


Ignore:
Timestamp:
May 28, 2019, 10:35:31 AM (7 years ago)
Author:
tdeboer
Message:

update to properly deal with twilight exposures

File:
1 edited

Legend:

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

    r40749 r40756  
    696696    $query .= "    AND (obs_mode LIKE '%SS%' OR obs_mode LIKE '%BRIGHT%')";
    697697    $query .= "    AND (camProcessedExp.quality = 0)";
     698    $query .= "    AND (comment NOT LIKE '%twilight%')";
    698699    $query .= "  ) AS expall";
    699700    $query .= "  LEFT JOIN";
Note: See TracChangeset for help on using the changeset viewer.