-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into update-metadata
- Loading branch information
Showing
11 changed files
with
80 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
docs/generated/ | ||
cubids/_version.py | ||
*.DS_Store | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,11 +63,11 @@ Ready to contribute? Here's how to set up `cubids` for local development. | |
|
||
$ git clone [email protected]:your_name_here/cubids.git | ||
|
||
3. Install your local copy into a virtualenv. | ||
Assuming you have virtualenvwrapper installed, | ||
this is how you set up your fork for local development:: | ||
3. Install your local copy into a miniforge environment. | ||
This is how you set up your fork for local development:: | ||
|
||
$ mkvirtualenv cubids | ||
$ mamba create -n cubids python=3.12 | ||
$ mamba activate cubids | ||
$ cd cubids/ | ||
$ python setup.py develop | ||
|
||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.. include:: ../CONTRIBUTING.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
========================== | ||
Frequently Asked Questions | ||
========================== | ||
|
||
|
||
-------------------------------------- | ||
Does CuBIDS work on all BIDS datasets? | ||
-------------------------------------- | ||
|
||
CuBIDS relies on many hardcoded rules and data types, | ||
so it may not work on all BIDS datasets. | ||
Some datatypes, such as EEG or iEEG, are not yet supported, | ||
nor are some configurations of supported datatypes, such as multi-echo fMRI. | ||
|
||
If you encounter an issue, please open an issue on the CuBIDS GitHub repository. | ||
|
||
|
||
----------------------------------------------------- | ||
How do the developers determine what features to add? | ||
----------------------------------------------------- | ||
|
||
CuBIDS is primarily developed to curate large-scale datasets in order to be used by the PennLINC team. | ||
This means that we will naturally prioritize features that are useful to us. | ||
However, we are always open to suggestions and contributions from the community, | ||
and will of course consider features that do not directly benefit us. | ||
|
||
If you want to request support for a new modality or niche data feature, | ||
please open an issue on the CuBIDS GitHub repository. | ||
We are more likely to add support for a new feature if you can point us toward a dataset that we can use to test it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,7 @@ Contents | |
usage | ||
cli | ||
example | ||
../CONTRIBUTING | ||
../AUTHORS | ||
../HISTORY | ||
contributing | ||
faq | ||
glossary | ||
api |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters