IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27050


Ignore:
Timestamp:
Feb 24, 2010, 10:34:32 AM (16 years ago)
Author:
Paul Price
Message:

Fix recipe name.

File:
1 edited

Legend:

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

    r27039 r27050  
    148148{
    149149    # Get the PSASTRO recipe
    150     my $command = "$ppConfigDump -camera $camera -recipe PSASTRO $recipe_psastro -dump-recipe ADDSTAR -";
     150    my $command = "$ppConfigDump -camera $camera -recipe PSASTRO $recipe_psastro -dump-recipe PSASTRO -";
    151151    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    152152        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.