Changeset 36585
- Timestamp:
- Mar 14, 2014, 1:56:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20140114/ippScripts/scripts/psphot_fullforce_summary.pl
r36441 r36585 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.
