Browse Source

Orientation maps are generated, uniformized and ready to run.

moritz 3 years ago
parent
commit
b2989fdff2

+ 2 - 2
scripts/spatial_maps/simplex_input_tuning_correlation/correlation_length_with_circular_correlation_formula.py

@@ -16,8 +16,8 @@ def exp_fit_func(x, corr_len):
 
 
 use_saved_array = False
-dim = 120
-size = 1800
+dim = 60
+size = 900
 n_exc = dim * dim
 
 corr_len_list = [200, 400, 800]

+ 1 - 1
scripts/spatial_network/orientation_map/run_orientation_map.py

@@ -224,7 +224,7 @@ def main():
     env = Environment(trajectory=TRAJ_NAME,
                       comment="Compare the head direction tuning for circular and ellipsoid interneuron morphology, "
                               "when tuning orientations to maximise entropy of connected excitatory tunings.",
-                      multiproc=True, filename=DATA_FOLDER, ncores=-1, overwrite_file=True, log_folder=LOG_FOLDER)
+                      multiproc=True, filename=DATA_FOLDER, ncores=0, overwrite_file=True, log_folder=LOG_FOLDER)
 
     traj = env.trajectory