Index: trunk/ippScripts/scripts/camera_exp.pl
===================================================================
--- trunk/ippScripts/scripts/camera_exp.pl	(revision 32562)
+++ trunk/ippScripts/scripts/camera_exp.pl	(revision 33321)
@@ -156,4 +156,10 @@
     { # Determine if FWHM is too large to bother continuing.
 	my $maxFWHM = 0;
+      # XXX: temporary hack if this is a CNP exposure set maxFWHM to a large
+      # value.
+      # Before the next tag we will put this into a recipe
+      if ($outroot =~ /CNP/) {
+            $maxFWHM = 25;
+      } else {
 	my $command = "$ppConfigDump -camera $camera -get-key MAX_ALLOWED_FWHM";
 	my ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
@@ -168,4 +174,5 @@
 	    $maxFWHM = metadataLookupStr($cameraConfig, 'MAX_ALLOWED_FWHM');
 	}
+      }
 	if ($maxFWHM) {
 	    my $expFWHM;
