Changeset 36826 for branches/eam_branches/ipp-20140423/ippScripts/scripts
- Timestamp:
- Jun 7, 2014, 5:36:39 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140423/ippScripts/scripts
- Files:
-
- 4 edited
- 2 copied
-
ipp_apply_burntool_single.pl (modified) (1 prop)
-
permcheck.pl (copied) (copied from trunk/ippScripts/scripts/permcheck.pl )
-
psphot_fullforce_warp.pl (modified) (1 diff)
-
publish_file.pl (modified) (1 prop)
-
queuestaticsky.pl (modified) (2 diffs, 1 prop)
-
stack_bkg_mk_mdc.pl (copied) (copied from trunk/ippScripts/scripts/stack_bkg_mk_mdc.pl )
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140423/ippScripts/scripts/ipp_apply_burntool_single.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20140423/ippScripts/scripts/psphot_fullforce_warp.pl
r36441 r36826 194 194 unless ($success) { 195 195 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 196 &my_die("Unable to perform p pSub: $error_code", $ff_id, $warp_id, $skycell_id, $error_code);196 &my_die("Unable to perform psphotFullForce: $error_code", $ff_id, $warp_id, $skycell_id, $error_code); 197 197 } 198 198 -
branches/eam_branches/ipp-20140423/ippScripts/scripts/publish_file.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20140423/ippScripts/scripts/queuestaticsky.pl
- Property svn:mergeinfo set to
r36456 r36826 14 14 15 15 my ($seq_id, $tess_id, $projection_cell, $label, $dist_group, $dbname, $pretend, $simple, $verbose, $no_update); 16 17 my $good_frac_min = 0.05; 16 18 17 19 GetOptions( … … 87 89 . " -select_skycell_id $projection_cell%" 88 90 . " -set_workdir $workdirBase/$label/$datestr" 91 . " -select_good_frac_min $good_frac_min" 89 92 . " -set_label $label" 90 93 . " -set_data_group $label"
Note:
See TracChangeset
for help on using the changeset viewer.
