Changeset 20732 for trunk/ippScripts/scripts/magic_destreak.pl
- Timestamp:
- Nov 13, 2008, 2:25:10 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_destreak.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak.pl
r20705 r20732 131 131 if ($skycell_args) { 132 132 my $command = "$magictool -magic_id $magic_id -diffskyfile $skycell_args"; 133 $command .= " -class_id $class_id" if $class_id; 133 134 $command .= " -dbname $dbname" if defined $dbname; 134 135 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 176 177 $command .= " -recovery $recoverydir" if defined $recoverydir; 177 178 $command .= " -astrom $astrom" if defined $astrom; 178 $command .= " -mask $mask" if defined $mask; 179 $command .= " -weight $weight" if defined $weight; 179 # skip mask and weight images for now 180 # $command .= " -mask $mask" if defined $mask; 181 # $command .= " -weight $weight" if defined $weight; 180 182 $command .= " -skycelllist $skycell_list" if defined $skycell_list; 181 183 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
