-
Notifications
You must be signed in to change notification settings - Fork 0
API Module icescopy cell
Bo Chen edited this page Apr 23, 2026
·
1 revision
Persistent cell records and cell-state bookkeeping helpers.
- File:
src/icescopy_cell.py
| Class | Purpose | Page |
|---|---|---|
CellRecord |
Persistent per-cell metadata and analysis payload. | CellRecord |
CellStateManager |
Persistent cell-state manager that owns stable cell bookkeeping and analysis synchronization. | CellStateManager |
| Variable | Line | Explanation |
|---|---|---|
CELL_ANALYSIS_HEADER_RE |
5 | Stores cell analysis header re. |
CELL_ANALYSIS_LABEL_RE |
8 | Stores cell analysis label re. |
None.