IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32484


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

Changes to offnight diff to use a minimum diff baseline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110622/ippScripts/scripts/nightly_science.pl

    r31650 r32484  
    8282    ) or pod2usage ( 2 );
    8383pod2usage( -msg =>
    84 "USAGE: automate_stacks.pl <options...> <mode>
     84"USAGE: nightlyscience.pl <options...> <mode>
    8585        Options:
    8686           --help                 This help.
     
    522522
    523523    my $config_cmd = "$ppConfigDump -camera $camera -dump-camera - | grep BURNTOOL.STATE.GOOD | uniq";
     524#    my $config_cmd = "$ppConfigDump -camera $camera -get-key BURNTOOL.STATE.GOOD";
    524525    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    525526        run ( command => $config_cmd, verbose => $verbose);
     
    17081709    $cmd .= "-input_label $label  -template_label $label ";
    17091710    $cmd .= "-set_workdir $workdir  -set_dist_group $new_dist_group  -set_data_group $new_data_group ";
     1711    $cmd .= " -mintimediff 40000 ";
    17101712    $cmd .= " -simple  -set_label $label -filter $filter ";
    17111713    $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.