black (still without mortimer)

This commit is contained in:
Noe Brucy
2023-01-30 12:12:14 +01:00
parent 8c3db9b7cb
commit 1a8db42d29
11 changed files with 474 additions and 99 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ def get_coldens(pp):
xx, yy = np.meshgrid(x, y)
# Physical radius
pp.rr_map = np.sqrt(xx ** 2 + yy ** 2)
pp.rr_map = np.sqrt(xx**2 + yy**2)
pp.phi_map = np.angle(xx + yy * 1j)