Class MaxMagEpochStrategy

java.lang.Object
org.aavso.tools.vstar.util.stats.epoch.MaxMagEpochStrategy
All Implemented Interfaces:
IEpochStrategy

public class MaxMagEpochStrategy extends Object implements IEpochStrategy
This epoch determination strategy finds the numerically maximum magnitude value in the dataset. This magnitude's JD becomes the epoch. TODO: should this instead mean the numerically smallest, i.e. brightest magnitude? Which is less confusing to the end-user?