Skip to content

pyrfume/pyrfume

Repository files navigation

Pyrfume

Pyrfume logo

pyrfume is a python library for olfactory psychophysics research. See "notebooks" for examples of use.

Python package Travis Coverage Status Zenodo

Examples:

# Load data for Snitz et al, 2013 (PLOS Computational Biology)
import pyrfume
behavior = pyrfume.load_data('snitz_2013/behavior.csv')
molecules = pyrfume.load_data('snitz_2013/molecules.csv')

# Load data for Bushdid et al, 2014 (Science)
import pyrfume
behavior = pyrfume.load_data('bushdid_2014/behavior.csv')
molecules = pyrfume.load_data('bushdid_2014/molecules.csv')
stimuli = pyrfume.load_data('bushdid_2014/stimuli.csv')

Contributing

Just run ./develop.sh to get started with developing pyrfume.

Licensing/Copyright: Data is provided as-is. Licensing information for individual datasets is available in the data repository. Takedown requests for datasets may be directed to admin at pyrfume dot org.