Index: /trunk/ippScripts/scripts/camera_exp.pl
===================================================================
--- /trunk/ippScripts/scripts/camera_exp.pl	(revision 13459)
+++ /trunk/ippScripts/scripts/camera_exp.pl	(revision 13460)
@@ -153,5 +153,5 @@
 my $jpeg1 = $ipprc->filename("PPIMAGE.JPEG1", $outputRoot); # Binned JPEG #1
 my $jpeg2 = $ipprc->filename("PPIMAGE.JPEG2", $outputRoot); # Binned JPEG #2
-my $fpaObjects = $ipprc->filename("PSASTRO.OUTPUT", $outputRoot); # MEF psastro output
+my $fpaObjects = $outputRoot . '.smp'; # MEF psastro output
 
 unless ($no_op) {
@@ -160,5 +160,6 @@
     # XXX note that this is wrong if imfiles are cells
     if (scalar @$files > 1) {
-	my $command = "$psastro -list $list3Name $outputRoot +mosastro -chipastro";
+	my $command = "$psastro -list $list3Name $outputRoot +mosastro -chipastro " . 
+	    "-F PSASTRO.OUTPUT PSASTRO.OUTPUT.MEF";
 	my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
 	    run(command => $command, verbose => 1);
Index: /trunk/ippScripts/scripts/ipp_simulation_data.pl
===================================================================
--- /trunk/ippScripts/scripts/ipp_simulation_data.pl	(revision 13459)
+++ /trunk/ippScripts/scripts/ipp_simulation_data.pl	(revision 13460)
@@ -124,9 +124,9 @@
     ( $basename, $counter ) = filename( $name, $counter );
     my $filename = caturi( $path, $basename );
-    run( command => "$ppSim -camera $camera -type BIAS $filename",
-	 verbose => 1 ) or die "Unable to run ppSim";
-    run( command => "$inject --camera $camera --telescope $telescope --path $path --workdir $workdir " .
-	 "--dbname $dbname $basename",
-	 verbose => 1 ) or die "Unable to inject file.";
+#    run( command => "$ppSim -camera $camera -type BIAS $filename",
+#	 verbose => 1 ) or die "Unable to run ppSim";
+#    run( command => "$inject --camera $camera --telescope $telescope --path $path --workdir $workdir " .
+#	 "--dbname $dbname $basename",
+#	 verbose => 1 ) or die "Unable to inject file.";
 }
 
@@ -136,9 +136,9 @@
     ( $basename, $counter ) = filename( $name, $counter );
     my $filename = caturi( $path, $basename );
-    run ( command => "$ppSim -camera $camera -type DARK -exptime $exptime $filename",
-	  verbose => 1 ) or die "Unable to run ppSim";
-    run( command => "$inject --camera $camera --telescope $telescope --path $path --workdir $workdir " .
-	 "--dbname $dbname $basename",
-	 verbose => 1 ) or die "Unable to inject file.";
+#    run ( command => "$ppSim -camera $camera -type DARK -exptime $exptime $filename",
+#	  verbose => 1 ) or die "Unable to run ppSim";
+#    run( command => "$inject --camera $camera --telescope $telescope --path $path --workdir $workdir " .
+#	 "--dbname $dbname $basename",
+#	 verbose => 1 ) or die "Unable to inject file.";
 }
 
@@ -150,9 +150,9 @@
 	( $basename, $counter ) = filename( $name, $counter );
 	my $filename = caturi( $path, $basename );
-	run( command => "$ppSim -camera $camera -type FLAT -filter $filter -exptime $exptime $filename",
-	     verbose => 1 ) or die "Unable to run ppSim";
-        run( command => "$inject --camera $camera --telescope $telescope --path $path --workdir $workdir " .
-	     "--dbname $dbname $basename",
-	     verbose => 1 ) or die "Unable to inject file.";
+#	run( command => "$ppSim -camera $camera -type FLAT -filter $filter -exptime $exptime $filename",
+#	     verbose => 1 ) or die "Unable to run ppSim";
+#        run( command => "$inject --camera $camera --telescope $telescope --path $path --workdir $workdir " .
+#	     "--dbname $dbname $basename",
+#	     verbose => 1 ) or die "Unable to inject file.";
     }
 }
