Changeset 33321
- Timestamp:
- Feb 21, 2012, 11:47:43 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/camera_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/camera_exp.pl
r32562 r33321 156 156 { # Determine if FWHM is too large to bother continuing. 157 157 my $maxFWHM = 0; 158 # XXX: temporary hack if this is a CNP exposure set maxFWHM to a large 159 # value. 160 # Before the next tag we will put this into a recipe 161 if ($outroot =~ /CNP/) { 162 $maxFWHM = 25; 163 } else { 158 164 my $command = "$ppConfigDump -camera $camera -get-key MAX_ALLOWED_FWHM"; 159 165 my ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 168 174 $maxFWHM = metadataLookupStr($cameraConfig, 'MAX_ALLOWED_FWHM'); 169 175 } 176 } 170 177 if ($maxFWHM) { 171 178 my $expFWHM;
Note:
See TracChangeset
for help on using the changeset viewer.
