Changeset 36826 for branches/eam_branches/ipp-20140423/ippScripts
- Timestamp:
- Jun 7, 2014, 5:36:39 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140423/ippScripts
- Files:
-
- 6 edited
- 2 copied
-
Build.PL (modified) (2 diffs)
-
MANIFEST (modified) (1 diff)
-
scripts/ipp_apply_burntool_single.pl (modified) (1 prop)
-
scripts/permcheck.pl (copied) (copied from trunk/ippScripts/scripts/permcheck.pl )
-
scripts/psphot_fullforce_warp.pl (modified) (1 diff)
-
scripts/publish_file.pl (modified) (1 prop)
-
scripts/queuestaticsky.pl (modified) (2 diffs, 1 prop)
-
scripts/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/Build.PL
r36441 r36826 116 116 scripts/lossy_compress_imfile.pl 117 117 scripts/rawcheck.pl 118 scripts/permcheck.pl 118 119 scripts/ipp_apply_burntool.pl 119 120 scripts/ipp_apply_burntool_single.pl … … 134 135 scripts/psphot_fullforce_warp.pl 135 136 scripts/psphot_fullforce_summary.pl 137 scripts/stack_bkg_mk_mdc.pl 136 138 )], 137 139 dist_abstract => 'Scripts for running the Pan-STARRS IPP', -
branches/eam_branches/ipp-20140423/ippScripts/MANIFEST
r36373 r36826 40 40 scripts/lossy_compress_imfile.pl 41 41 scripts/rawcheck.pl 42 scripts/permcheck.pl 42 43 scripts/ipp_apply_burntool.pl 43 44 scripts/ipp_apply_burntool_single.pl -
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.
