Index: /branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts/addstar_run.pl
===================================================================
--- /branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts/addstar_run.pl	(revision 43043)
+++ /branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts/addstar_run.pl	(revision 43044)
@@ -23,4 +23,5 @@
 use PS::IPP::Config 1.01 qw( :standard );
 use File::Temp qw( tempfile );
+use Scalar::Util qw(looks_like_number);
 
 use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt );
Index: /branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts/camera_exp.pl
===================================================================
--- /branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts/camera_exp.pl	(revision 43043)
+++ /branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts/camera_exp.pl	(revision 43044)
@@ -51,5 +51,5 @@
     'outroot|w=s'       => \$outroot, # output file base name
     'reduction=s'       => \$reduction, # Reduction class
-    'dvodb|w=s'         => \$dvodb,  # output DVO database
+    'dvodb=s'           => \$dvodb,  # output DVO database
     'run-state=s'       => \$run_state, # 'new' or 'update'
     'skip-binned'       => \$skip_binned, # override recipe - don't create binned images
