Index: branches/pap/ippScripts/scripts/background_chip.pl
===================================================================
--- branches/pap/ippScripts/scripts/background_chip.pl	(revision 28441)
+++ branches/pap/ippScripts/scripts/background_chip.pl	(revision 28454)
@@ -41,9 +41,8 @@
 
 # Parse the command-line arguments
-my ( $chip_bg_id, $chip_id, $class_id, $camera, $outroot, $dbname, $reduction, $verbose,
+my ( $chip_bg_id, $class_id, $camera, $outroot, $dbname, $reduction, $verbose,
      $no_update, $save_temps, $no_op, $redirect, $deburned );
 GetOptions(
     'chip_bg_id=s'      => \$chip_bg_id,    # chipBackgroundRun identifier
-    'chip_id=s'         => \$chip_id,   # chipRun identifier
     'class_id=s'        => \$class_id,  # Class identifier
     'camera|c=s'        => \$camera,    # Camera
@@ -59,8 +58,7 @@
 
 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
-pod2usage( -msg => "Required options: --exp_id --chip_id --chip_imfile_id --class_id --uri --camera --outroot --run-state",
+pod2usage( -msg => "Required options: --chip_bg_id --class_id --camera --outroot",
            -exitval => 3) unless
     defined $chip_bg_id and
-    defined $chip_id and
     defined $class_id and
     defined $camera and
@@ -237,5 +235,5 @@
 
     carp($msg);
-    if (defined $chip_id and defined $class_id and not $no_update) {
+    if (defined $chip_bg_id and defined $class_id and not $no_update) {
         my $command = "$bgtool -addchip";
         $command .= " -chip_bg_id $chip_bg_id";
