Skip to content

Add condition to process '.txt' files with list of fMRI files from different subjects #21

Description

@rsilva8

if '.mat' in data_file:

add an elif conditional statement for '.txt' extension.
Inside, use os.open in reading mode to read in the list of files (use with clause).
Each filename goes in as an item in the list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions