IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 15, 2009, 1:53:33 PM (17 years ago)
Author:
bills
Message:

implementation for "get_image" jobs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r26150 r26151  
    312312        # (we do this here for raw stage)
    313313        $out->{image}  = $image->{uri};
     314
    314315        if ($set_class_id) {
    315316            $class_id = $image->{class_id};
    316317            $out->{component} = $class_id;
     318        } else {
     319            $out->{component} = $image->{skycell_id};
    317320        }
    318321        my $stage_id;
Note: See TracChangeset for help on using the changeset viewer.