Index: trunk/ippScripts/scripts/permcheck.pl
===================================================================
--- trunk/ippScripts/scripts/permcheck.pl	(revision 39965)
+++ trunk/ippScripts/scripts/permcheck.pl	(revision 39967)
@@ -370,5 +370,12 @@
  	# neb-stat level handling
  	my $stat = $neb->stat($key);
- 	die "nebulous key: $key not found" unless $stat;   
+	unless ($stat) {
+	    if (($stage eq 'camera')&&($key =~ /psf/)) {
+		warn "nebulous key: $key not found";
+	    }
+	    else {
+		die  "nebulous key: $key not found";
+	    }
+	}
  	my $instances;
  	my $md5sum = '';
