Changeset 28931 for trunk/ippScripts/scripts/magic_destreak.pl
- Timestamp:
- Aug 17, 2010, 10:33:28 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_destreak.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak.pl
r28536 r28931 216 216 foreach my $skycell (@$skycells) { 217 217 my $skycell_uri; 218 if ($skycell->{data_state} eq "full" ) {218 if ($skycell->{data_state} eq "full" and $skycell->{quality} = 0) { 219 219 $skycell_uri = $ipprc->filename("PPSUB.OUTPUT", $skycell->{path_base}); 220 220 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
