@@ -74,40 +74,66 @@ Batches
7474Low level functions description
7575===============================
7676
77- Utility functions
78- -----------------
77+ BIDS related functions
78+ ----------------------
7979
80- .. automodule :: src.utils
80+ .. automodule :: src.bids
8181
82- .. autofunction :: cleanCrash
82+ .. autofunction :: initBids
8383
84- .. autofunction :: saveOptions
85- .. autofunction :: loadAndCheckOptions
84+ .. autofunction :: addStcToQuery
85+ .. autofunction :: removeEmptyQueryFields
86+
87+ .. autofunction :: getROIs
8688
87- .. autofunction :: getInfo
8889.. autofunction :: getData
8990
90- .. autofunction :: setDirectories
91- .. autofunction :: createDataDictionary
92- .. autofunction :: createDerivativeDir
93- .. autofunction :: createGlmDirName
91+ .. autofunction :: getInfo
92+ .. autofunction :: getSubjectList
93+ .. autofunction :: getAndCheckRepetitionTime
94+ .. autofunction :: getAndCheckSliceOrder
9495
95- .. autofunction :: getAnatFilename
96- .. autofunction :: getBoldFilename
97- .. autofunction :: getMeanFuncFilename
9896.. autofunction :: getTpmFilename
97+ .. autofunction :: getMeanFuncFilename
98+ .. autofunction :: getBoldFilename
99+ .. autofunction :: getAnatFilename
99100
100- .. autofunction :: getFuncVoxelDims
101- .. autofunction :: getAndCheckSliceOrder
102- .. autofunction :: getSubjectList
101+ Input / Output
102+ --------------
103+
104+ .. automodule :: src.IO
105+
106+ .. autofunction :: saveOptions
107+ .. autofunction :: loadAndCheckOptions
108+
109+ .. autofunction :: overwriteDir
110+ .. autofunction :: createDerivativeDir
111+
112+ .. autofunction :: saveSpmScript
113+
114+ .. autofunction :: unzipAndReturnsFullpathName
115+
116+ .. autofunction :: onsetsMatToTsv
117+ .. autofunction :: regressorsMatToTsv
103118
104- .. autofunction :: renameSegmentParameter
105119.. autofunction :: renameUnwarpParameter
120+ .. autofunction :: renameSegmentParameter
121+
122+ .. autofunction :: cleanCrash
123+
124+ Utility functions
125+ -----------------
126+
127+ .. automodule :: src.utils
128+
129+ .. autofunction :: createDataDictionary
130+ .. autofunction :: createGlmDirName
131+
132+ .. autofunction :: getFuncVoxelDims
106133
107134.. autofunction :: rmTrialTypeStr
108135.. autofunction :: setFields
109136
110- .. autofunction :: unzipAndReturnsFullpathName
111137.. autofunction :: validationInputFile
112138
113139
0 commit comments