Index: /branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts/detrend_process_imfile.pl
===================================================================
--- /branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts/detrend_process_imfile.pl	(revision 43024)
+++ /branches/eam_branches/ipp-pstamp-20260421/ippScripts/scripts/detrend_process_imfile.pl	(revision 43025)
@@ -41,9 +41,9 @@
     'class_id|i=s'      => \$class_id,
     'det_type|t=s'      => \$det_type,
-    'exp_tag|=s'        => \$exp_tag,
+    'exp_tag=s'         => \$exp_tag,
     'input_uri|u=s'     => \$input_uri,
     'camera|c=s'        => \$camera,
     'outroot|w=s'       => \$outroot, # output file base name
-    'dbname|d=s'        => \$dbname, # Database name
+    'dbname=s'          => \$dbname, # Database name
     'reduction=s'       => \$reduction, # Reduction class
     'threads=s'         => \$threads,   # Number of threads to use for ppImage
@@ -184,4 +184,6 @@
 $command .= " $cmdflags";
 
+print "$command\n";
+
 # Add the processed file to the database
 unless ($no_update) {
