Changeset 31662
- Timestamp:
- Jun 22, 2011, 12:28:54 AM (15 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
ipp_apply_burntool_single.pl (modified) (1 prop)
-
staticsky.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_apply_burntool_single.pl
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20110505/ippScripts/scripts/ipp_apply_burntool_single.pl (added) merged: 31587,31628,31656
- Property svn:mergeinfo changed
-
trunk/ippScripts/scripts/staticsky.pl
r31271 r31662 40 40 } 41 41 42 sub HelpMessage { 43 print "USAGE: staticsky.pl --sky_id (sky_id) --outroot (root) --camera (camera) [options]\n"; 44 print " --sky_id (sky_id) : run identifier\n"; 45 print " --camera (camera) : Camera name\n"; 46 print " --dbname (dbname) : Database name\n"; 47 print " --threads (N) : Number of threads to use\n"; 48 print " --outroot (root) : Output root name\n"; 49 print " --reduction (class) : Reduction class\n"; 50 print " --verbose : Be extra verbose\n"; 51 print " --no-update : Don't update the database?\n"; 52 print " --no-op : Don't do any operations?\n"; 53 print " --redirect-output : send output to the log file,\n"; 54 print " --save-temps : Save temporary files?\n"; 55 print " --help : show this message\n"; 56 exit 2; 57 } 58 42 59 # XXX test: 43 60 print "run staticsky.pl @ARGV\n"; 44 # exit 0;45 61 46 62 my ($sky_id, $camera, $dbname, $threads, $outroot, $reduction, $verbose, $no_update, $no_op, $redirect, $save_temps); … … 57 73 'redirect-output' => \$redirect, 58 74 'save-temps' => \$save_temps, # Save temporary files? 75 'help' => sub { HelpMessage() }, 59 76 ) or pod2usage( 2 ); 60 77 61 78 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV; 79 62 80 pod2usage( 63 81 -msg => "Required options: --sky_id --outroot --camera",
Note:
See TracChangeset
for help on using the changeset viewer.
