Changeset 23292 for trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
- Timestamp:
- Mar 12, 2009, 9:38:30 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r23266 r23292 147 147 $id_opt = "-chip_id"; 148 148 $mask_name = "PPIMAGE.CHIP.MASK"; 149 $weight_name = "PPIMAGE.CHIP. WEIGHT";149 $weight_name = "PPIMAGE.CHIP.VARIANCE"; 150 150 $base_name = "path_base"; # name of the field for the chiptool output 151 151 $want_astrom = 1; … … 157 157 $id_opt = "-warp_id"; 158 158 $mask_name = "PSWARP.OUTPUT.MASK"; 159 $weight_name = "PSWARP.OUTPUT. WEIGHT";159 $weight_name = "PSWARP.OUTPUT.VARIANCE"; 160 160 $base_name = "path_base"; # name of the field for the warptool output 161 161 } elsif ($img_type eq "diff") { … … 165 165 $id_opt = "-diff_id"; 166 166 $mask_name = "PPSUB.OUTPUT.MASK"; 167 $weight_name = "PPSUB.OUTPUT. WEIGHT";167 $weight_name = "PPSUB.OUTPUT.VARIANCE"; 168 168 $base_name = "path_base"; 169 169 } elsif ($img_type eq "stack") { … … 172 172 173 173 $mask_name = "PPSTACK.OUTPUT.MASK"; 174 $weight_name = "PPSTACK.OUTPUT. WEIGHT";174 $weight_name = "PPSTACK.OUTPUT.VARIANCE"; 175 175 $base_name = "path_base"; 176 176 } else { … … 351 351 if ($img_type eq "diff") { 352 352 $image->{mask} = $ipprc->filename("PPSUB.OUTPUT.MASK", $image->{path_base}); 353 $image->{weight} = $ipprc->filename("PPSUB.OUTPUT. WEIGHT", $image->{path_base});353 $image->{weight} = $ipprc->filename("PPSUB.OUTPUT.VARIANCE", $image->{path_base}); 354 354 } else { 355 355 $image->{mask} = $ipprc->filename("PSWARP.OUTPUT.MASK", $image->{path_base}); 356 $image->{weight} = $ipprc->filename("PSWARP.OUTPUT. WEIGHT", $image->{path_base});356 $image->{weight} = $ipprc->filename("PSWARP.OUTPUT.VARIANCE", $image->{path_base}); 357 357 } 358 358 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
