sccn / EEG-BIDS

23 stars 17 forks source link

Correct user feedback #26

Closed arnodelorme closed 4 years ago

arnodelorme commented 4 years ago

For the text on the command line

"Using tInfo of EEG(1)..."

Change to

"Using task info of the first dataset for all datasets..."

When a study is selected, the feedback

"Using pInfoDesc of EEG(1)..."

Is not true, because it is using information from all datasets.

Arno

dungscout96 commented 4 years ago

Since we're allowing editing participant info on single dataset level, we can't guarantee that pInfoDesc is consistent across all datasets of the STUDY, hence the current message. I'm changing the message to "Using pInfoDesc of the first dataset for all datasets...". What do you think?

arnodelorme commented 4 years ago

Let's use "Using BIDS information of the first dataset for all datasets..." People will not know what "pInfoDesc" means.

dungscout96 commented 4 years ago

Thanks Arno. Fixed in aedd008