From 3dd5922dc28a374858647ae4b62de537febbdc00 Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Mon, 23 Jan 2017 17:50:37 +0100 Subject: [PATCH] [project] move files in stimulus reconstruction project change zip target in Makefile --- projects/project_stimulus_reconstruction/Makefile | 2 +- .../{ => data}/p-unit_spike_times.mat | Bin .../{ => data}/p-unit_stimulus.mat | Bin .../{ => data}/pyramidal_spike_times.mat | Bin .../{ => data}/pyramidal_stimulus.mat | Bin 5 files changed, 1 insertion(+), 1 deletion(-) rename projects/project_stimulus_reconstruction/{ => data}/p-unit_spike_times.mat (100%) rename projects/project_stimulus_reconstruction/{ => data}/p-unit_stimulus.mat (100%) rename projects/project_stimulus_reconstruction/{ => data}/pyramidal_spike_times.mat (100%) rename projects/project_stimulus_reconstruction/{ => data}/pyramidal_stimulus.mat (100%) 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