jepegit / cellpy_cookies

Repository for cellpy cookies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set up your experiment using cellpy_cookie_standard

The main reason for this repository is to let you easily create a structure for performing a proper cellpy session.

The following template is suitable when processing a set of files using the batch utility.

Content

cellpy_project/
└── experiment_001
    ├── batch_file.json
    ├── data
    │   ├── external
    │   ├── interim
    │   ├── processed
    │   └── raw
    ├── out
    │   └── note.md
    ├── notebook: 01_processing.ipynb
    ├── notebook: 02_further_processing.ipynb
    ├── notebook: 03_further_processing.ipynb
    └── notebook: 04_further_processing.ipynb

Notes

Remember to save your notebooks.

About

Repository for cellpy cookies

License:MIT License


Languages

Language:Jupyter Notebook 96.1%Language:Python 3.9%