Changeset 13460 for trunk/ippScripts/scripts/ipp_simulation_data.pl
- Timestamp:
- May 21, 2007, 6:22:29 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
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.
