IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36951 for trunk/ippScripts


Ignore:
Timestamp:
Jul 1, 2014, 2:23:04 PM (12 years ago)
Author:
watersc1
Message:

final scripts.

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/sc_prepare_stack.pl

    r36894 r36951  
    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";
  • trunk/ippScripts/scripts/sc_prepare_warp.pl

    r36854 r36951  
    2727my $max_time      = 8;                      # longest allocation to ask for
    2828my $remote_hostname= "LANL/Mustang";         # Name of the remote node.
    29 my @return_component_list = ("DBINFO.EXP", "PSWARP.CONFIG", "PSWARP.OUTPUT", "PSWARP.OUTPUT.MASK", "PSWARP.OUTPUT.VARIANCE", "PSWARP.OUTPUT.SOURCES","LOG.EXP","TRACE.EXP");
     29my @return_component_list = ("DBINFO.EXP", "PSWARP.CONFIG", "PSWARP.OUTPUT", "PSWARP.OUTPUT.MASK", "PSWARP.OUTPUT.VARIANCE", "PSWARP.OUTPUT.SOURCES","PSPHOT.PSF.SAVE","LOG.EXP","TRACE.EXP");
    3030# Look for programs we need
    3131my $missing_tools;
Note: See TracChangeset for help on using the changeset viewer.