Skip to content
Snippets Groups Projects
Commit 23d0381c authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Move scripts to new sub-directory `Analysis`

parent 9d6077d0
No related branches found
No related tags found
No related merge requests found
../../Overlap/Analysis/edgelist_to_Graphviz.py
\ No newline at end of file
File moved
File moved
File moved
../../Common/util_eddies.py
\ No newline at end of file
......@@ -102,7 +102,7 @@
{
"command":
[
"$src_dir/Trajectories/draw_segments.py",
"$src_dir/Trajectories/Analysis/draw_segments.py",
"$my_data_dir/Eurec4A/Graph_anti/segments_cost.gt",
"segments.gv",
"-t", "$my_data_dir/Eurec4A/Graph_anti/traj_segm.json"
......@@ -110,7 +110,7 @@
},
"Plot_traj": {
"command": [
"$src_dir/Trajectories/plot_traj.py",
"$src_dir/Trajectories/Analysis/plot_traj.py",
"$tests_old_dir/Trajectories/expanded_traj.json",
"$tests_old_dir/Extraction_eddies_region_2_noise/SHPC",
"--save=png",
......@@ -119,7 +119,7 @@
},
"Plot_traj_Greece": {
"command": [
"$src_dir/Trajectories/plot_traj.py",
"$src_dir/Trajectories/Analysis/plot_traj.py",
"$tests_old_dir/Greece_trajectories/expanded_traj.json",
"$tests_old_dir/Greece/SHPC",
"--save=png",
......@@ -149,7 +149,7 @@
"description": "draw_segments.py from a graph containing an extracted component.",
"command":
[
"$src_dir/Trajectories/draw_segments.py",
"$src_dir/Trajectories/Analysis/draw_segments.py",
"$tests_old_dir/Extract_component/component_1980897.graphml",
"component_1980897.gv",
"-t", "$my_data_dir/Eurec4A/Graph_anti/traj_segm.json"
......@@ -160,7 +160,7 @@
"description": "draw_segments.py without the option -t.",
"command":
[
"$src_dir/Trajectories/draw_segments.py",
"$src_dir/Trajectories/Analysis/draw_segments.py",
"$tests_old_dir/Cost_function_no_debug/segments_cost_functions.graphml",
"segments.gv"
]
......
../Overlap/Analysis/edgelist_to_Graphviz.py
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment