Help: Transform tck file with the 5D warp

Dear experts,
I have generated the 5D warp files with the population_template command. I want to apply such 5D transformation onto the tck files. I tried tcktransform directly with the warp, it seems not working well.

Could you help with some hints? Thanks.

Best,
Jinglei

I have found the answer from: generate and warp subject streamlines to template space · GitHub

Basically:
warpconvert warp_full.mif warpfull2deformation w_t2s.mif -from 2 -template subject.mif
tcktransform subject.tck w_t2s.mif subject_at_template.tck

It works well on my data. Cheers.

Best,
Jinglei