Skip to content

Commit 88e47d8

Browse files
committed
modify grid.py for longitudinal quadrant
1 parent c455bc6 commit 88e47d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py_eddy_tracker/dataset/grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def _fit_circle_path(vertice):
177177
return 0, -90, nan, nan
178178
centlon, centlat, eddy_radius, err = fit_circle(c_x, c_y)
179179
centlon, centlat = local_to_coordinates(centlon, centlat, lon0, lat0)
180-
centlon = (centlon - lon0 + 180) % 360 + lon0 - 180
180+
#centlon = (centlon - lon0 + 180) % 360 + lon0 - 180
181181
return centlon, centlat, eddy_radius, err
182182

183183

0 commit comments

Comments
 (0)