Examples of MinMagEpochStrategy


Examples of org.aavso.tools.vstar.util.stats.epoch.MinMagEpochStrategy

    assertEquals(2450003.25, epoch);
  }
 
  public void testDetermineMinMagJD() {
    List<ValidObservation> observations = populateObservations(mags1, jds1);
    double epoch = new MinMagEpochStrategy().determineEpoch(observations);   
    assertEquals(2450001.5, epoch);   
  }
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.