Skip to content

Commit 99ba0e8

Browse files
committed
Syntax error
1 parent 796cbbd commit 99ba0e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ships_hybrid_algorithm/config/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,5 @@ You need x,y to have the same ratio aspect as the lon,lat of your map. For exemp
3434
2. Decide height of the map in grid coordinates (eg, 500)
3535
3. Get the "mean latitude" of your map (eg, $\phi_0$).
3636
4. Ratio is :
37-
$$
38-
R \approx \cos(\phi_0)\cdot \frac{\Delta lon}{\Delta lat}
39-
$$
37+
$R \approx \cos(\phi_0)\cdot \frac{\Delta lon}{\Delta lat}$
4038
5. Now you have : $x = y \times R$

0 commit comments

Comments
 (0)