diff --git a/test b/test
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/test.ipynb b/test.ipynb
deleted file mode 100644
index 57daa616aa1a4d06c6f89c43d1c00403a197852b..0000000000000000000000000000000000000000
--- a/test.ipynb
+++ /dev/null
@@ -1,67 +0,0 @@
-{
- "cells": [
-  {
-   "cell_type": "code",
-   "execution_count": 5,
-   "metadata": {},
-   "outputs": [
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "Reading_MT/F000001.MT\n",
-      "Reading_MT/wsrtobs.csv\n",
-      "Reading_MT/read_headers.py\n",
-      "Reading_MT/3/34\n",
-      "Reading_MT/3/33\n",
-      "Reading_MT/1/11\n",
-      "Reading_MT/2/23\n",
-      "Reading_MT/2/22\n"
-     ]
-    }
-   ],
-   "source": [
-    "import os\n",
-    "\n",
-    "for subdir, dirs, files in os.walk('Reading_MT'):\n",
-    "    for file in files:\n",
-    "        print(os.path.join(subdir, file))\n"
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": null,
-   "metadata": {},
-   "outputs": [],
-   "source": [
-    "file_ = 'sometext.MT'\n",
-    "file_[-3::]"
-   ]
-  }
- ],
- "metadata": {
-  "interpreter": {
-   "hash": "5072ffb4707905e9ac3e5bc077411b5debabf54916eb21a5fb84af926c735de7"
-  },
-  "kernelspec": {
-   "display_name": "Python 3.8.8 64-bit ('base': conda)",
-   "language": "python",
-   "name": "python3"
-  },
-  "language_info": {
-   "codemirror_mode": {
-    "name": "ipython",
-    "version": 3
-   },
-   "file_extension": ".py",
-   "mimetype": "text/x-python",
-   "name": "python",
-   "nbconvert_exporter": "python",
-   "pygments_lexer": "ipython3",
-   "version": "3.8.8"
-  },
-  "orig_nbformat": 4
- },
- "nbformat": 4,
- "nbformat_minor": 2
-}