*
* </pre>
*/
public void testTable1() throws Exception {
Fits f = new Fits();
f.addHDU(Fits.makeHDU(new Object[]{bytes, bits, bools, shorts, ints,
floats, doubles, longs, strings}));
BinaryTableHDU bhdu = (BinaryTableHDU) f.getHDU(1);
bhdu.setColumnName(0, "bytes", null);
bhdu.setColumnName(1, "bits", "bits later on");