Changeset 36633 for trunk/ippScripts/scripts/psphot_fullforce_summary.pl
- Timestamp:
- Apr 2, 2014, 10:50:14 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/psphot_fullforce_summary.pl (modified) (3 diffs)
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/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) {
Note:
See TracChangeset
for help on using the changeset viewer.
