Package net.ivoa.fits.data

Examples of net.ivoa.fits.data.BinaryTable.addRow()


      float[] qx = (float[]) row[1];

      assertEquals(strings[i], (String) row[2]);
      // change string to new string
      row[2] = "new string:" + i;
      btab.addRow(row);
    }

    f = new Fits();
    f.addHDU(Fits.makeHDU(btab));
    BufferedFile bf = new BufferedFile("bt4.fits", "rw");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.