Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/PeyracheLab/pynacollada
20 September 2023, 09:49:18 UTC
  • Code
  • Branches (2)
  • Releases (0)
  • Visits
Revision 4dd1adddad54627601f7567354fa7f0af020fc7d authored by Guillaume Viejo on 05 July 2023, 20:05:21 UTC, committed by GitHub on 05 July 2023, 20:05:21 UTC
Merge pull request #22 from slcalgin/main
update link to pynapple documentation
2 parent s 9aabc51 + 55ff6f7
  • Files
  • Changes
    • Branches
    • Releases
    • HEAD
    • refs/heads/dev
    • refs/heads/main
    • 4dd1adddad54627601f7567354fa7f0af020fc7d
    No releases to show
  • 5cac87a
  • /
  • README.md
Raw File Download
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
  • snapshot
origin badgerevision badge
swh:1:rev:4dd1adddad54627601f7567354fa7f0af020fc7d
origin badgedirectory badge
swh:1:dir:5cac87ae06da43c794a285ec6a2be858ea74f71a
origin badgecontent badge
swh:1:cnt:a5d021f3dca8ec3fef2054eeac3ffbb18fdaa5cf
origin badgesnapshot badge
swh:1:snp:472c8b4122787563406089e51e202205f9d95a1a

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: 4dd1adddad54627601f7567354fa7f0af020fc7d authored by Guillaume Viejo on 05 July 2023, 20:05:21 UTC
Merge pull request #22 from slcalgin/main
Tip revision: 4dd1add
README.md
# pynacollada 🍍 🥥 🍹
Collaborative platform for high-level analysis with pynapple. 


- [pynacollada](#pynacollada)
  * [Getting Started](#getting-started)
    + [Requirements](#requirements)
    + [Installation](#installation)
  * [Libraries](#libraries)
    + [Neural Ensembles](#neural-ensembles)
    + [Manifolds](#manifolds)
    + [EEG processing](#eeg-processing)
    + [PETH](#peth)
    + [Brain state scoring](#brain-state-scoring)
    + [Graphics](#graphics)
    + [Position tracking](#position-tracking)

> **Note**
> See the analysis of the pynapple paper [here](https://github.com/PeyracheLab/pynacollada/tree/main/pynacollada/Pynapple%20Paper%20Figures)


## Getting Started


### Requirements

-   Python 3.6+
-   [pynapple](https://github.com/PeyracheLab/pynapple)
-   scikit-learn
-   seaborn

### Installation

<!-- pynacco can be installed with pip:

``` {.sourceCode .shell}
$ pip install pynapple==0.2.0a1
```
 -->
Directly from the source code:

``` {.sourceCode .shell}
$ # clone the repository
$ git clone https://github.com/PeyracheLab/pynacollada.git
$ cd pynacollada
$ # Install in editable mode with `-e` or, equivalently, `--editable`
$ pip install -e .
```

## Libraries

|                         | **Jupyter notebook / scripts**                                                                                                                                                                                             | **Description**                                                                                          | **Contributors** |
|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|------------------|
| **_Neural Ensembles_**  | [Neuralensemble_tutorial_replay1.ipynb](pynacollada/neural_ensemble/Neuralensemble_tutorial_replay1.ipynb)  <br/> [pynacollada_tutorial_replay_short.py](pynacollada/neural_ensemble/pynacollada_tutorial_replay_short.py) | How to use pynapple to compute sleep reactivation, step by step.                                         | Adrien Peyrache  |
| **_Manifolds_**         | [Tutorial_manifold_ring.ipynb](pynacollada/neural_manifold/Tutorial_manifold_ring.ipynb)                                                                                                                                   | How to project a ring manifold with head-direction neurons.                                              | Guillaume Viejo  |
| **_EEG processing_**    | [Tutorial_ripple_detection.ipynb](pynacollada/eeg_processing/Tutorial_ripple_detection.ipynb) <br/> [Tutorial_ripple_detection.py](pynacollada/eeg_processing/Tutorial_ripple_detection.ipynb)                             | How to detect ripples in CA1 step by steps.                                                              | Guillaume Viejo  |
| **_PETH_**              | [Tutorial_PETH_Ripples.ipynb](pynacollada/PETH/Tutorial_PETH_Ripples.ipynb)                                                                                                                                                | How to make a peri-event time histogramm and raster plots around ripples.                                | Guillaume Viejo  |
| **_Position tracking_** | [Tutorial_DeepLabCut_Path_Segmentation.ipynb](pynacollada/position_tracking/DLC_process_position.ipynb)                                                                                                                    | How to segment the path of a mouse running in a radial-arm maze with position extracted with DeepLabCut. | Dhruv Mehrotra   |
| **_Waveform processing_** | [load_mean_waveforms.ipynb](pynacollada/waveform_processing/load_mean_waveforms.ipynb)                                                                                                                    | How to extract the mean waveforms from a binary file. | Sofia Skromne Carrasco   |


The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

back to top

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API