+4
−0
+3
−0
+59
−12
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
* v1.37.1
-- Add session layer user functions for averaging run derived data.
* v1.37.2
-- Add session layer user functions and change name of subject level averaging functions to reflect session averages rather than run averages.
-- Change the way processing config files treat missing or obsolete sections by replacing them the default sections rather than replacing the whole file with a default processOpt_default.cfg
-- Add callback functions to session panel in ProcStreamEditGUI.fig
-- Change unit test proc stream config files to use new session level user functions
* v1.37.3
-- Fix error in exporting HRF when there is no HRF generated.
-- Change export mean hrf to to work for all processing levels not just all subjects.
* v1.37.4
-- Redo Export HRF mean to be more like Export HRF instead of combining all child Export HRF mean in a single export file.
-- Keep old Export HRF mean functionality and select either old or new with new config parameter "Export HRF Mean Output Style". The 2 values are {old: all child processing elements in one file | new: one processing element per file}
* v1.37.5
-- Fix issue where stim conditions with no stimuli were not being saved to file when calling SnirfClass.Save()
-- Add functionality and config parameter "Export Processing Stream Functions" for saving processing stream function call chain that produced the derived result including a processing stream summary (this part is unfinished).
* v1.37.6
-- Fix issue of stim reordering from the original order in acquisition files
-- Fix type causing bug when loading initial processing stream
-- Clean up StimEditGUI.fig look, and warnings in code
-- Add FindProcElem method to DataTreeClass and TreeNodeClass to find any TreeNodeClass object by name and return its index.
-- Added copying of children reference in TreeNodeClass.Copy. This is important when creating a copy of a DataTreeClass or TreeNodeClass objects
* v1.38.0
-- Fix CondNames not being saved to groupResults.mat.
-- Fix matlab generated error selecting menu item File --> Save Groups
* v1.38.1
-- Add export capability of function call summary that generated current derived results and config param "Export Processing Stream Functions"
-- Set default value of "Export Processing Stream Functions" to "No"
* v1.38.2
-- Fix bug Meryem found when first condition has no stims the averaging at the subject and group levels doesn't work for the other conditions that do have stims. Fix is to have session averaging pass only total number of trials for each condition instead of what subject level processing does which is pass per/channel total trials.
* v1.38.2
-- Fix broken Copy Plots feature which dumps plots to separate figure
CRA Git | Maintained and supported by SUSTech CRA and CCSE