Changeset 32694 for branches/eam_branches/ipp-20111110/ippScripts
- Timestamp:
- Nov 17, 2011, 2:02:08 PM (15 years ago)
- Location:
- branches/eam_branches/ipp-20111110
- Files:
-
- 6 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/diff_skycell.pl (modified) (1 diff)
-
ippScripts/scripts/dist_defineruns.pl (modified) (1 diff)
-
ippScripts/scripts/ipp_apply_burntool_single.pl (modified) (1 prop)
-
ippScripts/scripts/magic_destreak.pl (modified) (1 diff)
-
ippScripts/scripts/magic_destreak_revert.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111110
- Property svn:mergeinfo changed
/trunk (added) merged: 32650,32652-32656,32658,32665-32666,32668-32669,32671,32674,32676,32678,32680-32682,32687
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20111110/ippScripts/scripts/diff_skycell.pl
r32637 r32694 289 289 } 290 290 291 if (!$ipprc->file_exists($configuration)) {292 print STDERR "WARNING: Config dump file $configuration is missing. Using current recipes and file rules.\n";293 $configuration = undef;294 }295 291 # use WARPSTATS if we're updating, as we don't care about the new stuff from the STACK and DIFF STATS recipes 296 292 $recipe_ppstats = 'WARPSTATS'; -
branches/eam_branches/ipp-20111110/ippScripts/scripts/dist_defineruns.pl
r30489 r32694 88 88 push @stages, $stage; 89 89 } else { 90 @stages = qw( rawchip chip_bg camera fake warp warp_bg diff stack SSdiff sky);90 @stages = qw(chip chip_bg camera fake warp warp_bg diff stack SSdiff sky); 91 91 } 92 92 -
branches/eam_branches/ipp-20111110/ippScripts/scripts/ipp_apply_burntool_single.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20111110/ippScripts/scripts/magic_destreak.pl
r32537 r32694 221 221 my $command = "$magicdstool -magic_ds_id $magic_ds_id -getskycells"; 222 222 $command .= " $skycell_args"; 223 $command .= " -dbname $dbname" if $dbname; 223 224 my @diff_components; 224 225 if ($mismatched_tess) { -
branches/eam_branches/ipp-20111110/ippScripts/scripts/magic_destreak_revert.pl
r32356 r32694 511 511 my $command = "$magicdstool -updaterun"; 512 512 $command .= " -magic_ds_id $magic_ds_id"; 513 $command .= " -set_state failed_revert"; 513 if ($run_state ne 'update') { 514 $command .= " -set_state failed_revert"; 515 } else { 516 $command .= " -set_state failed_revert_ud"; 517 } 514 518 $command .= " -dbname $dbname" if defined $dbname; 515 519
Note:
See TracChangeset
for help on using the changeset viewer.
