Changeset 27010
- Timestamp:
- Feb 19, 2010, 1:34:32 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/camera_exp.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/camera_exp.pl
r25835 r27010 154 154 # XXX we perform astrometry iff photometry output exists 155 155 my $chipObjectsExist = 0; 156 my @outMasks; # Names of output masks 156 157 foreach my $file (@$files) { 157 158 # use the path_base as OUTPUT root and convert the filenames with ipprc->filename: … … 175 176 print $list3File ($chipObjects . "\n"); 176 177 print $list4File ($chipMask . "\n"); 178 179 push @outMasks, $ipprc->filename("PSASTRO.OUTPUT.MASK", $outroot, $class_id); 177 180 } 178 181 close $list1File; … … 245 248 my $command; 246 249 $command = "$psastro"; 247 $command .= " -list $list3Name";248 $command .= " -masklist $list4Name";249 $command .= " $outroot";250 $command .= " -list $list3Name"; 251 $command .= " -masklist $list4Name"; 252 $command .= " $outroot"; 250 253 $command .= " -recipe PSASTRO $recipe_psastro"; 251 254 $command .= " -tracedest $traceDest -log $logDest"; … … 293 296 if (!$quality) { 294 297 &my_die("Unable to find expected output file: $fpaObjects", $cam_id, $PS_EXIT_PROG_ERROR) unless -f $ipprc->file_resolve($fpaObjects); 298 299 foreach my $outMask (@outMasks) { 300 &my_die("Unable to find expected output file: $outMask", $cam_id, $PS_EXIT_SYS_ERROR) unless -f $ipprc->file_resolve($outMask); 301 } 295 302 } 296 303
Note:
See TracChangeset
for help on using the changeset viewer.
