Reading raw data list?

  • MNE version: 1.0.1
  • operating system: Windows 10

for ex, PSG raw dataset in from mne.datasets.sleep_physionet.age import fetch_data

how can i know the name, sex and etc… ?? Are Index 0, 1 assigned ALICE, BOB randomly?

or can i print list?

As far as I know, ALICE and BOB are just made up names/subject codes for the example. You’d really want to track down the actual dataset from Sleep-EDF Database Expanded v1.0.0 and follow the license etc. to make sure you use and cite it properly if you were going to analyze it.