Skip to content
Brian Wandell edited this page Jan 14, 2019 · 15 revisions

When you know the general structure of the data in a project, and you would like to find a specific container or the files in a container, you can use the scitran.lookup or the scitran.list method. These methods are similar to the Unix 'ls' command; or, if you prefer, to the Windows 'dir' command.

Lookup

List

The scitran list method is useful when you know the containers (project, session, acquisition or collection), and you want to list the container content. The list command returns a cell array, and each cell has the type of the object that you are listing. For example, listing the sessions in a project returns a cell array of objects in the class flywheel.model.Session.

Clone this wiki locally