Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 1.09 KB

File metadata and controls

9 lines (5 loc) · 1.09 KB

Security and data-handling policy

This project processes neural recording data, which may be sensitive, identifying, or subject to institutional data-management rules.

Please do not commit raw recordings, exported datasets, credentials, access tokens, private paths, or other sensitive material to this repository. In particular, keep local ephys_data, binary_data, .continuous, .events, .spikes, .openephys, and .timestamps files outside Git. The repository .gitignore contains safeguards, but users should still inspect git status before committing.

The converter is a local file-processing tool. It does not upload source recordings to a service. Verify downloaded executables according to your institution's software policy and compare the SHA-256 checksum published with each release when available.

The converter uses a pinned pure-Go HDF5 dependency for NWB support. Report parser, resource-exhaustion, path-handling, or data-integrity issues privately through GitHub's security reporting features for this repository when available. Do not include raw experimental data in a public issue.