Changeset 36633 for trunk/ippScripts
- Timestamp:
- Apr 2, 2014, 10:50:14 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/dist_defineruns.pl (modified) (1 diff)
-
ippScripts/scripts/dist_make_fileset.pl (modified) (1 diff)
-
ippScripts/scripts/ipp_apply_burntool_single.pl (modified) (1 prop)
-
ippScripts/scripts/psphot_fullforce_summary.pl (modified) (3 diffs)
-
ippScripts/scripts/publish_file.pl (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/tags/ipp-20140114 merged: 36557,36559-36560,36584-36588,36597-36602,36607-36609
- Property svn:mergeinfo changed
-
trunk/ippScripts/scripts/dist_defineruns.pl
r32701 r36633 88 88 push @stages, $stage; 89 89 } else { 90 @stages = qw(chip chip_bg camera fake warp warp_bg diff stack SSdiff sky skysingle );90 @stages = qw(chip chip_bg camera fake warp warp_bg diff stack SSdiff sky skysingle ff); 91 91 } 92 92 -
trunk/ippScripts/scripts/dist_make_fileset.pl
r35975 r36633 223 223 my $dbname = shift; 224 224 225 if (($stage eq 'stack') or ($stage eq 'diff') or ($stage eq 'SSdiff') or $stage eq 'sky' or $stage eq 'skycal' ) {225 if (($stage eq 'stack') or ($stage eq 'diff') or ($stage eq 'SSdiff') or $stage eq 'sky' or $stage eq 'skycal' or $stage eq "ff") { 226 226 return ""; 227 227 } -
trunk/ippScripts/scripts/ipp_apply_burntool_single.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/ippScripts/scripts/psphot_fullforce_summary.pl
r36441 r36633 79 79 my ($listFile, $listName) = tempfile("/tmp/fullforce.summary.list.XXXX", UNLINK => !$save_temps ); 80 80 81 my $cff_file; 82 81 83 { 82 84 my $mdcParser = PS::IPP::Metadata::Config->new; … … 107 109 &my_die("Couldn't find input cmf: $cmf", $ff_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($cmf); 108 110 print $listFile "SOURCES STR $cmf\n"; 111 if (!$cff_file) { 112 $cff_file = $ipprc->filename('PSPHOT.OUTPUT.CFF', $result->{sources_path_base}); 113 &my_die("Couldn't find input cff: $cff_file", $ff_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($cff_file); 114 } 109 115 } 110 116 close $listFile; 111 117 } 118 119 &my_die("No CFF found in results: $cff_file", $ff_id, $PS_EXIT_PROG_ERROR) unless $cff_file; 120 112 121 113 122 # Recipes to use based on reduction class … … 141 150 my $command = "$psphotFullForceSummary $outroot"; 142 151 $command .= " -input $listName"; 152 $command .= " -cff $cff_file"; 143 153 $command .= " -threads $threads" if defined $threads; 144 154 if ($dump_config) { -
trunk/ippScripts/scripts/publish_file.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
Note:
See TracChangeset
for help on using the changeset viewer.
