Saved in:
| Main Author: | |
|---|---|
| Format: | Recurso digital |
| Language: | |
| Published: |
Zenodo
2026
|
| Online Access: | https://doi.org/10.5281/zenodo.19771118 |
| Tags: |
Add Tag
No Tags, Be the first to tag this record!
|
Table of Contents:
- <p>This release focuses on fixing data loss during spine and dendrite import from Imaris Excel files, and removes platform-specific launcher scripts.<br> Fixed</p> <ul> <li>First data row was always skipped during spine import due to a hardcoded row offset; all subsequent value/spine-type pairings were shifted by one.</li> <li>Import silently capped at 200 rows per sheet; the cap is removed.</li> <li>.xls import produced NaN in the first two rows due to a pandas index label mismatch.</li> <li>Spine Part Max Diameter and Spine Part Volume sheets were never imported because the old parameter names did not match the actual Imaris sheet names.</li> <li>Wrong value column selected for Spine Part Max Diameter and Spine Part Volume; the correct *Head column is now resolved via an explicit header map.</li> <li>Column-0 fallback was applied unconditionally for multi-column sheets; it now consults a per-sheet override table.</li> <li>Dendrite No. Spines sheet was not collected due to header detection failure.</li> <li>Branch depth count and Sholl intersections each skipped their first data segment; loops now start at the correct row.</li> </ul> <p>Removed</p> <ul> <li>Windows .bat launcher scripts (RUN.bat, RUN_PORTABLE.bat, etc.) — use python run.py directly.</li> <li>docs/portable-setup.md and docs/postgresql-setup.md — content merged into README.md.</li> </ul>