IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20222


Ignore:
Timestamp:
Oct 17, 2008, 9:44:04 AM (18 years ago)
Author:
bills
Message:

set class_id in output for raw and chip images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PStamp/lib/PStamp/Job.pm

    r20150 r20222  
    219219        $out->{image}  = $image->{uri};
    220220        $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        }
    222225
    223226        # find the mask and weight images
Note: See TracChangeset for help on using the changeset viewer.