Changeset 33949 for branches/eam_branches/ipp-20120405/ippScripts
- Timestamp:
- May 29, 2012, 5:08:07 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120405/ippScripts/scripts
- Files:
-
- 5 edited
-
destreak_restore_camera.pl (modified) (1 diff, 1 prop)
-
ipp_apply_burntool_single.pl (modified) (1 prop)
-
magic_destreak.pl (modified) (1 prop)
-
nightly_science.pl (modified) (4 diffs)
-
staticsky.pl (modified) (2 diffs)
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.pl merged eligible /trunk/ippScripts/scripts/destreak_restore_camera.pl merged eligible /branches/czw_branch/20101203/ippScripts/scripts/destreak_restore_camera.pl 29907-30631 /branches/eam_branches/ipp-20101103/ippScripts/scripts/destreak_restore_camera.pl 29657-29920 /branches/eam_branches/ipp-20101205/ippScripts/scripts/destreak_restore_camera.pl 29959-30585 /branches/eam_branches/ipp-20110213/ippScripts/scripts/destreak_restore_camera.pl 30628-31149 /branches/eam_branches/ipp-20110404/ippScripts/scripts/destreak_restore_camera.pl 31166-31444 /branches/eam_branches/ipp-20110505/ippScripts/scripts/destreak_restore_camera.pl 31458-31658 /branches/eam_branches/ipp-20110710/ippScripts/scripts/destreak_restore_camera.pl 31852-32345 /branches/eam_branches/ipp-20110906/ippScripts/scripts/destreak_restore_camera.pl 32363-32631 /branches/eam_branches/ipp-20111110/ippScripts/scripts/destreak_restore_camera.pl 32645-32694 /branches/haf_add201112/ippScripts/scripts/destreak_restore_camera.pl 32980-33029
r33618 r33949 422 422 # looks like a censored one 423 423 if (scalar @{$file{bad_instances}}) { 424 my $bad = ${$file{bad_instances}} ->[0];424 my $bad = ${$file{bad_instances}}[0]; 425 425 $file{censored} = ($bad =~ /SR_/); 426 426 print "no good instances found setting censored based on $bad\n"; -
Property svn:mergeinfo
set to (toggle deleted branches)
-
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 1539 1539 $cmd .= " -simple -set_label $label -exp_id $input_exp_id -template_exp_id $template_exp_id "; 1540 1540 # $cmd .= " -pretend "; 1541 if (defined($reduction)) { 1542 $cmd .= " -set_reduction $reduction "; 1543 } 1544 1541 1545 if (defined($pretend)) { 1542 1546 $cmd .= ' -pretend '; … … 1670 1674 $cmd .= "-set_workdir $workdir -set_dist_group $dist_group -set_data_group $new_data_group "; 1671 1675 $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 1672 1680 # $cmd .= " -pretend "; 1673 1681 if (defined($pretend)) { … … 1724 1732 $check_cmd .= " -pretend -simple -rerun -set_label $label -filter $filter "; 1725 1733 $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 } 1726 1737 1727 1738 my ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 1745 1756 $cmd .= " -simple -rerun -set_label $label -filter $filter "; 1746 1757 $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 } 1747 1761 1748 1762 if (defined($pretend)) { -
branches/eam_branches/ipp-20120405/ippScripts/scripts/staticsky.pl
r33690 r33949 144 144 my $path_base = $file->{path_base}; 145 145 print "input: $path_base\n"; 146 my $stack_id = $file->{stack_id}; 146 147 147 148 my $imageCnv = $ipprc->filename("PPSTACK.OUTPUT", $path_base ); # Image name … … 172 173 &my_die("Couldn't find input: $sources", $sky_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists("$sources"); 173 174 175 print $listFile " STACK_ID S64 " . $stack_id . "\n"; 174 176 print $listFile " RAW:IMAGE STR " . $imageRaw . "\n"; 175 177 print $listFile " RAW:MASK STR " . $maskRaw . "\n";
Note:
See TracChangeset
for help on using the changeset viewer.
