The
equation for a straight in is in the form of:
Y
= mX + b
where
Y is the vertical axis value, X is the horizontal axis value, m is the slope
of the line (DY/DX)
and b is the Y intercept (where the line incepts the Y axis). Each point
on the line has a X and Y value.
By
taking a series of data points that have Y (magnitude) and X (RJD) values,
a technique known as linear regression can be used to calculate the slope
and Y intercept. This then determines an equation for the set of values.
From
that one can determine the point the line intercepts different Y values
(magnitudes) and the corresponding X (RJD) values by re arranging the
equation as:
X (Contact date) = (Y * m)/b
Where X is the Contact Date and Y is the magnitude at that
point.
Using this technique it is possible to determine eclipse contact points.
The following is an image of a FileMaker Pro sample program designed
to run a linear regression on a series of photometric data points to
determine the slope (m) and Y intercept (b). Then by adding the magnitude
at which point the RDJ is desired that date is calculated.
