IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 19, 2009, 5:32:10 PM (17 years ago)
Author:
bills
Message:

change "params" file for get_image jobs to be mdc doc that contains "all" of
the data for the component. Various other changes.

File:
1 edited

Legend:

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

    r26201 r26204  
    328328            $stage_id = $image->{exp_id};
    329329        } elsif ($img_type eq "chip") {
    330             $stage_id = $image->{chip};
     330            $stage_id = $image->{chip_id};
    331331        } elsif ($img_type eq "warp") {
    332332            $stage_id = $image->{warp_id};
     
    336336            $stage_id = $image->{stack_id};
    337337        }
    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;
    341341
    342342        # find the mask and weight images
Note: See TracChangeset for help on using the changeset viewer.