Package jsky.image.fits

Examples of jsky.image.fits.FITSKeywordProvider


        if (_wcs != null) {
            return;
        }

        try {
            _wcs = new WCSTransform(new FITSKeywordProvider(_fitsImage));
        } catch (IllegalArgumentException e) {
            _wcs = null;
            return;
        }
        if (!_wcs.isWCS()) {
View Full Code Here

TOP

Related Classes of jsky.image.fits.FITSKeywordProvider

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.