IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2007, 10:13:50 AM (19 years ago)
Author:
eugene
Message:

require recipe for ppStats in scripts

File:
1 edited

Legend:

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

    r13743 r13748  
    5757    my $relfile = $ipprc->convert_filename_relative( $absfile );
    5858
    59     my $command_type = "$ppStats -concept FPA.OBSTYPE -concept FPA.TELESCOPE -concept FPA.INSTRUMENT $absfile";
     59    my $command_type = "$ppStats -recipe PPSTATS RESIDUAL $absfile";
    6060    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = run(command => $command_type, verbose => 1);
    6161    die "Unable to perform ppStats: $error_code\n" if not $success;
     
    6969        if ($row->{name} eq "FPA.TELESCOPE")  { $telescope = $row->{value}; }
    7070        if ($row->{name} eq "FPA.INSTRUMENT") { $instrument = $row->{value}; } # this entry must return the camera in the ipp/config system which we load
    71 #       if ($row->{name} eq "FPA.OBSTYPE")    { $type = $row->{value}; }
    7271    }
    7372   
Note: See TracChangeset for help on using the changeset viewer.