Changeset 41685
- Timestamp:
- Jul 6, 2021, 3:13:38 PM (5 years ago)
- Location:
- tags/ipp-ps1-20210510/ippScripts/scripts
- Files:
-
- 9 edited
-
camera_exp.pl (modified) (2 diffs)
-
diff_skycell.pl (modified) (2 diffs)
-
fake_imfile.pl (modified) (2 diffs)
-
ipp_serial_diff.pl (modified) (2 diffs)
-
ipp_serial_warp.pl (modified) (2 diffs)
-
sc_prepare_diff.pl (modified) (2 diffs)
-
sc_prepare_warp.pl (modified) (2 diffs)
-
warp_overlap.pl (modified) (2 diffs)
-
warp_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-ps1-20210510/ippScripts/scripts/camera_exp.pl
r41352 r41685 39 39 exit($PS_EXIT_CONFIG_ERROR); 40 40 } 41 42 my @ARGS = @ARGV; 41 43 42 44 my ( $exp_tag, $cam_id, $camera, $outroot, $dbname, $reduction, $dvodb, $verbose, $no_update, … … 96 98 print "\n\n"; 97 99 print "Starting script $0 on $host\n\n"; 98 print " COMMAND IS: @ARGV\n\n";100 print "FULL COMMAND: $0 @ARGS\n\n"; 99 101 } 100 102 -
tags/ipp-ps1-20210510/ippScripts/scripts/diff_skycell.pl
r39947 r41685 40 40 my ($skycell_id, $diff_skyfile_id); 41 41 my ($use_convolved); 42 43 my @ARGS = @ARGV; 42 44 43 45 GetOptions( … … 84 86 } 85 87 $ipprc->redirect_to_logfile($logDest) or my_die( "Unable to redirect output", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR ) if $redirect; 88 print "FULL COMMAND: $0 @ARGS\n\n"; 86 89 87 90 my $source_id = $ipprc->source_id($dbname, $PS_TABLE_ID_DIFF); -
tags/ipp-ps1-20210510/ippScripts/scripts/fake_imfile.pl
r27718 r41685 50 50 exit($PS_EXIT_CONFIG_ERROR); 51 51 } 52 53 my @ARGS = @ARGV; 52 54 53 55 # Parse the command-line arguments … … 84 86 my $logDest = $ipprc->filename("LOG.IMFILE", $outroot, $class_id) or &my_die("Missing entry from camera config", $exp_id, $fake_id, $class_id, $PS_EXIT_CONFIG_ERROR); 85 87 $ipprc->redirect_output($logDest) or my_die( "Unable to redirect output", $exp_id, $fake_id, $class_id, $PS_EXIT_SYS_ERROR ) if $redirect; 88 print "FULL COMMAND: $0 @ARGS\n\n"; 86 89 87 90 # Recipes to use based on reduction class -
tags/ipp-ps1-20210510/ippScripts/scripts/ipp_serial_diff.pl
r21020 r41685 17 17 18 18 my $ipprc = PS::IPP::Config->new(); # IPP configuration 19 20 my @ARGS = @ARGV; 19 21 20 22 my ($dbname, # Database name to use … … 53 55 } 54 56 57 print "FULL COMMAND: $0 @ARGS\n\n"; 55 58 56 59 # Image differencing -
tags/ipp-ps1-20210510/ippScripts/scripts/ipp_serial_warp.pl
r18512 r41685 17 17 18 18 my $ipprc = PS::IPP::Config->new(); # IPP configuration 19 20 my @ARGS = @ARGV; 19 21 20 22 my ($dbname, # Database name to use … … 54 56 exit($PS_EXIT_CONFIG_ERROR); 55 57 } 58 59 print "FULL COMMAND: $0 @ARGS\n\n"; 56 60 57 61 -
tags/ipp-ps1-20210510/ippScripts/scripts/sc_prepare_diff.pl
r38168 r41685 28 28 exit($PS_EXIT_CONFIG_ERROR); 29 29 } 30 31 my @ARGS = @ARGV; 30 32 31 33 my ($remote_id,$diff_id,$camera,$dbname,$verbose,$path_base,$no_update,$cmd_recipe); … … 50 52 defined($dbname); 51 53 54 print "FULL COMMAND: $0 @ARGS\n\n"; 52 55 53 56 # Hard coded values -
tags/ipp-ps1-20210510/ippScripts/scripts/sc_prepare_warp.pl
r38168 r41685 28 28 exit($PS_EXIT_CONFIG_ERROR); 29 29 } 30 31 my @ARGS = @ARGV; 30 32 31 33 my ($remote_id,$warp_id,$camera,$dbname,$verbose,$path_base,$no_update,$cmd_recipe); … … 50 52 defined($dbname); 51 53 54 print "FULL COMMAND: $0 @ARGS\n\n"; 52 55 53 56 # Hard coded values -
tags/ipp-ps1-20210510/ippScripts/scripts/warp_overlap.pl
r41636 r41685 34 34 exit($PS_EXIT_CONFIG_ERROR); 35 35 } 36 37 my @ARGS = @ARGV; 36 38 37 39 my ($warp_id, $camera, $tess_dir, $dbname, $verbose, $no_update, $no_op, $logfile, $save_temps); … … 58 60 my $ipprc = PS::IPP::Config->new( $camera ) or my_die( "Unable to set up", $warp_id, $PS_EXIT_CONFIG_ERROR ); # IPP configuration 59 61 $ipprc->redirect_to_logfile($logfile) or my_die( "Unable to redirect output", $warp_id, $PS_EXIT_SYS_ERROR ) if $logfile; 62 print "FULL COMMAND: $0 @ARGS\n\n"; 60 63 61 64 &my_die("Tessellation identifier not provided: $tess_dir", $warp_id, $PS_EXIT_SYS_ERROR) unless $tess_dir ne "NULL"; -
tags/ipp-ps1-20210510/ippScripts/scripts/warp_skycell.pl
r39186 r41685 36 36 exit($PS_EXIT_CONFIG_ERROR); 37 37 } 38 39 my @ARGS = @ARGV; 38 40 39 41 my ($warp_id, $skycell_id, $warp_skyfile_id, $tess_dir, $reduction, $camera, $dbname, $outroot, $threads, $run_state, $magicked, $verbose, $no_update, $no_op, $redirect, $save_temps); … … 92 94 93 95 $ipprc->redirect_to_logfile($logDest) or my_die( "Unable to redirect output", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR ) if $redirect; 96 print "FULL COMMAND: $0 @ARGS\n\n"; 94 97 95 98 # Recipes to use based on reduction class
Note:
See TracChangeset
for help on using the changeset viewer.
