Index: /trunk/ippScripts/scripts/phase0exp.pl
===================================================================
--- /trunk/ippScripts/scripts/phase0exp.pl	(revision 8238)
+++ /trunk/ippScripts/scripts/phase0exp.pl	(revision 8239)
@@ -8,5 +8,5 @@
 use Data::Dumper;
 
-use constant RECIPE => "PPSTATS_PHASE0"; # Recipe to use for ppStats
+use constant RECIPE => "PPSTATS_PHASE0_EXP"; # Recipe to use for ppStats
 
 use constant TYPE => "OBSTYPE";	# Observation type keyword
@@ -66,5 +66,5 @@
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
 	run(command => $command, verbose => 0);
-    die "Unable to perform ppStats on exposure id $expid: $error_code\n" if not $success;
+    die "Unable to perform p0search on exposure id $expid: $error_code\n" if not $success;
     my $parsed = $mdcParser->parse(join "", @$stdout_buf); # Parsed metadata
     $filenames = mdFileInfo($parsed); # Get filenames from the output
