Changeset 13112 for trunk/ippScripts/scripts/ipp_simulation_data.pl
- Timestamp:
- May 1, 2007, 2:46:23 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
r13020 r13112 121 121 ( $basename, $counter ) = filename( $name, $counter ); 122 122 my $filename = File::Spec->catfile( $workdir, $basename ) if defined $workdir; # File name 123 run( command => "$ppSim -camera $camera -type BIAS $filename",124 verbose => 1 ) or die "Unable to run ppSim";125 run( command => "$inject --camera $camera --telescope $telescope --workdir $workdir " .126 "--dbname $dbname $basename",127 verbose => 1 ) or die "Unable to inject file.";123 # run( command => "$ppSim -camera $camera -type BIAS $filename", 124 # verbose => 1 ) or die "Unable to run ppSim"; 125 # run( command => "$inject --camera $camera --telescope $telescope --workdir $workdir " . 126 # "--dbname $dbname $basename", 127 # verbose => 1 ) or die "Unable to inject file."; 128 128 } 129 129 … … 133 133 ( $basename, $counter ) = filename( $name, $counter ); 134 134 my $filename = File::Spec->catfile( $workdir, $basename ) if defined $workdir; # File name 135 run ( command => "$ppSim -camera $camera -type DARK -exptime $exptime $filename",136 verbose => 1 ) or die "Unable to run ppSim";137 run( command => "$inject --camera $camera --telescope $telescope --workdir $workdir " .138 "--dbname $dbname $basename",139 verbose => 1 ) or die "Unable to inject file.";135 # run ( command => "$ppSim -camera $camera -type DARK -exptime $exptime $filename", 136 # verbose => 1 ) or die "Unable to run ppSim"; 137 # run( command => "$inject --camera $camera --telescope $telescope --workdir $workdir " . 138 # "--dbname $dbname $basename", 139 # verbose => 1 ) or die "Unable to inject file."; 140 140 } 141 141 … … 147 147 ( $basename, $counter ) = filename( $name, $counter ); 148 148 my $filename = File::Spec->catfile( $workdir, $basename ) if defined $workdir; # File name 149 run( command => "$ppSim -camera $camera -type FLAT -filter $filter -exptime $exptime $filename",150 verbose => 1 ) or die "Unable to run ppSim";151 run( command => "$inject --camera $camera --telescope $telescope --workdir $workdir " .152 "--dbname $dbname $basename",153 verbose => 1 ) or die "Unable to inject file.";149 # run( command => "$ppSim -camera $camera -type FLAT -filter $filter -exptime $exptime $filename", 150 # verbose => 1 ) or die "Unable to run ppSim"; 151 # run( command => "$inject --camera $camera --telescope $telescope --workdir $workdir " . 152 # "--dbname $dbname $basename", 153 # verbose => 1 ) or die "Unable to inject file."; 154 154 } 155 155 } 156 157 156 158 157 # Generate object images
Note:
See TracChangeset
for help on using the changeset viewer.
