IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2007, 2:15:46 PM (19 years ago)
Author:
Paul Price
Message:

Removing -exp_type, which is not in pxinject.

File:
1 edited

Legend:

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

    r11138 r11293  
    6666        if ($row->{name} eq "FPA.TELESCOPE")  { $telescope = $row->{value}; }
    6767        if ($row->{name} eq "FPA.INSTRUMENT") { $instrument = $row->{value}; } # this entry must return the camera in the ipp/config system which we load
    68         if ($row->{name} eq "FPA.OBSTYPE")    { $type = $row->{value}; }
     68#       if ($row->{name} eq "FPA.OBSTYPE")    { $type = $row->{value}; }
    6969    }
    7070   
    71     my $command_exp = "$pxinject -newExp -exp_id $exp -inst $instrument -telescope $telescope -exp_type $type -imfiles 1 -workdir $outroot" ; # Command to run
     71    my $command_exp = "$pxinject -newExp -exp_id $exp -inst $instrument -telescope $telescope -imfiles 1 -workdir $outroot" ; # Command to run
    7272
    7373    my ( $success_exp, $error_code_exp, $full_buf_exp, $stdout_buf_exp, $stderr_buf_exp ) =
Note: See TracChangeset for help on using the changeset viewer.