IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27051


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

Fix recipe name.

File:
1 edited

Legend:

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

    r27039 r27051  
    126126{
    127127    # Get the PSASTRO recipe
    128     my $command = "$ppConfigDump -camera $camera -recipe PSASTRO $recipe_psastro -dump-recipe ADDSTAR -";
     128    my $command = "$ppConfigDump -camera $camera -recipe PSASTRO $recipe_psastro -dump-recipe PSASTRO -";
    129129    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    130130        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.