Metadata-Version: 2.5
Name: totalsync-2p
Version: 0.1.3
Summary: TotalSync 2-photon data synchronization
Project-URL: Homepage, https://github.com/NeuroNetMem/totalsync
Project-URL: Repository, https://github.com/NeuroNetMem/totalsync
Project-URL: Documentation, https://totalsync.readthedocs.io
Project-URL: Issues, https://github.com/NeuroNetMem/totalsync/issues
Author: Francesco P. Battaglia
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.11
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pynapple
Requires-Dist: tifffile
Requires-Dist: totalsync-utils
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# totalsync-2p

Two-photon synchronization for [TotalSync](https://github.com/NeuroNetMem/totalsync): aligns
ScanImage `.tif` recordings with TotalSync behavioural telemetry, using the barcode
signal where present and the frame clock otherwise.

Installs the `totalsync-2p` command.
[Reference](../../docs/totalsync-2p.md)

```bash
totalsync-2p --tif-files rec.tif --b64-files rec.b64 \
             --output-dir out/ --pin-sheet pinSheet.json
```
