From 2e5294c7dd38be14090a881458e38c569573a2ba Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Thu, 14 Jul 2022 15:25:27 +0200 Subject: [PATCH] show all particles --- halo_vis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/halo_vis.py b/halo_vis.py index 4257d7f..d059871 100644 --- a/halo_vis.py +++ b/halo_vis.py @@ -11,7 +11,7 @@ from paths import base_dir, vis_datafile, has_1024_simulations from read_vr_files import read_velo_halo_particles from readfiles import read_file -all_in_area = False +all_in_area = True Coords = Tuple[float, float, float, float] # radius, X, Y, Z