fids


Namefids JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
Summaryfake bids dataset generator
upload_time2024-05-08 14:49:54
maintainerNone
docs_urlNone
authorRemi Gau
requires_python>=3.8
licenseGNU GPL 3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FIDS

> Is to the Brain imaging data structure (BIDS) what the facon is to bacon.


## Install

```
pip install .
```

## Usage

```python
from pathfile import Path
from fids.fids import create_fake_bids_dataset

subjects = ["foo", 2, "01"]
sessions = [1, "mri"]
datatypes = ["anat", "func"]

create_fake_bids_dataset(
    output_dir=Path.cwd() / "sourcedata" / "fids",
    dataset_type="raw",
    subjects=subjects,
    sessions=sessions,
    datatypes=datatypes,
    tasks=["rest"],
)
```

## Similar projects

- [f-ake-mriprep](https://github.com/djarecka/fmriprep-fake)
- [nilearn's data_gen utils](https://github.com/nilearn/nilearn/blob/91218eb8548574621fe5a1eca6d8a889b12a826f/nilearn/_utils/data_gen.py#L858)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fids",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Remi Gau <remi.gau@gmail.com>",
    "keywords": null,
    "author": "Remi Gau",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/68/3f/4997201dabf8784f37cb75e9ba7fd15de67e4a933494afe4e9d503e671d6/fids-0.1.0.tar.gz",
    "platform": null,
    "description": "# FIDS\n\n> Is to the Brain imaging data structure (BIDS) what the facon is to bacon.\n\n\n## Install\n\n```\npip install .\n```\n\n## Usage\n\n```python\nfrom pathfile import Path\nfrom fids.fids import create_fake_bids_dataset\n\nsubjects = [\"foo\", 2, \"01\"]\nsessions = [1, \"mri\"]\ndatatypes = [\"anat\", \"func\"]\n\ncreate_fake_bids_dataset(\n    output_dir=Path.cwd() / \"sourcedata\" / \"fids\",\n    dataset_type=\"raw\",\n    subjects=subjects,\n    sessions=sessions,\n    datatypes=datatypes,\n    tasks=[\"rest\"],\n)\n```\n\n## Similar projects\n\n- [f-ake-mriprep](https://github.com/djarecka/fmriprep-fake)\n- [nilearn's data_gen utils](https://github.com/nilearn/nilearn/blob/91218eb8548574621fe5a1eca6d8a889b12a826f/nilearn/_utils/data_gen.py#L858)\n",
    "bugtrack_url": null,
    "license": "GNU GPL 3",
    "summary": "fake bids dataset generator",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a990022233a506cb25d69f8338e7806a8dfc03c6305581cb2a301182f0bb161b",
                "md5": "5efd225fc021c596658a57cc89558a2b",
                "sha256": "d90d097e2678606e6ab142ea8db8f1b3b54955ce6803c80573cff517bc7ceacc"
            },
            "downloads": -1,
            "filename": "fids-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5efd225fc021c596658a57cc89558a2b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 19100,
            "upload_time": "2024-05-08T14:46:24",
            "upload_time_iso_8601": "2024-05-08T14:46:24.435873Z",
            "url": "https://files.pythonhosted.org/packages/a9/90/022233a506cb25d69f8338e7806a8dfc03c6305581cb2a301182f0bb161b/fids-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "683f4997201dabf8784f37cb75e9ba7fd15de67e4a933494afe4e9d503e671d6",
                "md5": "ff9d1ba147d7ecda3f363fcc804110ec",
                "sha256": "efc173d99f93cb3ff2a2c8104948405c9595f22a0b0471b9791444cba2b864c3"
            },
            "downloads": -1,
            "filename": "fids-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ff9d1ba147d7ecda3f363fcc804110ec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 22836,
            "upload_time": "2024-05-08T14:49:54",
            "upload_time_iso_8601": "2024-05-08T14:49:54.520016Z",
            "url": "https://files.pythonhosted.org/packages/68/3f/4997201dabf8784f37cb75e9ba7fd15de67e4a933494afe4e9d503e671d6/fids-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-08 14:49:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "fids"
}
        
Elapsed time: 0.22783s