IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2014, 3:29:14 PM (12 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140610/ippScripts/scripts/sc_prepare_stack.pl

    r36928 r37025  
    168168        my $remote_path_base = uri_local_to_remote($warp_path_base);
    169169        $warp_path_base_string .= " $remote_path_base ";
     170
     171        # Append file names to transfer lists so we can recover if warps are deleted.
     172        uri_to_outputs($warp_path_base . ".fits");
     173        uri_to_outputs($warp_path_base . ".wt.fits");
     174        uri_to_outputs($warp_path_base . ".mask.fits");
     175        uri_to_outputs($warp_path_base . ".cmf");
     176#       uri_to_outputs($warp_path_base . ".psf");
    170177    }
    171178    my $mk_mdc_command = "mkdir -p $remote_outdir && sc_mk_stack_mdc.pl $warp_path_base_string > ${remote_outroot}.in.mdc";
     
    350357   
    351358    if (defined $id and not $no_update) {
    352         my $command = "remotetool -updaterun -stage_id $id";
     359        my $command = "remotetool -updaterun -remote_id $id";
    353360        $command .= " -fault $exit_code " if defined $exit_code;
    354361        $command .= " -set_state $exit_state " if defined $exit_state;
Note: See TracChangeset for help on using the changeset viewer.