IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2011, 5:33:44 PM (15 years ago)
Author:
watersc1
Message:

explicitly add times to the dateobs values in the off-night diff code. This should prevent edge cases falling through the crack.

File:
1 edited

Legend:

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

    r31649 r31650  
    17091709    $cmd .= "-set_workdir $workdir  -set_dist_group $new_dist_group  -set_data_group $new_data_group ";
    17101710    $cmd .= " -simple  -set_label $label -filter $filter ";
    1711     $cmd .= " -dateobs_begin $lunation_start -dateobs_end $lunation_end -distance 1.5 ";
     1711    $cmd .= " -dateobs_begin ${lunation_start}T00:00:00 -dateobs_end ${lunation_end}T23:59:59 -distance 1.5 ";
    17121712
    17131713    if (defined($pretend)) {
Note: See TracChangeset for help on using the changeset viewer.