Changeset 30875 for trunk/ippScripts/scripts/summit_copy.pl
- Timestamp:
- Mar 10, 2011, 6:18:52 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/summit_copy.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/summit_copy.pl
r25418 r30875 246 246 247 247 system ($command); 248 249 if ($exit_code == 110) { 250 $command = "$pztool -updatepzexp"; 251 $command .= " -exp_name $exp_name"; 252 $command .= " -camera $inst"; 253 $command .= " -telescope $telescope"; 254 $command .= " -set_state drop"; 255 $command .= " -dbname $dbname" if defined $dbname; 256 257 system ($command); 258 } 259 248 260 } 249 261
Note:
See TracChangeset
for help on using the changeset viewer.
