Changeset 28410
- Timestamp:
- Jun 18, 2010, 3:38:33 PM (16 years ago)
- Location:
- tags/ipp-20100616
- Files:
-
- 3 edited
-
ippScripts/scripts/skycell_jpeg.pl (modified) (3 diffs)
-
ippTasks/nightly_stacks.pro (modified) (1 diff)
-
ippconfig/recipes/nightly_science.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100616/ippScripts/scripts/skycell_jpeg.pl
r28381 r28410 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 } -
tags/ipp-20100616/ippTasks/nightly_stacks.pro
r28380 r28410 186 186 book setword nsData $today nsState NEW 187 187 188 command echo $today189 #command automate_stacks.pl --clean_old --date $today188 # command echo $today 189 command automate_stacks.pl --clean_old --date $today 190 190 end 191 191 -
tags/ipp-20100616/ippconfig/recipes/nightly_science.config
r28379 r28410 12 12 RETENTION_TIME U16 7 13 13 END 14 CLEAN_MODES METADATA15 MODE STR DIFF16 COMMAND STR difftool17 RETENTION_TIME U16 3018 END14 # CLEAN_MODES METADATA 15 # MODE STR DIFF 16 # COMMAND STR difftool 17 # RETENTION_TIME U16 30 18 # END 19 19 20 20 FILTERS MULTI
Note:
See TracChangeset
for help on using the changeset viewer.
