Changeset 31505 for trunk/ippScripts/scripts/dist_bundle.pl
- Timestamp:
- May 10, 2011, 10:18:58 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_bundle.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_bundle.pl
r30922 r31505 106 106 defined $stage_id and 107 107 defined $component and 108 defined $exp_type and109 108 defined $path_base and 110 109 defined $outroot; 111 110 111 if ($stage eq 'raw' and !$clean and !$no_magic) { 112 113 # for raw stage need to have exposure type defined and if the type is OBJECT we need 114 # a chip_path_base so we can find the chip mask file 115 if (!defined $exp_type or ($exp_type eq 'OBJECT' and !defined $chip_path_base)) { 116 pod2usage( -msg => "Required options: --chip_path_base --exp_type for raw stage", -exitval => 3); 117 } 118 } 119 112 120 $ipprc->redirect_output($logfile) if $logfile; 113 114 if ($stage eq 'raw' and !$clean and !$no_magic) {115 # need to be able to find chip mask file116 if ($exp_type eq 'OBJECT' and !defined $chip_path_base) {117 pod2usage( -msg => "Required options: --chip_path_base for raw stage", -exitval => 3);118 }119 }120 121 121 122 $ipprc->define_camera($camera);
Note:
See TracChangeset
for help on using the changeset viewer.
