Examples of RefinementParameterDialog


Examples of org.aavso.tools.vstar.ui.dialog.period.refinement.RefinementParameterDialog

          }
        }

        if (!freqs.isEmpty()) {
          try {
            RefinementParameterDialog dialog = new RefinementParameterDialog(
                parent, freqs, 6);
            if (!dialog.isCancelled()) {
              List<Double> variablePeriods = dialog
                  .getVariablePeriods();
              List<Double> lockedPeriods = dialog
                  .getLockedPeriods();

              // Perform a refinement operation and get the new
              // top-hits resulting from the refinement.
              List<PeriodAnalysisDataPoint> newTopHits = algorithm
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.