Index: trunk/ippScripts/scripts/camera_exp.pl
===================================================================
--- trunk/ippScripts/scripts/camera_exp.pl	(revision 13643)
+++ trunk/ippScripts/scripts/camera_exp.pl	(revision 13652)
@@ -213,8 +213,14 @@
 # Add the result into the database
 unless ($no_update) {
-    my $command = "$camtool -addprocessedexp -cam_id $cam_id -uri UNKNOWN -path_base $outputRoot " .
-	"-bg $bg -bg_stdev $bg_stdev -bg_mean_stdev $bg_mean_stdev " .
-	"-sigma_ra 0.0 -sigma_dec 0.0 -nastro 0 -zp_mean 0.0 -zp_stdev 0.0"; # Command to run
+
+    my $command = "$camtool -addprocessedexp";
+    $command .= " -cam_id $cam_id -uri UNKNOWN -path_base $outputRoot";
+    $command .= " -bg $bg -bg_stdev $bg_stdev -bg_mean_stdev $bg_mean_stdev";
+    $command .= " -sigma_ra 0.0 -sigma_dec 0.0";
+    $command .= " -zp_mean 0.0 -zp_stdev 0.0";
+    $command .= " -fwhm 0.0 -fwhm_range 0.0";
+    $command .= " -n_stars 0 -n_extended 0 -n_cr 0 -n_astrom 0";
     $command .= " -dbname $dbname" if defined $dbname;
+
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
 	run(command => $command, verbose => 1);
