Changeset 11321
- Timestamp:
- Jan 26, 2007, 12:39:44 PM (19 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 3 edited
-
detrend_norm_calc.pl (modified) (2 diffs)
-
detrend_reject_exp.pl (modified) (2 diffs)
-
phase0_exp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_calc.pl
r11316 r11321 28 28 $iter, # Iteration 29 29 $detType, # Detrend type 30 $workdir, # Working directory for output files 30 31 $dbname, # Database name 31 32 $no_update # Don't update the database? … … 35 36 'iteration|i=s' => \$iter, 36 37 'det_type|t=s' => \$detType, 37 'dbname|d=s' => \$dbname,# Database name 38 'workdir|w=s' => \$workdir, 39 'dbname|d=s' => \$dbname,# Database name 38 40 'no-update' => \$no_update 39 41 ) or pod2usage( 2 ); -
trunk/ippScripts/scripts/detrend_reject_exp.pl
r11319 r11321 26 26 use Pod::Usage qw( pod2usage ); 27 27 28 my ($det_id, $iter, $det_type, $camera, $filter, $ dbname, $no_update);28 my ($det_id, $iter, $det_type, $camera, $filter, $workdir, $dbname, $no_update); 29 29 GetOptions( 30 30 'det_id|d=s' => \$det_id, … … 33 33 'camera=s' => \$camera, 34 34 'filter=s' => \$filter, 35 'workdir|w=s' => \$workdir, # Working directory for output files 35 36 'dbname|d=s' => \$dbname, # Database name 36 37 'no-update' => \$no_update -
trunk/ippScripts/scripts/phase0_exp.pl
r11319 r11321 25 25 ); 26 26 27 my ($cache, $exptag, $ dbname, $no_update);27 my ($cache, $exptag, $workdir, $dbname, $no_update); 28 28 29 29 GetOptions( 30 30 'caches' => \$cache, 31 31 'exp_tag|e=s' => \$exptag, 32 'dbname|d=s' => \$dbname,# Database name 32 'workdir|w=s' => \$workdir, # Working directory for output files 33 'dbname|d=s' => \$dbname, # Database name 33 34 'no-update' => \$no_update 34 35 ) or pod2usage( 2 );
Note:
See TracChangeset
for help on using the changeset viewer.
