Changeset 10128
- Timestamp:
- Nov 21, 2006, 5:19:03 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend.pl
r10127 r10128 99 99 my $iteration = $item->{iteration}; 100 100 my $class_id = $item->{class_id}; 101 my $det_type = $item->{det_ item};101 my $det_type = $item->{det_type}; 102 102 my $camera = $item->{camera}; 103 103 … … 121 121 my $det_id = $item->{det_id}; 122 122 my $iteration = $item->{iteration}; 123 my $det_type = $item->{det_ item};123 my $det_type = $item->{det_type}; 124 124 125 125 my $command = "$detrend_norm_calc --det_id $det_id --iteration $iteration --det_type $det_type"; … … 142 142 my $det_id = $item->{det_id}; 143 143 my $iteration = $item->{iteration}; 144 my $det_type = $item->{det_ item};144 my $det_type = $item->{det_type}; 145 145 my $class_id = $item->{class_id}; 146 146 my $value = $item->{norm}; … … 167 167 my $det_id = $item->{det_id}; 168 168 my $iteration = $item->{iteration}; 169 my $det_type = $item->{det_ item};169 my $det_type = $item->{det_type}; 170 170 my $class_id = $item->{class_id}; 171 171 my $value = $item->{norm};
Note:
See TracChangeset
for help on using the changeset viewer.
