Index: trunk/ippScripts/scripts/ipp_serial_inject.pl
===================================================================
--- trunk/ippScripts/scripts/ipp_serial_inject.pl	(revision 13743)
+++ trunk/ippScripts/scripts/ipp_serial_inject.pl	(revision 13748)
@@ -57,5 +57,5 @@
     my $relfile = $ipprc->convert_filename_relative( $absfile );
 
-    my $command_type = "$ppStats -concept FPA.OBSTYPE -concept FPA.TELESCOPE -concept FPA.INSTRUMENT $absfile";
+    my $command_type = "$ppStats -recipe PPSTATS RESIDUAL $absfile";
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = run(command => $command_type, verbose => 1);
     die "Unable to perform ppStats: $error_code\n" if not $success;
@@ -69,5 +69,4 @@
 	if ($row->{name} eq "FPA.TELESCOPE")  { $telescope = $row->{value}; }
 	if ($row->{name} eq "FPA.INSTRUMENT") { $instrument = $row->{value}; } # this entry must return the camera in the ipp/config system which we load
-#	if ($row->{name} eq "FPA.OBSTYPE")    { $type = $row->{value}; }
     }
     
