Examples of Npix2Nside()


Examples of gov.fnal.eag.healpix.PixTools.Npix2Nside()

  public void testNpix2Nside() {
    int npix = 12;
    int nside = 0;
    PixTools pt = new PixTools();
    nside = (int) pt.Npix2Nside(npix);
    assertEquals("Nside=" + nside, 1, nside, 1e-10);

  }

  public void testVec2Ang() {
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.