JohannesWiesner / nisupply

A python module for data management of semi/unstructured neuroimaging datasets
MIT License
3 stars 0 forks source link

Allow to ignore participant id #8

Closed JohannesWiesner closed 1 year ago

JohannesWiesner commented 2 years ago

Sometimes you just want to use get_filepath_df to get a pandas DataFrame, knowing that a participant ID cannot be extracted from any file. In this case you get lots of warnings ('Participant ID could not be extracted') in the console. For these cases, it would be nice to add a keyword argument ignore_participant_ids=True in order to not run participant_id