- Timestamp:
- Apr 8, 2008, 11:24:51 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080408/ippScripts/scripts/camera_exp.pl
r17224 r17409 161 161 162 162 # If there is only one chip, we use this name for the input to addstar 163 $chipObjects = $ipprc->filename("PSASTRO.OUTPUT", $file->{path_base}, $class_id); 163 # we expect the chip analysis stage to produce psphot output (cmf file) and two binned images 164 $chipObjects = $ipprc->filename("PSPHOT.OUTPUT", $file->{path_base}, $class_id); 164 165 print $list1File ($ipprc->filename("PPIMAGE.BIN1", $file->{path_base}, $class_id) . "\n"); 165 166 print $list2File ($ipprc->filename("PPIMAGE.BIN2", $file->{path_base}, $class_id) . "\n"); … … 178 179 $ipprc->outroot_prepare($outroot); 179 180 181 # the camera configurations should define the psastro output to be a single file (MEF), regardless of the inputs 180 182 my $jpeg1 = $ipprc->filename("PPIMAGE.JPEG1", $outroot) or &my_die("Missing entry from camera config", $cam_id, $PS_EXIT_CONFIG_ERROR); 181 183 my $jpeg2 = $ipprc->filename("PPIMAGE.JPEG2", $outroot) or &my_die("Missing entry from camera config", $cam_id, $PS_EXIT_CONFIG_ERROR); 182 my $fpaObjects = $ipprc->filename("PSASTRO.OUTPUT .MEF",$outroot) or &my_die("Missing entry from camera config", $cam_id, $PS_EXIT_CONFIG_ERROR);184 my $fpaObjects = $ipprc->filename("PSASTRO.OUTPUT", $outroot) or &my_die("Missing entry from camera config", $cam_id, $PS_EXIT_CONFIG_ERROR); 183 185 my $traceDest = $ipprc->filename("TRACE.EXP", $outroot) or &my_die("Missing entry from camera config", $cam_id, $PS_EXIT_CONFIG_ERROR); 184 186 my $logDest = $ipprc->filename("LOG.EXP", $outroot) or &my_die("Missing entry from camera config", $cam_id, $PS_EXIT_CONFIG_ERROR);
Note:
See TracChangeset
for help on using the changeset viewer.
