Index: trunk/Ohana/src/addstar/src/GetFileMode.c
===================================================================
--- trunk/Ohana/src/addstar/src/GetFileMode.c	(revision 37036)
+++ trunk/Ohana/src/addstar/src/GetFileMode.c	(revision 37054)
@@ -10,4 +10,5 @@
   int havePHOT_VER, haveTARG_VER;
 
+  // NOTE target of %t must be int length
   gfits_scan_alt (header, "SIMPLE", "%t", 1, &simple);
   int haveNaxis = gfits_scan (header, "NAXIS",  "%d", 1, &Naxis);
Index: trunk/Ohana/src/addstar/src/MatchHeaders.c
===================================================================
--- trunk/Ohana/src/addstar/src/MatchHeaders.c	(revision 37036)
+++ trunk/Ohana/src/addstar/src/MatchHeaders.c	(revision 37054)
@@ -60,11 +60,13 @@
     if (!strcmp (exttype, "PS1_V4")) goto keep;
     if (!strcmp (exttype, "PS1_V5")) goto keep;
+
     if (!strcmp (exttype, "PS1_SV1")) goto keep;
     if (!strcmp (exttype, "PS1_SV2")) goto keep;
     if (!strcmp (exttype, "PS1_SV3")) goto keep;
+
+    if (!strcmp (exttype, "PS1_DV1")) goto keep;
+    if (!strcmp (exttype, "PS1_DV2")) goto keep;
     if (!strcmp (exttype, "PS1_DV3")) goto keep;
-    if (!strcmp (exttype, "PS1_DV4")) {
-      goto keep;
-    }
+    if (!strcmp (exttype, "PS1_DV4")) goto keep;
     continue;
 
