Changeset 13748 for trunk/ippScripts/scripts/ipp_serial_inject.pl
- Timestamp:
- Jun 10, 2007, 10:13:50 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_inject.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_inject.pl
r13743 r13748 57 57 my $relfile = $ipprc->convert_filename_relative( $absfile ); 58 58 59 my $command_type = "$ppStats - concept FPA.OBSTYPE -concept FPA.TELESCOPE -concept FPA.INSTRUMENT$absfile";59 my $command_type = "$ppStats -recipe PPSTATS RESIDUAL $absfile"; 60 60 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = run(command => $command_type, verbose => 1); 61 61 die "Unable to perform ppStats: $error_code\n" if not $success; … … 69 69 if ($row->{name} eq "FPA.TELESCOPE") { $telescope = $row->{value}; } 70 70 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}; }72 71 } 73 72
Note:
See TracChangeset
for help on using the changeset viewer.
