Examples of UndefinedData


Examples of net.ivoa.fits.data.UndefinedData

  public Data manufactureData() throws FitsException {
    return manufactureData(myHeader);
  }

  public static Data manufactureData(Header hdr) throws FitsException {
    return new UndefinedData(hdr);
  }
View Full Code Here

Examples of net.ivoa.fits.data.UndefinedData

    return h;
  }

  /** Encapsulate an object as an ImageHDU. */
  public static Data encapsulate(Object o) throws FitsException {
    return new UndefinedData(o);
  }
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.