Changeset 32402 for trunk/ippScripts/scripts
- Timestamp:
- Sep 12, 2011, 1:47:06 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_destreak.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak.pl
r32372 r32402 360 360 $command .= " -chip_mask $ch_mask" if defined $ch_mask; 361 361 $command .= " -weight $weight" if defined $weight; 362 if ((defined($sources))&&($ipprc->file_exists($sources))) { 363 $command .= " -sources $sources" if defined $sources; 364 } 365 else { 366 print "Did not add sources because they do not appear to exist. This may be an error.\n"; 367 } 362 $command .= " -sources $sources" if defined $sources; 368 363 $command .= " -skycelllist $skycell_list" if defined $skycell_list; 369 364 $command .= " -replace" if $replace;
Note:
See TracChangeset
for help on using the changeset viewer.
