FLY SCHOOL / FLYBRAIN source and data attribution Fork: https://github.com/acceptcube/flycoinrh Upstream: https://github.com/fruitflydev/flycoinrh Upstream commit: 8748e5bd30794d14afeb3441904221b52a002cac MIT License Copyright (c) 2026 fruitflydev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. flybrain ======== The code in this repository is MIT licensed - see LICENSE. This licence covers the code in this repository and nothing else. The connectome is not ours to license. The male Drosophila CNS dataset is © HHMI Janelia FlyEM, the Cambridge Connectomics Group and Google Research, released under CC-BY 4.0, and it stays under CC-BY wherever it goes. If you fork this, keep that attribution: it is the whole reason any of this is real. No part of this repository is financial advice, and $FLYBRAIN is an art experiment rather than an investment. # DoOR odour data The files in this folder are unmodified copies from **DoOR.data**, the data package of the Database of Odorant Responses: - source: https://github.com/Dahaniel/DoOR.data (version 2.0.1.9001, see `DESCRIPTION`) - files: `door_response_matrix.csv`, `door_mappings.csv`, `odor.csv`, `door_dataset_info.csv`, `DESCRIPTION` **Licence.** These data files are licensed under [Creative Commons Attribution-ShareAlike 4.0](https://creativecommons.org/licenses/by-sa/4.0/). They are not covered by this repository's MIT licence. If you redistribute or adapt them, the CC BY-SA 4.0 terms apply. **Cite.** Münch D, Galizia CG (2016). DoOR 2.0 – Comprehensive Mapping of Drosophila melanogaster Odorant Responses. *Scientific Reports* 6, 21841. https://doi.org/10.1038/srep21841 **How they are used here.** `olfaction.py` reads the receptor response matrix and the receptor-to-glomerulus mapping, and drives this connectome's `ORN_` neurons at response × 200 Hz. Which odorant a coin smells of is a chosen convention in `olfaction.py`, not part of DoOR. Note for readers of the CSVs: they were written by R, so data rows in `door_mappings.csv` carry a leading row-name column that has no header cell.