Skip to content

Link Demo

KenWWW edited this page Jul 1, 2023 · 3 revisions

If you want to test out the plotting scripts without necessarily having encoding results, we have some demo encoding results set up in /projects/HASSON/247/ken-encoding/demo/, all you need to do is to sync them to your data/encoding/tfs/ by putting this following command in the Makefile:

# copy demo data
link-demo:
	mkdir -p data/encoding/tfs
	rsync -rav /projects/HASSON/247/ken-encoding/demo/* data/encoding/tfs/

and running make link-demo in the terminal.

The demos are used for the several encoding examples. It might take a while to to sync as there are quite a lot of encoding results used.

Clone this wiki locally