Commit 7f2415d3 authored by Kelly Chang's avatar Kelly Chang

kelly Chang

parent fced29e2
......@@ -45,7 +45,6 @@
" for scene in scenes:\n",
" files = os.listdir(scene)\n",
" for file in files:\n",
" #if file[-4:] == \".jp4\" or file[-7:] == \"_6.tiff\":\n",
" if file[-5:] != \".tiff\" or file[-7:] == \"_6.tiff\":\n",
" continue\n",
" else:\n",
......@@ -80,7 +79,7 @@
{
"cell_type": "code",
"execution_count": 61,
"id": "8172fa41",
"id": "53786325",
"metadata": {},
"outputs": [],
"source": [
......
......@@ -45,7 +45,6 @@
" for scene in scenes:\n",
" files = os.listdir(scene)\n",
" for file in files:\n",
" #if file[-4:] == \".jp4\" or file[-7:] == \"_6.tiff\":\n",
" if file[-5:] != \".tiff\" or file[-7:] == \"_6.tiff\":\n",
" continue\n",
" else:\n",
......@@ -80,7 +79,7 @@
{
"cell_type": "code",
"execution_count": 61,
"id": "8172fa41",
"id": "53786325",
"metadata": {},
"outputs": [],
"source": [
......@@ -567,7 +566,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.11"
"version": "3.9.1"
}
},
"nbformat": 4,
......
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