stub header

jupyter
Jeff Moe 2022-09-10 11:37:31 -06:00
parent bac6a62c44
commit 91d5456cc6
1 changed files with 21 additions and 3 deletions

View File

@ -1,5 +1,20 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# learn.ipynb\n",
"# A Jupyter Notebook to Learn the stvid Process\n",
"#\n",
"# One FITS file will be acquired live from the attached video source.\n",
"# Each layer in the generated FITS file to be displayed.\n",
"# Each step in process_new.py to be performed and displayed,\n",
"# including output text files."
]
},
{
"cell_type": "code",
"execution_count": null,
@ -20,7 +35,6 @@
"from stvid.utils import get_sunset_and_sunrise\n",
"import logging\n",
"import configparser\n",
"import argparse\n",
"import zwoasi as asi\n",
"# XXX Requires non-libre libbcm_host.so ?\n",
"#from picamerax.array import PiRGBArray\n",
@ -155,7 +169,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"def capture_cv2(image_queue, z1, t1, z2, t2, nx, ny, nz, tend, device_id, live, cfg):\n",
@ -405,7 +421,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"def compress(image_queue, z1, t1, z2, t2, nx, ny, nz, tend, path, device_id, cfg):\n",