- Timestamp:
- Oct 18, 2009, 10:23:28 AM (17 years ago)
- Location:
- branches/eam_branches/20090820
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/camera_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820
-
branches/eam_branches/20090820/ippScripts/scripts/camera_exp.pl
r25766 r25870 39 39 } 40 40 41 my ( $exp_tag, $cam_id, $camera, $outroot, $ recipe, $dbname, $reduction, $dvodb, $verbose, $no_update,41 my ( $exp_tag, $cam_id, $camera, $outroot, $dbname, $reduction, $dvodb, $verbose, $no_update, 42 42 $no_op, $redirect, $save_temps, $run_state); 43 43 GetOptions( 44 44 'exp_tag=s' => \$exp_tag, # Exposure identifier 45 45 'cam_id=s' => \$cam_id, # Camtool identifier 46 'recipe=s' => \$recipe, # Recipe to use47 46 'camera|c=s' => \$camera, # Camera 48 47 'dbname|d=s' => \$dbname, # Database name … … 355 354 # $fpaCommand .= " -dtime_addstar $dtime_addstar"; 356 355 } else { 357 $fpaCommand .= " -updaterun -s tate full";356 $fpaCommand .= " -updaterun -set_state full"; 358 357 } 359 358 $fpaCommand .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
