Changeset 27396
- Timestamp:
- Mar 22, 2010, 3:52:37 PM (16 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 3 edited
-
magic_destreak.pl (modified) (1 diff)
-
magic_destreak_cleanup.pl (modified) (1 diff)
-
magic_destreak_revert.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak.pl
r27301 r27396 86 86 my $ipprc = PS::IPP::Config->new( $camera ) or my_die( "Unable to set up", $magic_ds_id, $component, $PS_EXIT_CONFIG_ERROR ); # IPP configuration 87 87 $ipprc->redirect_output($logfile) or my_die( "Unable to redirect output", $magic_ds_id, $component, $PS_EXIT_SYS_ERROR ) if $logfile; 88 89 $cam_reduction = 'DEFAULT' if !$cam_reduction or ($cam_reduction eq 'NULL'); 90 88 91 my $recipe_psastro = $ipprc->reduction($cam_reduction, 'PSASTRO'); # Recipe to use 89 92 &my_die("Unrecognised PSASTRO recipe", $magic_ds_id, $component, $PS_EXIT_CONFIG_ERROR) unless defined $recipe_psastro; -
trunk/ippScripts/scripts/magic_destreak_cleanup.pl
r27301 r27396 103 103 my $cam_path_base = $run->{cam_path_base}; 104 104 my $cam_reduction = $run->{cam_reduction}; 105 $cam_reduction = 'DEFAULT' if !$cam_reduction or ($cam_reduction eq 'NULL'); 105 106 my $inverse = $run->{inverse}; 106 107 -
trunk/ippScripts/scripts/magic_destreak_revert.pl
r27301 r27396 80 80 81 81 $ipprc->redirect_output($logfile) or my_die( "Unable to redirect output", $magic_ds_id, $component, $PS_EXIT_SYS_ERROR ) if $logfile; 82 83 $cam_reduction = 'DEFAULT' if !defined $cam_reduction or ($cam_reduction eq "NULL"); 82 84 my $recipe_psastro = $ipprc->reduction($cam_reduction, 'PSASTRO'); # Recipe to use 83 85 &my_die("Unrecognised PSASTRO recipe", $magic_ds_id, $component, $PS_EXIT_CONFIG_ERROR) unless defined $recipe_psastro;
Note:
See TracChangeset
for help on using the changeset viewer.
