Browse Source

Orientation maps are generated, uniformized and ready to run.

moritz 3 years ago
parent
commit
7832aab13b

+ 3 - 3
scripts/spatial_network/orientation_map/orientation_map_full_figure_runner.py

@@ -1,6 +1,6 @@
-import scripts.spatial_network.perlin.run_entropy_maximisation_perlin_map as runner
-import scripts.spatial_network.perlin.analyse_entropy_maximisation_perlin_map as analyser
-import scripts.spatial_network.perlin.paper_figures_spatial_head_direction_network_perlin_map as plotter
+import scripts.spatial_network.orientation_map.run_orientation_map as runner
+import scripts.spatial_network.orientation_map.analyse_orientation_map as analyser
+import scripts.spatial_network.orientation_map.paper_figures_orientation_map as plotter
 
 runner.main()
 analyser.main()