Satellite tracking TUI using ratatui
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

whoops wrong sign

+1 -1
+1 -1
src/main.rs
··· 68 68 69 69 let pred_spherical = location::polar_loc_transformer(prediction.position); 70 70 71 - let long_value = if pred_spherical[0]-(rad_diff_earth_rotation as f32)*180.0/PI < 180.0 71 + let long_value = if pred_spherical[0]-(rad_diff_earth_rotation as f32)*180.0/PI < -180.0 72 72 { 73 73 pred_spherical[0]-(rad_diff_earth_rotation as f32)*180.0/PI + 360.0 74 74 } else {