Please teach me how to calibrate the coordinate system

  • MNE version: 0.24.0
  • operating system: Windows 10

Hello, everyone. My name is Oliver. This is my first time to use this website. Nice to meet you guys.

I tried to mark the sensor points on the brain model, but the sensor points always appeared outside the brain model.

this is my code:

participantNumber = 600

data1 = f"C:/Users/Administrator/Desktop/fnirs-master-data-merged/fnirs-master-data-merged/data/merged/{participantNumber}"
raw_intensity = mne.io.read_raw_nirx(data1, verbose=True)
raw_intensity.load_data()

raw_intensity.plot_sensors(kind='topomap', show_names=False)

After these code, the output is like this: (I will also post the plot, if it does not allow, I hope next plot can help you to know what is my situation.


)

--------- . . .
| | . .

Can you guys help me how to fix it, please?
Thank you so much
Best regards,
Oliver


Also, this is my 3d plot.