Index: trunk/Ohana/src/getstar/src/ReadImageFiles.c
===================================================================
--- trunk/Ohana/src/getstar/src/ReadImageFiles.c	(revision 14590)
+++ trunk/Ohana/src/getstar/src/ReadImageFiles.c	(revision 15037)
@@ -132,6 +132,7 @@
       gfits_scan (headers[i], "EXTTYPE", "%s", 1, tmpword);
 
-      if (!strcmp (tmpword, "SMPDATA") ||  
-	  !strcmp (tmpword, "PS1_DEV_0")) {
+      if (!strcmp (tmpword, "SMPDATA")   ||  
+	  !strcmp (tmpword, "PS1_DEV_0") ||  
+	  !strcmp (tmpword, "PS1_DEV_1")) {
 
 	  exttype[Nimage] = strcreate (tmpword);
