Changeset 32871
- Timestamp:
- Dec 6, 2011, 10:17:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20111110/ippScripts/scripts/magic_destreak.pl
- Property svn:mergeinfo set to
r32805 r32871 99 99 100 100 my $ipprc = PS::IPP::Config->new( $camera ) or my_die( "Unable to set up", $magic_ds_id, $component, $PS_EXIT_CONFIG_ERROR ); # IPP configuration 101 $ipprc->redirect_output($logfile) or my_die( "Unable to redirect output", $magic_ds_id, $component, $PS_EXIT_SYS_ERROR ) if $logfile; 101 102 if ($logfile) { 103 $ipprc->redirect_to_logfile($logfile) or my_die( "Unable to redirect output", $magic_ds_id, $component, $PS_EXIT_SYS_ERROR ); 104 print "\n\n"; 105 print "Continuing script $0 on $host at $date\n\n"; 106 } 102 107 103 108 $cam_reduction = 'DEFAULT' if !$cam_reduction or ($cam_reduction eq 'NULL'); … … 252 257 foreach my $skycell (@$skycells) { 253 258 my $skycell_uri; 259 $skycell->{quality} = undef; 254 260 if ($skycell->{data_state} eq "full" and $skycell->{quality} == 0) { 255 261 $skycell_uri = $ipprc->filename("PPSUB.OUTPUT", $skycell->{path_base});
Note:
See TracChangeset
for help on using the changeset viewer.
