Changeset 17096
- Timestamp:
- Mar 24, 2008, 4:01:22 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_detrend_combine.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_detrend_combine.pl
r15595 r17096 38 38 my ($det_type, $filelevel, $inst, $telescope, $filter, 39 39 $det_id1, $iter1, $det_id2, $iter2, $operation, $mask, 40 $workdir, $dbname, $no_update , $no_op);40 $workdir, $dbname, $no_update); 41 41 GetOptions( 42 42 'det_type=s' => \$det_type, # Detrend type for new detrend … … 54 54 'dbname=s' => \$dbname, # Database name 55 55 'no-update' => \$no_update, # Don't update the database 56 'no-op' => \$no_op, # Don't do any operations57 56 ) or pod2usage( 2 ); 58 57 … … 100 99 101 100 my ($det_id, $iter); # Detrend identifier for the new detrend 102 {101 unless ($no_update) { 103 102 my $command = "$dettool -register_detrend -det_type $det_type -filelevel $filelevel -workdir $workdir " . 104 103 "-inst $inst -telescope $telescope"; # Command to run … … 168 167 169 168 # Register the imfile 170 {169 unless ($no_update) { 171 170 my $command = "$dettool -register_detrend_imfile -det_id $det_id "; # Command to run 172 171 $command .= " -class_id $class_id -uri $outName -path_base $outRoot";
Note:
See TracChangeset
for help on using the changeset viewer.
