IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 23, 2007, 1:55:27 PM (19 years ago)
Author:
Paul Price
Message:

Removing commented-out lines which should be there.... whoops!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/ipp_simulation_data.pl

    r13460 r13490  
    124124    ( $basename, $counter ) = filename( $name, $counter );
    125125    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.";
    131131}
    132132
     
    136136    ( $basename, $counter ) = filename( $name, $counter );
    137137    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.";
    143143}
    144144
     
    150150        ( $basename, $counter ) = filename( $name, $counter );
    151151        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.";
    157157    }
    158158}
Note: See TracChangeset for help on using the changeset viewer.