Changeset 13316
- Timestamp:
- May 9, 2007, 4:06:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/camera_exp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/camera_exp.pl
r13275 r13316 138 138 # If there is only one chip, we use this name for the input to addstar 139 139 $chipObjects = $ipprc->filename("PSASTRO.OUTPUT", $file->{path_base}, $class_id); 140 print $list1File $ipprc->filename("PPIMAGE.BIN1", $file->{path_base}, $class_id);141 print $list2File $ipprc->filename("PPIMAGE.BIN2", $file->{path_base}, $class_id);142 print $list3File $chipObjects;140 print $list1File ($ipprc->filename("PPIMAGE.BIN1", $file->{path_base}, $class_id) . "\n"); 141 print $list2File ($ipprc->filename("PPIMAGE.BIN2", $file->{path_base}, $class_id) . "\n"); 142 print $list3File ($chipObjects . "\n"); 143 143 push @means, $file->{bg}; 144 144 push @stdevs, $file->{bg_stdev};
Note:
See TracChangeset
for help on using the changeset viewer.
