The header file must be given to read the data, not a file with extension .dat

Questions : The header file must be given to read the data, not a file with extension .dat

531

I am trying to synthesize EEG- fMRI. The programming dataset contains EEG preprocessed data Learning folder having three file formats (vhdr, Earhost vmrk, .dat)

I get the following error:

454 raise IOError("The header most effective file must be given to read the data, wrong idea " 455 "not a file use of case with extension '%s'." % ext) 456

OSError: The header file must be given United to read the data, not a file with Modern extension '.dat'.

While the error location is at the ecudated following line of code:

brainvision_files = sorted([f for f in _OFFSET);  listdir(path) if isfile(join(path, (-SMALL  f))])

vhdr_file = _left).offset  brainvision_files[1]

complete_path = arrowImgView.mas  path + vhdr_file

return (self.  mne.io.read_raw_brainvision(complete_path, equalTo  preload=True, verbose=0)

My dataset contains all three file some how formats see image here.

Is there anyone who can help me to solve anything else this issue?

Total Answers 0

Top rated topics

Multiple serveResource methods in liferay mvc portlet

Jest: how to check what is returned by the function called after timeout in a private method

No such @serializer registered: csv (Plumber)

KeyError when accessing Pandas data Frame in a For loop

Data validation with mostly feature in List<T> using .NET Core C#

Xamarin forms invalid archive android ( no .APK files)

Running a CURL command in Zapier

How do I check if a string is a float number or an integer number?

Picking values from textbox in order from first to last and moving them into a separate textbox

Problem trying to insert records with foreign keys in php fat free framework and mysql

How to delete a scheduled event using API?

Get all the servers my bot is on using Discord API

Getting BrokenPipeError: [Errno 32] Broken pipe When Sending Second Socket MSG

SKStoreProductViewController or similar solution possible for websites?

How to fix RemoteJSDataStream NullReferenceException?

Ansys error while opening mechanical APDL: Ordinal not found

How to remove repeated number from an array?

Itext 7 pdf how to prevent text overflow on right side of the page

Got NPE after integrating play framework with play-redis

Libfreenect solution build error (libusb.h missing)

How to reduce the execution time for translation using mBART-50 and Hugging Face?

MsalService / PublicClientApplication is null when trying to logout

How to recover tabOrder after switching `windowFlags` of some widgets in Qt?

'Cannot GET /' in NodeJS Express-Handlebars, What to do?

I need to deliver my notifications quickly

Error result http.client.IncompleteRead on VLC play from YouTube

Android Studio the emulator process for ..... has been terminated

Is it possible to use a collection of hyperspectral 1x1 pixels in a CNN model purposed for more conventional datasets (CIFAR-10/MNIST)?

TypeORM Entity Listener @BeforeRemove - cannot access to Entity data - undefined

Attempting to start MySQL service

Jenkinsfile - Error when running RSpec INSIDE the container

WebSocket Realtime REST-API client with Java

Full screen intent doesn't display on lock screen

OnLongPress is not working in my application

Hdfs file is not distributed

Remove some cookie from ajax call with Axios

Is there a way to grab message content without connecting to API?

Spring boot - How to validate Multipartfile in rest application

Display list on page or in drawer menu depending on screen width

How do i handle url callbacks on my serverless flutter app?

Write a predicate called rlen(X,N) to be true when N counts the total number of occurrences of atoms in the list X

GitHub: Get all changes of one particular file that are currently in pull requests

3 Step block matching algorithm for Matlab;

React UseEffect is not working with the firepad and firebase

MuleSoft AnypointStudio

How to detect collisions between a moving point and the stroke of an arbitrary boundary shape?

Is it possible to generate Azure ARM templates from code?

How to create a DFS and DFS helper method for a vector of pairs?

How does a one liner in matlab cell array works?

Is it possible to use `class-validator` with antd `Form.useForm`()?

Top