소스 검색

Orientation maps are generated, uniformized and ready to run.

moritz 3 년 전
부모
커밋
30e66e23dc
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      scripts/spatial_network/orientation_map/orientation_map_full_figure_runner.py

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

@@ -1,7 +1,5 @@
 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()
-# plotter.main()
+analyser.main()