Changeset 20756
- Timestamp:
- Nov 14, 2008, 1:24:58 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_process.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_process.pl
r20707 r20756 120 120 @outputs = ("${outroot}.clusters", "${outroot}_hough.fits", "${outroot}.streaks"); 121 121 122 my $diff_id; 122 my $diff_id = $innode->{diff_id}; 123 if (!$diff_id) { 124 &my_die("input for node has null diff_id", $magic_id, $node, $PS_EXIT_UNKNOWN_ERROR); 125 } 123 126 my ($image, $mask, $weight) = resolve_inputs($innode); 124 127
Note:
See TracChangeset
for help on using the changeset viewer.
