IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2011, 5:04:20 PM (15 years ago)
Author:
watersc1
Message:

Add mintimediff option to offnight diff code. The minimum time used is less than half a day to prevent any exposures from a single night from being diffed, but to allow other nights to work.

File:
1 edited

Legend:

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

    r31906 r32483  
    17081708    $cmd .= "-input_label $label  -template_label $label ";
    17091709    $cmd .= "-set_workdir $workdir  -set_dist_group $new_dist_group  -set_data_group $new_data_group ";
     1710    $cmd .= " -mintimediff 40000 ";
    17101711    $cmd .= " -simple  -set_label $label -filter $filter ";
    17111712    $cmd .= " -dateobs_begin ${lunation_start}T00:00:00 -dateobs_end ${lunation_end}T23:59:59 -distance 1.5 ";
Note: See TracChangeset for help on using the changeset viewer.