IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 29, 2012, 5:08:07 PM (14 years ago)
Author:
eugene
Message:

merging changes from trunk

Location:
branches/eam_branches/ipp-20120405/ippScripts/scripts
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120405/ippScripts/scripts/destreak_restore_camera.pl

    • Property svn:mergeinfo set to (toggle deleted branches)
      /tags/ipp-20120404/ippScripts/scripts/destreak_restore_camera.plmergedeligible
      /trunk/ippScripts/scripts/destreak_restore_camera.plmergedeligible
      /branches/czw_branch/20101203/ippScripts/scripts/destreak_restore_camera.pl29907-30631
      /branches/eam_branches/ipp-20101103/ippScripts/scripts/destreak_restore_camera.pl29657-29920
      /branches/eam_branches/ipp-20101205/ippScripts/scripts/destreak_restore_camera.pl29959-30585
      /branches/eam_branches/ipp-20110213/ippScripts/scripts/destreak_restore_camera.pl30628-31149
      /branches/eam_branches/ipp-20110404/ippScripts/scripts/destreak_restore_camera.pl31166-31444
      /branches/eam_branches/ipp-20110505/ippScripts/scripts/destreak_restore_camera.pl31458-31658
      /branches/eam_branches/ipp-20110710/ippScripts/scripts/destreak_restore_camera.pl31852-32345
      /branches/eam_branches/ipp-20110906/ippScripts/scripts/destreak_restore_camera.pl32363-32631
      /branches/eam_branches/ipp-20111110/ippScripts/scripts/destreak_restore_camera.pl32645-32694
      /branches/haf_add201112/ippScripts/scripts/destreak_restore_camera.pl32980-33029
    r33618 r33949  
    422422                # looks like a censored one
    423423                if (scalar @{$file{bad_instances}}) {
    424                     my $bad = ${$file{bad_instances}}->[0];
     424                    my $bad = ${$file{bad_instances}}[0];
    425425                    $file{censored} = ($bad =~ /SR_/);
    426426                    print "no good instances found setting censored based on $bad\n";
  • branches/eam_branches/ipp-20120405/ippScripts/scripts/ipp_apply_burntool_single.pl

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/eam_branches/ipp-20120405/ippScripts/scripts/magic_destreak.pl

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/eam_branches/ipp-20120405/ippScripts/scripts/nightly_science.pl

    r33371 r33949  
    15391539            $cmd .= " -simple  -set_label $label -exp_id $input_exp_id -template_exp_id $template_exp_id ";
    15401540#               $cmd .= " -pretend ";
     1541            if (defined($reduction)) {
     1542                $cmd .= " -set_reduction $reduction ";
     1543            }
     1544
    15411545            if (defined($pretend)) {
    15421546                $cmd .= ' -pretend ';
     
    16701674            $cmd .= "-set_workdir $workdir  -set_dist_group $dist_group  -set_data_group $new_data_group ";
    16711675            $cmd .= " -simple  -set_label $label -exp_id $input_exp_id -template_exp_id $template_exp_id ";
     1676            if (defined($reduction)) {
     1677                $cmd .= " -set_reduction $reduction ";
     1678            }
     1679
    16721680#               $cmd .= " -pretend ";
    16731681            if (defined($pretend)) {
     
    17241732    $check_cmd .= " -pretend -simple  -rerun -set_label $label -filter $filter ";
    17251733    $check_cmd .= " -dateobs_begin ${lunation_start}T00:00:00 -dateobs_end ${lunation_end}T23:59:59 -distance 1.5 ";
     1734    if (defined($reduction)) {
     1735        $check_cmd .= " -set_reduction $reduction ";
     1736    }
    17261737
    17271738    my ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    17451756            $cmd .= " -simple  -rerun -set_label $label -filter $filter ";
    17461757            $cmd .= " -dateobs_begin ${lunation_start}T00:00:00 -dateobs_end ${lunation_end}T23:59:59 -distance 1.5 ";
     1758            if (defined($reduction)) {
     1759                $cmd .= " -set_reduction $reduction ";
     1760            }
    17471761
    17481762            if (defined($pretend)) {
  • branches/eam_branches/ipp-20120405/ippScripts/scripts/staticsky.pl

    r33690 r33949  
    144144            my $path_base = $file->{path_base};
    145145            print "input: $path_base\n";
     146            my $stack_id = $file->{stack_id};
    146147
    147148            my $imageCnv  = $ipprc->filename("PPSTACK.OUTPUT",          $path_base ); # Image name
     
    172173            &my_die("Couldn't find input: $sources",   $sky_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists("$sources");
    173174
     175            print $listFile "  STACK_ID      S64  " . $stack_id  . "\n";
    174176            print $listFile "  RAW:IMAGE     STR  " . $imageRaw  . "\n";
    175177            print $listFile "  RAW:MASK      STR  " . $maskRaw   . "\n";
Note: See TracChangeset for help on using the changeset viewer.