Metadata-Version: 2.1
Name: bidskit
Version: 1.2.2
Summary: Tools for DICOM to BIDS conversion
Home-page: https://github.com/jmtyszka/bidskit
Author: Julian Michael Tyszka
Author-email: jmt@caltech.edu
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/jmtyszka/bidskit/issues
Project-URL: Funding, http://conte.caltech.edu/
Project-URL: Source, https://github.com/jmtyszka/bidskit/
Description: # BIDSKIT 1.2.2 
        Python utilities for converting from DICOM to BIDS neuroimaging formats.
        
        The *bidskit* console command takes a directory tree containing imaging series from one or more subjects (eg T1w MPRAGE, BOLD EPI, Fieldmaps), converts the imaging data to Nifti-1 format with JSON metadata files (sidecars) and populates a
        Brain Imaging Data Structure (BIDS) which should pass the online BIDS validation tool (http://incf.github.io/bids-validator).
        
        The version numbering for bidskit follows that of the BIDS specification it implements. At the time of writing, BIDS and bidskit are at version 1.2.
        
        ## Documentation
        #### [Installation Instructions](docs/Installation.md)
        #### [Quick Start Guide](docs/QuickStart.md)
        
        ## Bugs and Feature Requests 
        Let us know about bugs and feature requests through this repo's
        [GitHub Issues](https://github.com/jmtyszka/bidskit/issues) page.
        
        ## Related Projects
        - [heudiconv](https://github.com/nipy/heudiconv) General purpose heuristic DICOM converter
        - [dcm2bids](https://github.com/cbedetti/Dcm2Bids) Christophe Beddetti's DICOM to BIDS converter 
Keywords: neuroimaging MRI fMRI DICOM BIDS
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
