Changeset 26204 for trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
- Timestamp:
- Nov 19, 2009, 5:32:10 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r26201 r26204 328 328 $stage_id = $image->{exp_id}; 329 329 } elsif ($img_type eq "chip") { 330 $stage_id = $image->{chip };330 $stage_id = $image->{chip_id}; 331 331 } elsif ($img_type eq "warp") { 332 332 $stage_id = $image->{warp_id}; … … 336 336 $stage_id = $image->{stack_id}; 337 337 } 338 $ image->{stage_id} = $stage_id;339 $ image->{stage} = $img_type;340 $ image->{image_db} = $image_db;338 $out->{stage_id} = $stage_id; 339 $out->{stage} = $img_type; 340 $out->{image_db} = $image_db; 341 341 342 342 # find the mask and weight images
Note:
See TracChangeset
for help on using the changeset viewer.
