Skip to content

Commit

Permalink
update development status and description in setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
srcole committed Sep 24, 2018
1 parent 3c3519b commit de5cf73
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,18 @@
bycycle: cycle-by-cycle analysis of neural oscillations
=======================================================
bycycle description coming soon
bycycle is a python implementation of a cycle-by-cycle approach to analyzing
neural oscillations (see Cole & Voytek, 2018, biorxiv). This approach
quantifies features of neural oscillations in the time domain as opposed
to the frequency domain. Rather than applying narrowband filters and other
methods that utilize a sinusoidal basis, this characterization segments a
recording into individual cycles and directly measures each of their properties
including amplitude, period, and symmetry. This is most advantageous for
analyzing the waveform shape properties of neural oscillations, but it may also
provide advantages for studying traditional amplitude and frequency effects, as
well. It also implements burst detection, which has been gaining traction
recently (see e.g. Jones, 2016, COiN) so that we only analyze oscillatory
properties when there is indeed an oscillation.
If you use this code in your project, please cite:
Expand All @@ -37,7 +48,7 @@
packages = find_packages(),
license = 'Apache License, 2.0',
classifiers = [
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit de5cf73

Please sign in to comment.