Examples of pix2vect_ring()


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

    }

    /* Yet another test */

    ArrayList vlist1 = new ArrayList();
    v = pt.pix2vect_ring(nside, 71);
    vlist1.add((Object) v);
    v = pt.pix2vect_ring(nside, 55);
    vlist1.add((Object) v);
    v = pt.pix2vect_ring(nside, 70);
    vlist1.add((Object) v);
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.