Skip to content
Brian Wandell edited this page Jun 22, 2016 · 1 revision

The Maven site can be explored through a browser in two ways. There is a the standard way in which you browse more or less as you might expect, viewing the directories and files.

rd = RdtClient('isetbio');
rd.openBrowser;

The standard browser will open (by default) to the current remote path.

rd.crp('/resources/scenes/hyperspectral');
rd.openBrowser;

There is a fancy browser interface that lets you interact with the Artifacts and their properties. The fancy browser always opens to the root of the remote paths.

This browser is harder to understand at first, but gives you more ability to edit (if you are credentialed).

rd.openBrowser('fancy',true);