Class MinMagEpochStrategy

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

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