Commit b574577b authored by Nathaniel Callens's avatar Nathaniel Callens

function added

parent ef51cf73
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 16, "execution_count": 16,
"id": "f62c1af6", "id": "962f1139",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
...@@ -308,7 +308,7 @@ ...@@ -308,7 +308,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 35, "execution_count": 35,
"id": "9e91c81d", "id": "489f0def",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
...@@ -480,7 +480,7 @@ ...@@ -480,7 +480,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 38, "execution_count": 38,
"id": "d342f424", "id": "4fd1482b",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -596,7 +596,7 @@ ...@@ -596,7 +596,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
"id": "c0bb307b", "id": "63ba5ba1",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
...@@ -662,7 +662,7 @@ ...@@ -662,7 +662,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
"id": "671f7847", "id": "e5f6e2d4",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
...@@ -693,7 +693,7 @@ ...@@ -693,7 +693,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 39, "execution_count": 39,
"id": "eec0746a", "id": "db1a1c1f",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -720,7 +720,7 @@ ...@@ -720,7 +720,7 @@
} }
], ],
"source": [ "source": [
"def plot_hist_lstsq(tiff_list):\n", "def predict_pix_lstsq(tiff_list):\n",
"\n", "\n",
" image = tiff_list\n", " image = tiff_list\n",
" image = Image.open(image) #Open the image and read it as an Image object\n", " image = Image.open(image) #Open the image and read it as an Image object\n",
...@@ -775,7 +775,7 @@ ...@@ -775,7 +775,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
"id": "700f6e7f", "id": "926bac7c",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
...@@ -798,7 +798,7 @@ ...@@ -798,7 +798,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 43, "execution_count": 43,
"id": "0c297da9", "id": "aef3da82",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -829,7 +829,7 @@ ...@@ -829,7 +829,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 44, "execution_count": 44,
"id": "d7fc288d", "id": "87e480ca",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment