diff --git a/projects/project_stimulus_reconstruction/Makefile b/projects/project_stimulus_reconstruction/Makefile index dad25ce..2574730 100644 --- a/projects/project_stimulus_reconstruction/Makefile +++ b/projects/project_stimulus_reconstruction/Makefile @@ -7,4 +7,4 @@ clean: rm -f `basename *.tex .tex`.pdf zip: latex - zip `basename *.tex .tex`.zip *.pdf *.dat *.mat + zip `basename *.tex .tex`.zip *.pdf data/*.mat diff --git a/projects/project_stimulus_reconstruction/p-unit_spike_times.mat b/projects/project_stimulus_reconstruction/data/p-unit_spike_times.mat similarity index 100% rename from projects/project_stimulus_reconstruction/p-unit_spike_times.mat rename to projects/project_stimulus_reconstruction/data/p-unit_spike_times.mat diff --git a/projects/project_stimulus_reconstruction/p-unit_stimulus.mat b/projects/project_stimulus_reconstruction/data/p-unit_stimulus.mat similarity index 100% rename from projects/project_stimulus_reconstruction/p-unit_stimulus.mat rename to projects/project_stimulus_reconstruction/data/p-unit_stimulus.mat diff --git a/projects/project_stimulus_reconstruction/pyramidal_spike_times.mat b/projects/project_stimulus_reconstruction/data/pyramidal_spike_times.mat similarity index 100% rename from projects/project_stimulus_reconstruction/pyramidal_spike_times.mat rename to projects/project_stimulus_reconstruction/data/pyramidal_spike_times.mat diff --git a/projects/project_stimulus_reconstruction/pyramidal_stimulus.mat b/projects/project_stimulus_reconstruction/data/pyramidal_stimulus.mat similarity index 100% rename from projects/project_stimulus_reconstruction/pyramidal_stimulus.mat rename to projects/project_stimulus_reconstruction/data/pyramidal_stimulus.mat