Package nom.tam.image

Examples of nom.tam.image.ImageTiler


        setHDU(0);

        // The tiler is null in this case, but needs to be set
        Class c = ArrayFuncs.getBaseClass(ar);
        int[] dims = ArrayFuncs.getDimensions(ar);
        _fitsData.setTiler(new ImageTiler(null, 0L, dims, c) {
            @Override
            public Object getMemoryImage() {
                return ar;
            }
        });
View Full Code Here

TOP

Related Classes of nom.tam.image.ImageTiler

Copyright © 2018 www.massapicom. 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.