Changeset 20661
- Timestamp:
- Nov 10, 2008, 3:55:49 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/camera_exp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/camera_exp.pl
r20652 r20661 60 60 61 61 my $logDest = $ipprc->filename("LOG.EXP", $outroot) or &my_die("Missing entry from camera config", $cam_id, $PS_EXIT_CONFIG_ERROR); 62 63 if (not defined $run_state) { $run_state = 'new'; } 62 64 if ($run_state eq 'update') { 63 65 $logDest .= '.update'; 64 66 } 65 67 66 $ipprc->redirect_output($logDest) if $redirect; 68 if ($redirect) { 69 $ipprc->redirect_output($logDest); 70 print "\n\n"; 71 print "Starting script $0 on $host\n\n"; 72 print "COMMAND IS: @ARGV\n\n"; 73 } 67 74 68 75 # Recipes to use based on reduction class
Note:
See TracChangeset
for help on using the changeset viewer.
