Examples of FITSHDUChooserFrame


Examples of jsky.image.fits.gui.FITSHDUChooserFrame

        // pop up a window to choose the HDU to view
        if (_fitsHDUChooser != null) {
            _fitsHDUChooser.updateDisplay(fitsImage);
        } else {
            _fitsHDUChooserFrame = new FITSHDUChooserFrame(this, fitsImage);
            _fitsHDUChooser = _fitsHDUChooserFrame.getFitsHDUChooser();
        }

        if (skipEmptyPrimary) {
            _fitsHDUChooser.selectImage(1);
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.