Changeset 34241 for branches/eam_branches/ipp-20120627/ippScripts
- Timestamp:
- Jul 31, 2012, 11:38:18 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120627/ippScripts/scripts
- Files:
-
- 5 edited
-
destreak_restore_camera.pl (modified) (1 prop)
-
ipp_apply_burntool_single.pl (modified) (1 prop)
-
magic_destreak.pl (modified) (1 prop)
-
nightly_science.pl (modified) (1 diff)
-
skycalibration.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120627/ippScripts/scripts/destreak_restore_camera.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20120627/ippScripts/scripts/ipp_apply_burntool_single.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20120627/ippScripts/scripts/magic_destreak.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20120627/ippScripts/scripts/nightly_science.pl
r34018 r34241 1006 1006 $cmd .= " -set_reduction NIGHTLY_STACK "; 1007 1007 } 1008 if (defined($science_config{$target}{ADDITIONAL_STACK_LABEL})) { 1009 # Grab list of skycells 1010 my $skycell_select = ''; 1011 { 1012 my %skycells = (); 1013 my $warpcmd = "$warptool -warped -label $label -data_group $data_group -dbname $dbname"; 1014 my ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf) = 1015 run(command => $warpcmd, verbose => $verbose); 1016 unless($success) { 1017 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 1018 &my_die("Unabel to perform warptool -warped to determine skycell_ids: $error_code",$target); 1019 } 1020 my $runs = $mdcParser->parse_list(join "", @$stdout_buf) or 1021 &my_die("Unabel to parse warptool -warped to determine skycell_ids: $error_code",$target); 1022 if ($#{ $runs } != -1) { 1023 for my $warp (@$runs) { 1024 $skycells{$warp->{skycell_id}} = 1; 1025 } 1026 foreach my $skycell (sort (keys (%skycells))) { 1027 $skycell_select .= " -skycell $skycell "; 1028 } 1029 $cmd .= " -select_label $science_config{$target}{ADDITIONAL_STACK_LABEL} $skycell_select "; 1030 } 1031 } 1032 } 1008 1033 $cmd .= " $select "; 1009 1034 if ($debug == 1) { -
branches/eam_branches/ipp-20120627/ippScripts/scripts/skycalibration.pl
r33974 r34241 134 134 my $file; 135 135 if (!$singlefilter) { 136 $file = $ipprc->filename('PSPHOT.STACK.OUTPUT', "$path_base.stk", $stack_id);136 $file = $ipprc->filename('PSPHOT.STACK.OUTPUT', $path_base, $stack_id); 137 137 if (! $ipprc->file_resolve($file)) { 138 138 # XXX: Beginning of section that can be removed eventually
Note:
See TracChangeset
for help on using the changeset viewer.
