IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2011, 7:24:31 PM (16 years ago)
Author:
watersc1
Message:

is_daytime fix in register_imfile; bad class_ids in regtool; bad joins in the SQL

File:
1 edited

Legend:

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

    r30277 r30283  
    195195    $command .= " -data_state full";
    196196}
    197 elsif (is_daytime($dateobs,$sunset,$sunrise)) {
     197elsif (is_daytime($dateobs,$sunrise,$sunset)) {
    198198    printf STDERR "This is a daytime exposure.\n";
    199199    $command .= " -data_state full";
Note: See TracChangeset for help on using the changeset viewer.