Changeset 36951 for trunk/ippScripts/scripts
- Timestamp:
- Jul 1, 2014, 2:23:04 PM (12 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
sc_prepare_stack.pl (modified) (1 diff)
-
sc_prepare_warp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/sc_prepare_stack.pl
r36894 r36951 168 168 my $remote_path_base = uri_local_to_remote($warp_path_base); 169 169 $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"); 170 177 } 171 178 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 27 27 my $max_time = 8; # longest allocation to ask for 28 28 my $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");29 my @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"); 30 30 # Look for programs we need 31 31 my $missing_tools;
Note:
See TracChangeset
for help on using the changeset viewer.
