File: README.md

package info (click to toggle)
python-mne 1.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 100,172 kB
  • sloc: python: 166,349; pascal: 3,602; javascript: 1,472; sh: 334; makefile: 236
file content (15 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# MNE-Python logos

The following logos used for MNE-Python are made available under a
[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
license, see the [LICENSE](./LICENSE) file in this directory:

- The main MNE-Python logo: [mne_logo.svg](../doc/_static/mne_logo.svg)
- The hexagonal version of the MNE-Python logo: [logo_hex.svg](./logo_hex.svg)
- The small form of the MNE-Python logo: [mne_logo_small.svg](../doc/_static/mne_logo_small.svg)
- The MNE-Python "helmet": [mne_helmet.png](../doc/_static/mne_helmet.png)
- The MNE-Python "helmet" thumbnail: [favicon.ico](../doc/_static/favicon.ico)

See also the code to create some of these logos:

- [generate_mne_logos.py](./generate_mne_logos.py)