Desktop sleep-EEG viewer and annotation interface for Luna
Project description
Lunascope
An interactive desktop application for sleep signal visualization, annotation, and analysis — built on the Luna ecosystem.
Lunascope is a native desktop application that puts Luna's full analytical engine — the same one used in command-line and Python workflows — behind an interactive graphical interface. Signals, annotations, and derived outputs can be inspected, modified, and re-analyzed within a single session, with changes propagated immediately between the visual layer and the underlying data model.
Lunascope is aimed at sleep researchers, clinical scientists, and trainees who need to review PSG recordings, manage annotations, run automated staging, or explore cohort-level summaries without leaving the graphical environment — while remaining able to drop into scripted or batch analysis at any point.
Features
- Synchronized multichannel viewer — pan and zoom across hours of EEG, EMG, EOG, and other channels with responsive decimated rendering
- Hypnogram display — color-coded sleep staging synchronized with the signal viewer
- Spectral summaries — per-channel power spectra and spectrograms updated on the fly
- Annotation editor — create, edit, and delete interval annotations; changes are immediately reflected in Luna's data model
- Automated sleep staging — POPS and SOAP models accessible directly from the interface
- Cohort-level Explorer — Hypnoscope alignment, annotation summaries, waveform displays, and table-based plots across a sample list
- Moonbeam NSRR module — import recordings directly from the National Sleep Research Resource into the analysis context
- Embedded scripting console — execute any Luna command and receive structured result tables without leaving the application
- Command browser — searchable Luna command and parameter reference with embedded documentation
- Multiday / actigraphy views — support for EDF+D gapped recordings and long-form waveform review
- Session save/restore — full application state (layout, loaded files, annotations) persists across launches
Installation
Standalone binaries (no Python required)
Pre-built apps for macOS and Windows are available from the Latest Build release.
macOS
- Download
Lunascope.app.zipand unzip it. - Move
Lunascope.appto Applications (or anywhere). - First launch: right-click → Open to bypass Gatekeeper, then click Open. If you see "will damage your computer" with no Open option, run once in Terminal:
xattr -dr com.apple.quarantine /path/to/Lunascope.app
Windows
- Download
Lunascope-Windows.zipand unzip it. - Open the
Lunascope.distfolder and double-click Lunascope.exe. - First launch: click More info → Run anyway if SmartScreen appears.
These binaries are unsigned. Browser or antivirus warnings are expected. The source is fully open and auditable here.
From PyPI
pip install lunascope
lunascope
Using a virtual environment (recommended)
python3 -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install lunascope
lunascope
Using pipx
pipx install lunascope
lunascope
Requirements
- Python 3.9–3.14 (CPython; PyPy not supported)
- Supported platforms: macOS (Intel & Apple Silicon), Linux (x86_64), Windows 10/11 (x86_64)
- On macOS with Homebrew Python, use a virtual environment or
pipxto avoid the "externally managed environment" error. - On Windows, install Python from python.org and check "Add Python to PATH".
Updating / uninstalling
pip install --upgrade lunascope # upgrade
pip uninstall lunascope # remove
# or with pipx:
pipx upgrade lunascope
pipx uninstall lunascope
Documentation
| Resource | URL |
|---|---|
| Luna ecosystem | https://zzz.nyspi.org/luna/ |
| Lunascope docs | https://zzz.nyspi.org/luna/lunascope/ |
| lunapi notebooks | https://github.com/remnrem/luna-api/tree/main/notebooks |
| NSRR | https://sleepdata.org |
Contributing
See CONTRIBUTING.md for guidelines on bug reports, feature requests, and pull requests.
Questions / Support
Open an issue on GitHub or write to luna.remnrem@gmail.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lunascope-1.5.7-py3-none-any.whl.
File metadata
- Download URL: lunascope-1.5.7-py3-none-any.whl
- Upload date:
- Size: 451.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67eca8f504979e02524625f10eb24fd6bb40387f859630abaed3f935f11f0c1b
|
|
| MD5 |
dd1e1d76dc91b1cd8c708e6725ab2d4c
|
|
| BLAKE2b-256 |
a2b00de596258fe011c8dece426fdc53f0bbe199b9409281d2ae9f1a159bf0bb
|