black (still without mortimer)
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user