mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Corrected which elevation to print
This commit is contained in:
@@ -13,13 +13,13 @@ if ($filtered) {
|
||||
<th>LOS El</th>
|
||||
</tr>';
|
||||
foreach ($filtered as $pass) {
|
||||
echo '<tr align="center" class="mode2">';
|
||||
echo '<tr>';
|
||||
echo '<td>' . $pass->satname . '</td>';
|
||||
echo '<td>' . Predict_Time::daynum2readable($pass->visible_aos, $zone, $format) . '</td>';
|
||||
echo '<td>' . returntimediff(Predict_Time::daynum2readable($pass->visible_aos, $zone, $format), Predict_Time::daynum2readable($pass->visible_los, $zone, $format)) . '</td>';
|
||||
echo '<td>' . round($pass->visible_aos_az) . ' (' . azDegreesToDirection($pass->visible_aos_az) . ')</td>';
|
||||
echo '<td>' . round($pass->visible_aos_el) . '</td>';
|
||||
echo '<td>' . round($pass->visible_max_el) . '</td>';
|
||||
echo '<td>' . round($pass->max_el) . '</td>';
|
||||
echo '<td>' . Predict_Time::daynum2readable($pass->visible_los, $zone, $format) . '</td>';
|
||||
echo '<td>' . round($pass->visible_los_az) . ' (' . azDegreesToDirection($pass->visible_los_az) . ')</td>';
|
||||
echo '<td>' . round($pass->visible_los_el) . '</td>';
|
||||
|
||||
Reference in New Issue
Block a user