External Email - Use Caution        

I am running segment_subregions 7.3 on abcd-hcp freesurfer output docker and got the following  error:

Step 2: aligning atlas to reference segmentation

Traceback (most recent call last):

  File "/usr/local/freesurfer/7.3.0-1/python/scripts/segment_subregions", line 99, in <module>

    subregions.run_cross_sectional(args.structure, parameters)

  File "/usr/local/freesurfer/7.3.0-1/python/packages/freesurfer/subregions/process.py", line 52, in run_cross_sectional

    model.align_atlas_to_seg()

  File "/usr/local/freesurfer/7.3.0-1/python/packages/freesurfer/subregions/core.py", line 240, in align_atlas_to_seg

    mask = mask.resize(1, interp='nearest')

TypeError: resize() got an unexpected keyword argument 'interp'