Changeset 28403 for trunk/ippScripts/scripts/skycell_jpeg.pl
- Timestamp:
- Jun 18, 2010, 11:58:49 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/skycell_jpeg.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/skycell_jpeg.pl
r28381 r28403 81 81 my $state = $imfile->{data_state}; 82 82 my $projection_cell = $skycell_id; 83 if ($quality == 8007or $state ne 'full') {83 if ($quality != 0 or $state ne 'full') { 84 84 next; 85 85 } … … 178 178 my $state = $imfile->{data_state}; 179 179 my $projection_cell = $skycell_id; 180 if ($quality == 8007 or $quality == 1010 or $state ne 'full') {180 if ($quality != 0 or $state ne 'full') { 181 181 next; 182 182 } … … 276 276 my $fault = $imfile->{fault}; 277 277 my $projection_cell = $skycell_id; 278 if ($quality == 8007or $state ne 'full') {278 if ($quality != 0 or $state ne 'full') { 279 279 next; 280 280 }
Note:
See TracChangeset
for help on using the changeset viewer.
