@@ -301,15 +301,15 @@ def getDSTransformPath(subjects_dir, subject_id):
301301 ('lh_white' , 'surf.@lh_white' ),
302302 ('lh_curv' , 'surf.@lh_curv' ),
303303 ('lh_area' , 'surf.@lh_area' ),
304- ('lh_cortex' , 'surf .@lh_cortex' ),
304+ ('lh_cortex' , 'label .@lh_cortex' ),
305305 ('lh_smoothwm' , 'surf.@lh_smoothwm' ),
306306 ('lh_sulc' , 'surf.@lh_sulc' ),
307307 ('lh_inflated' , 'surf.@lh_inflated' ),
308308 ('lh_white_H' , 'surf.@lh_white_H' ),
309309 ('lh_white_K' , 'surf.@lh_white_K' ),
310310 ('lh_inflated_H' , 'surf.@lh_inflated_H' ),
311311 ('lh_inflated_K' , 'surf.@lh_inflated_K' ),
312- ('lh_curv_stats' , 'surf .@lh_curv_stats' ),
312+ ('lh_curv_stats' , 'stats .@lh_curv_stats' ),
313313 ('rh_orig_nofix' , 'surf.@rh_orig_nofix' ),
314314 ('rh_orig' , 'surf.@rh_orig' ),
315315 ('rh_smoothwm_nofix' , 'surf.@rh_smoothwm_nofix' ),
@@ -318,15 +318,15 @@ def getDSTransformPath(subjects_dir, subject_id):
318318 ('rh_white' , 'surf.@rh_white' ),
319319 ('rh_curv' , 'surf.@rh_curv' ),
320320 ('rh_area' , 'surf.@rh_area' ),
321- ('rh_cortex' , 'surf .@rh_cortex' ),
321+ ('rh_cortex' , 'label .@rh_cortex' ),
322322 ('rh_smoothwm' , 'surf.@rh_smoothwm' ),
323323 ('rh_sulc' , 'surf.@rh_sulc' ),
324324 ('rh_inflated' , 'surf.@rh_inflated' ),
325325 ('rh_white_H' , 'surf.@rh_white_H' ),
326326 ('rh_white_K' , 'surf.@rh_white_K' ),
327327 ('rh_inflated_H' , 'surf.@rh_inflated_H' ),
328328 ('rh_inflated_K' , 'surf.@rh_inflated_K' ),
329- ('rh_curv_stats' , 'surf .@rh_curv_stats' ),
329+ ('rh_curv_stats' , 'stats .@rh_curv_stats' ),
330330 ('lh_aparc_annot_ctab' , 'label.@aparc_annot_ctab' ),
331331 ('aseg' , 'mri.@aseg' ),
332332 ('wmparc' , 'mri.@wmparc' ),
@@ -346,8 +346,8 @@ def getDSTransformPath(subjects_dir, subject_id):
346346 ('rh_jacobian_white' , 'surf.@rh_jacobian_white' ),
347347 ('lh_avg_curv' , 'surf.@lh_avg_curv' ),
348348 ('rh_avg_curv' , 'surf.@rh_avg_curv' ),
349- ('lh_aparc_annot' , 'surf .@lh_aparc_annot' ),
350- ('rh_aparc_annot' , 'surf .@rh_aparc_annot' ),
349+ ('lh_aparc_annot' , 'label .@lh_aparc_annot' ),
350+ ('rh_aparc_annot' , 'label .@rh_aparc_annot' ),
351351 ('lh_area_pial' , 'surf.@lh_area_pial' ),
352352 ('rh_area_pial' , 'surf.@rh_area_pial' ),
353353 ('lh_curv_pial' , 'surf.@lh_curv_pial' ),
@@ -394,6 +394,14 @@ def getDSTransformPath(subjects_dir, subject_id):
394394 ('rh_wg_pct_stats' , 'stats.@rh_wg_pct_stats' ),
395395 ('lh_pctsurfcon_log' , 'log.@lh_pctsurfcon_log' ),
396396 ('rh_pctsurfcon_log' , 'log.@rh_pctsurfcon_log' ),
397+ ('lh_table' , 'label.@lh_table' ),
398+ ('lh_color' , 'label.@lh_color' ),
399+ ('lh_thresh_table' , 'label.@lh_thresh_table' ),
400+ ('lh_thresh_color' , 'label.@lh_thresh_color' ),
401+ ('rh_table' , 'label.@rh_table' ),
402+ ('rh_color' , 'label.@rh_color' ),
403+ ('rh_thresh_table' , 'label.@rh_thresh_table' ),
404+ ('rh_thresh_color' , 'label.@rh_thresh_color' )
397405 ]),
398406 ])
399407
0 commit comments