Changeset 13460
- Timestamp:
- May 21, 2007, 6:22:29 PM (19 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
camera_exp.pl (modified) (2 diffs)
-
ipp_simulation_data.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/camera_exp.pl
r13316 r13460 153 153 my $jpeg1 = $ipprc->filename("PPIMAGE.JPEG1", $outputRoot); # Binned JPEG #1 154 154 my $jpeg2 = $ipprc->filename("PPIMAGE.JPEG2", $outputRoot); # Binned JPEG #2 155 my $fpaObjects = $ ipprc->filename("PSASTRO.OUTPUT", $outputRoot); # MEF psastro output155 my $fpaObjects = $outputRoot . '.smp'; # MEF psastro output 156 156 157 157 unless ($no_op) { … … 160 160 # XXX note that this is wrong if imfiles are cells 161 161 if (scalar @$files > 1) { 162 my $command = "$psastro -list $list3Name $outputRoot +mosastro -chipastro"; 162 my $command = "$psastro -list $list3Name $outputRoot +mosastro -chipastro " . 163 "-F PSASTRO.OUTPUT PSASTRO.OUTPUT.MEF"; 163 164 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 164 165 run(command => $command, verbose => 1); -
trunk/ippScripts/scripts/ipp_simulation_data.pl
r13275 r13460 124 124 ( $basename, $counter ) = filename( $name, $counter ); 125 125 my $filename = caturi( $path, $basename ); 126 run( command => "$ppSim -camera $camera -type BIAS $filename",127 verbose => 1 ) or die "Unable to run ppSim";128 run( command => "$inject --camera $camera --telescope $telescope --path $path --workdir $workdir " .129 "--dbname $dbname $basename",130 verbose => 1 ) or die "Unable to inject file.";126 # run( command => "$ppSim -camera $camera -type BIAS $filename", 127 # verbose => 1 ) or die "Unable to run ppSim"; 128 # run( command => "$inject --camera $camera --telescope $telescope --path $path --workdir $workdir " . 129 # "--dbname $dbname $basename", 130 # verbose => 1 ) or die "Unable to inject file."; 131 131 } 132 132 … … 136 136 ( $basename, $counter ) = filename( $name, $counter ); 137 137 my $filename = caturi( $path, $basename ); 138 run ( command => "$ppSim -camera $camera -type DARK -exptime $exptime $filename",139 verbose => 1 ) or die "Unable to run ppSim";140 run( command => "$inject --camera $camera --telescope $telescope --path $path --workdir $workdir " .141 "--dbname $dbname $basename",142 verbose => 1 ) or die "Unable to inject file.";138 # run ( command => "$ppSim -camera $camera -type DARK -exptime $exptime $filename", 139 # verbose => 1 ) or die "Unable to run ppSim"; 140 # run( command => "$inject --camera $camera --telescope $telescope --path $path --workdir $workdir " . 141 # "--dbname $dbname $basename", 142 # verbose => 1 ) or die "Unable to inject file."; 143 143 } 144 144 … … 150 150 ( $basename, $counter ) = filename( $name, $counter ); 151 151 my $filename = caturi( $path, $basename ); 152 run( command => "$ppSim -camera $camera -type FLAT -filter $filter -exptime $exptime $filename",153 verbose => 1 ) or die "Unable to run ppSim";154 run( command => "$inject --camera $camera --telescope $telescope --path $path --workdir $workdir " .155 "--dbname $dbname $basename",156 verbose => 1 ) or die "Unable to inject file.";152 # run( command => "$ppSim -camera $camera -type FLAT -filter $filter -exptime $exptime $filename", 153 # verbose => 1 ) or die "Unable to run ppSim"; 154 # run( command => "$inject --camera $camera --telescope $telescope --path $path --workdir $workdir " . 155 # "--dbname $dbname $basename", 156 # verbose => 1 ) or die "Unable to inject file."; 157 157 } 158 158 }
Note:
See TracChangeset
for help on using the changeset viewer.
