Examples of DcDftStandardScanPeriodAnalysisPlugin


Examples of org.aavso.tools.vstar.plugin.period.impl.DcDftStandardScanPeriodAnalysisPlugin

   */
  public static List<PeriodAnalysisPluginBase> getPeriodAnalysisPlugins() {
    List<PeriodAnalysisPluginBase> periodAnalysisPlugins = new ArrayList<PeriodAnalysisPluginBase>();

    // First, add in-built DC DFT and WWZ plugins.
    periodAnalysisPlugins.add(new DcDftStandardScanPeriodAnalysisPlugin());
    periodAnalysisPlugins
        .add(new DcDftFrequencyRangePeriodAnalysisPlugin());
    periodAnalysisPlugins.add(new DcDftPeriodRangePeriodAnalysisPlugin());

    periodAnalysisPlugins
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.