Changeset 32917 for trunk/ippScripts/scripts/magic_destreak.pl
- Timestamp:
- Dec 9, 2011, 9:57:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak.pl
- Property svn:mergeinfo set to
r32870 r32917 185 185 } 186 186 187 my $statsFile = "$outroot/$exp_id.mds.$magic_ds_id.$stage_id.$component.stats"; 187 # XXX: create a DESTREAK file rule. For now just steal one that will work 188 my $error; 189 my $statsFile = $ipprc->prepare_output("PSASTRO.STATS", "$outroot/$exp_id.mds.$magic_ds_id.$stage_id.$component", undef, 1, \$error) or &my_die("failed to prepare output for stats", $magic_ds_id, $component, $error); 188 190 189 191 my $backup_path_base; … … 258 260 my $skycell_uri; 259 261 $skycell->{quality} = undef; 260 if ($skycell->{data_state} eq "full" and $skycell->{quality} == 0) { 262 # XXXXXXXX remake all skycells to avoid dead instances (ipp064) 263 if (0 and $skycell->{data_state} eq "full" and $skycell->{quality} == 0) { 261 264 $skycell_uri = $ipprc->filename("PPSUB.OUTPUT", $skycell->{path_base}); 262 265 my $skycell_id = $skycell->{skycell_id};
Note:
See TracChangeset
for help on using the changeset viewer.
