Changeset 13490
- Timestamp:
- May 23, 2007, 1:55:27 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_simulation_data.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_simulation_data.pl
r13460 r13490 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.
