Differences between revisions 2 and 3
Revision 2 as of 2009-01-19 22:34:23
Size: 563
Editor: YoichiAso
Comment:
Revision 3 as of 2009-01-19 22:42:30
Size: 1395
Editor: YoichiAso
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
{{{addpath(genpath('/cvs/cds/caltech/apps/loadLIGOData'));}}} {{{
addpath(genpath('/cvs/cds/caltech/apps/loadLIGOData'));
}}}
Then just run `loadLIGOData` from the Matlab command line.

Alternative way to invoke it is to type `loadLIGOData` in the command line of a linux terminal.
There is a wrapper script of that name which starts up a Matlab and executes loadLIGOData.

On allegra and rosalba, there is an icon to run loadLIGOData on the desktop.

=== Basic Usage ===

The loadLIGOData screen looks like this.
Line 13: Line 25:

First select a site from the drop down menu at the top left. Then click the "Load channels" button.
A channel list is loaded to the left list box. You can navigate through the list like a file directory browser.
Add channels to the right list box by clicking "->" button. You can remove selected channels by "<-" button.
After channels you want to download are selected, put a trigger time in the "trigger time" field.

 

How to use loadLIGOData

loadLIGOData is a GUI to load data from NDS server to your Matlab workspace. Once the data is loaded, you can do whatever you want to the data with the power of Matlab. Or you can quickly plot the data using another GUI called plotLigoData.

Running loadLIGOData

At the 40m, loadLIGOData is installed in /cvs/cds/caltech/apps/loadLIGOData/. You have to add this directory and the sub-directories to your Matlab path, like

addpath(genpath('/cvs/cds/caltech/apps/loadLIGOData'));

Then just run loadLIGOData from the Matlab command line.

Alternative way to invoke it is to type loadLIGOData in the command line of a linux terminal. There is a wrapper script of that name which starts up a Matlab and executes loadLIGOData.

On allegra and rosalba, there is an icon to run loadLIGOData on the desktop.

Basic Usage

The loadLIGOData screen looks like this.

attachment:loadLIGOData.png

First select a site from the drop down menu at the top left. Then click the "Load channels" button. A channel list is loaded to the left list box. You can navigate through the list like a file directory browser. Add channels to the right list box by clicking "->" button. You can remove selected channels by "<-" button. After channels you want to download are selected, put a trigger time in the "trigger time" field.

loadLIGOData (last edited 2012-01-03 23:02:40 by localhost)