IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33321


Ignore:
Timestamp:
Feb 21, 2012, 11:47:43 AM (14 years ago)
Author:
Serge CHASTEL
Message:

sync fo rnew tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/camera_exp.pl

    r32562 r33321  
    156156    { # Determine if FWHM is too large to bother continuing.
    157157        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 {
    158164        my $command = "$ppConfigDump -camera $camera -get-key MAX_ALLOWED_FWHM";
    159165        my ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    168174            $maxFWHM = metadataLookupStr($cameraConfig, 'MAX_ALLOWED_FWHM');
    169175        }
     176      }
    170177        if ($maxFWHM) {
    171178            my $expFWHM;
Note: See TracChangeset for help on using the changeset viewer.