Examples of canBePrimary()


Examples of net.ivoa.fits.hdu.BasicHDU.canBePrimary()

    }
    try {
      hduList.removeElementAt(n);
      if (n == 0 && size > 1) {
        BasicHDU newFirst = (BasicHDU) hduList.elementAt(0);
        if (newFirst.canBePrimary()) {
          newFirst.setPrimaryHDU(true);
        } else {
          insertHDU(BasicHDU.getDummyHDU(), 0);
        }
      }
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.