Python 3
Core language for the desktop app and analysis modules. We chose Python for its rich scientific ecosystem and fast iteration. The project is organized with a clear package layout and type hints for maintainability.
NeuroLight Desktop is a local, offline Tkinter application for analyzing neuronal activity with a focus on circadian rhythm metrics. The app streamlines data import → preprocessing → statistical analysis → export, so researchers can move from raw recordings to reproducible results quickly—without a server or internet connection.
The initial concept for this project came from our sponsor’s capstone proposal. Original Capstone Project Proposal (PDF)
These are not the final technologies we will be using, however we have them here as a place holder to showcase the direction we will likely take.
Core language for the desktop app and analysis modules. We chose Python for its rich scientific ecosystem and fast iteration. The project is organized with a clear package layout and type hints for maintainability.
Native UI toolkit that ships with Python—no separate web server or browser needed.
We use frames for screens (Import, Configure, Run, Results), ttk
widgets
for styling, file dialogs for data selection, and a status bar + progress widgets for jobs.
Data ingestion, cleaning, vectorized numerics, and statistical routines for circadian analysis. Pandas tables keep inputs/outputs consistent across modules.
Generates publication-ready figures (time series, periodograms, circular plots). Results can be saved as PNG/PDF directly from the desktop app.
Zero-config local database for recording runs, parameters, and provenance. When lightweight persistence is enough, we stick to JSON/CSV to keep the footprint minimal.
Unit tests validate analysis routines and guard against regressions. GitHub Actions (or similar) can run tests and style checks on every push.
We produce single-file executables for Windows/macOS/Linux for easy lab deployment, with
a pyproject.toml
to define deps and entry points.
Inputs and outputs use transparent, durable formats: CSV for tabular data, JSON for configs and run manifests, PNG/PDF for figures. This makes results portable across tools.
Source control, pull-request reviews, and milestone tracking provide traceability across deliverables and sponsor updates.
At project completion we’ll archive the repository and publish it here for long-term access. If the sponsor prefers private hosting, we will provide a static ZIP on this site. For now, all of this is placeholder links.
A durable alternative to a fragile live demo. Key screens illustrate primary workflows.