Index: trunk/ippToPsps/jython/testCode.py
===================================================================
--- trunk/ippToPsps/jython/testCode.py	(revision 39068)
+++ trunk/ippToPsps/jython/testCode.py	(revision 39103)
@@ -96,4 +96,6 @@
         print "words[1]: " + words[1]
 
+        
+
         # self.connectMysql(argv)
         # self.importIppTables()
@@ -118,2 +120,20 @@
     testcode.run(sys.argv)
 except: pass
+
+        # XXX a test of fits header reading:
+        ## XX myFits = Fits(self.logger, self.config, sys.argv[2])
+        ## XX 
+        ## XX for ix in range(7, -1, -1):
+        ## XX     for iy in range(7, -1, -1):
+        ## XX         if (ix == 0) and (iy == 0): continue
+        ## XX         if (ix == 7) and (iy == 0): continue
+        ## XX         if (ix == 0) and (iy == 7): continue
+        ## XX         if (ix == 7) and (iy == 7): continue
+        ## XX         extname = "XY%d%d.hdr" % (ix, iy)
+        ## XX 
+        ## XX         header = myFits.findAndReadHeader(extname, False)
+        ## XX         print "read " + extname
+        ## XX 
+        ## XX os._exit(3)
+
+        ## the above works in loader.init()
