From fd10e3112bcc829949f2e33d695983e597b74d22 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 11 Sep 2022 21:05:28 -0600 Subject: [PATCH] learn.ipynb --- README-jupyter.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README-jupyter.md b/README-jupyter.md index 6bb632f..f6bd45c 100644 --- a/README-jupyter.md +++ b/README-jupyter.md @@ -3,12 +3,16 @@ This is a Jupyter notebook conversion of `process_new.py` and `acquire.py` for didadic purposes. -The following Jupyter notebooks are available: +The main notebook `learn.ipynb` does each step acquiring two FITS images, +which are then processed and displayed: + +* learn.ipynb --- Acquire, display image, and process one FITS. + +The following other Jupyter notebooks are available. * acquire.ipynb --- Acquires 10 seconds of FITS. Works. * hacquire.ipynb --- Hakcy version, may show live view someday. * process_new.ipynb --- Processes one FITS file, as shown below. -* stvid.ipynb --- Acquire, display image, and process one FITS. # Install