Changeset 20222
- Timestamp:
- Oct 17, 2008, 9:44:04 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/PStamp/lib/PStamp/Job.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PStamp/lib/PStamp/Job.pm
r20150 r20222 219 219 $out->{image} = $image->{uri}; 220 220 $out->{state} = $image->{state}; # state is undef for rawExp, but that's ok 221 $class_id = $image->{class_id} if $set_class_id; 221 if ($set_class_id) { 222 $class_id = $image->{class_id}; 223 $out->{class_id} = $class_id; 224 } 222 225 223 226 # find the mask and weight images
Note:
See TracChangeset
for help on using the changeset viewer.
