IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 8, 2021, 9:47:22 AM (5 years ago)
Author:
eugene
Message:

reintegrate changes from tag ipp-ps1-20210510

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ippScripts/scripts/fake_imfile.pl

    r27718 r41705  
    5050    exit($PS_EXIT_CONFIG_ERROR);
    5151}
     52
     53my @ARGS = @ARGV;
    5254
    5355# Parse the command-line arguments
     
    8486my $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);
    8587$ipprc->redirect_output($logDest) or my_die( "Unable to redirect output", $exp_id, $fake_id, $class_id, $PS_EXIT_SYS_ERROR ) if $redirect;
     88print "FULL COMMAND: $0 @ARGS\n\n";
    8689
    8790# Recipes to use based on reduction class
Note: See TracChangeset for help on using the changeset viewer.